Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Collapse)Author
2019-08-10Improved CSS with normal reply arrowVincent Tam
2019-08-02Improved JS code for Staticman POST URLVincent Tam
2019-08-01Left alignment of headings in comments sectionVincent Tam
I've also updated resources files and removed minified CSS & JSON files accidentally introduced into the root.
2019-08-01i18n framework with WRONG translation for "song"Vincent Tam
2019-08-01Fixed paginator labels' alignement & cat. visibilityVincent Tam
2019-08-01Enlarged max width of TOC to 60%Vincent Tam
2019-07-31Improved CSS and replaced avator with Hugo iconVincent Tam
2019-07-30Fixed indentation for a CSS blockVincent Tam
2019-07-27Added comment form info for email & required fieldVincent Tam
Norwaygian and Esperanto UI text from 1. https://www.kommunemannen.com/2019/02/de-nodvendige-samtalene/ 2. https://www.carlocollodi.it/eo/periodici-in-cui-scrisse-collodi/tetate-de-il-lampione/
2019-07-26Dynamically set form action URLVincent Tam
https://www.willmaster.com/library/manage-forms/bot-block-for-forms.php
2019-07-26Added avatar and close button in reply noticeVincent Tam
2019-05-21Fixé le bouton "Reset"Vincent Tam
Grâce à https://stackoverflow.com/a/193787/3184351
2019-05-21Nettoyage après une submission réussieVincent Tam
2019-05-21L'espace gauche de réponsesVincent Tam
2019-05-21Affichage du msg de succès pendant trois secondesVincent Tam
2019-05-21Exception trouvéeVincent Tam
2019-05-21Ajouté la trad'n pour le btn resetVincent Tam
2019-05-21Staticman i18nVincent Tam
Ce script en AWK a été appliqué ```awk /^# [A-Z].*/,/^[a-z-]+:/ { print $0 } /^[a-z-]+:/ { sub(":", "", $1) system("ls i18n | grep -q " $1 " && echo true || echo false"); print "" } /comment_btn_submit/,/comment_error_msg/ { split($1, a, "_") a31 = toupper(substr(a[3],1,1)) a32 = substr(a[3],2) print("- id: " a[2] a31 a32) split($0, b, " : ") print(" translation: " b[2]) } /comment_error_msg/ { print "" } ``` sur le fichier d'i18n du thème Beautiful Jekyll. J'ai vérifié mot à mot de l'esperanto. Néanmoins, le norvégien est d'autant plus dûr que j'avais pas envie de vérifier son grammaire.
2019-05-20{static => assets}/css|js/staticman.css|jsVincent Tam
1. Preparation pour i18n 2. Suppression du dialogue « modal » d'Edouardo Bourças
2019-05-20Réduit la sép'n entre footer et formVincent Tam
2019-05-20Tidy up READMEVincent Tam
2018-10-08Add NowPlaying and tweak chroma cssJustin Berthault
2018-09-28Update Pygments coloursJustin Berthault
2018-09-28<code> paddingJustin Berthault
2018-09-28Tweak the base layoutJustin Berthault
- Body is wider - Aside too - @media values changed a bit
2018-09-28Bump line-height by .1remJustin Berthault
2018-09-21Update figure cssJustin Berthault
2018-08-05<code> as blockJustin Berthault
2018-08-05Changes colors according to snow changesJustin Berthault
2018-08-05background too brightJustin Berthault
2018-08-05Merge branch 'master' of framagit.org:Bridouz/hugo-theme-huginnJustin Berthault
2018-08-05Less bright backgroundJustin Berthault
2018-08-01article, social and footer were too brightJustin Bridouz
2018-08-01remove logo abs pos and tweak code paddingJustin Berthault
2018-08-01Rework Pygments to match theme colorsJustin Berthault
2018-07-31Dark to Light, housekeeping and other stuffsJustin Berthault