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
AgeCommit message (Collapse)Author
2019-08-17Replaced ".Site.BaseURL" with "absURL"HEADmasterVincent Tam
2019-08-11Removed Staticman form action URL from HTMLVincent Tam
2019-08-10Fixed quotes typo for loading pygmentVincent Tam
2019-08-02Corrected theme link and index listVincent Tam
In response to https://github.com/gohugoio/hugoThemes/issues/665#issuecomment-517635357
2019-08-02Added back call for reCAPTCHA scriptVincent Tam
2019-08-01Removed unused variableVincent Tam
2019-08-01Site footer incorporatedVincent Tam
Translation string can be wrong.
2019-08-01Refactor Page param "song"Vincent Tam
- before: manual addition of markdown syntax for links `[title](url)` is error-prone - after: utilise Hugo and YAML's capacities to store and parse data
2019-08-01i18n framework with WRONG translation for "song"Vincent Tam
2019-08-01Fixed paginator labels' alignement & cat. visibilityVincent Tam
2019-08-01Updated taxonomy template with Hugo v0.55 syntaxVincent Tam
https://gohugo.io/templates/taxonomy-templates/#order-alphabetically-example
2019-08-01i18n of "prev" and "next" in paginatorVincent Tam
2019-08-01Applied @user501254's fixVincent Tam
https://github.com/gohugoio/hugo/issues/1778#issuecomment-483880269
2019-08-01I18n of two strings: seeAlso & TOCVincent Tam
2019-07-31Added Isso to config.tomlVincent Tam
2019-07-31Added locale str "page", corrected "seeMorePost"Vincent Tam
Polish translation for "see more posts": https://intraworq.com/
2019-07-31Added translation for French tag belowVincent 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-27Replaced by relative links and adopted SRIVincent Tam
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-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-20Affichage en cours d'améliorationVincent Tam
2019-05-20Template pour Staticman simplifiéVincent Tam
2019-05-19la flèche ↶ pour réponseVincent Tam
2019-05-19Corrigé la fct pour staticmanVincent Tam
2019-05-19Essai de rediriger encoreVincent Tam
2019-05-19Essai de redirigerVincent Tam
2019-05-19Ajout des scripts manquantsVincent Tam
2019-05-19Test rediriger encoreVincent Tam
2019-05-19Essai de rediriger vers la pageVincent Tam
2019-05-19Test StaticmanVincent Tam
2019-05-19Revert "Remove staticman stuff and tweak loading gallery"Vincent Tam
This reverts commit e03609e893b44e26bf0a28677ef7b5d688f37a49.
2018-10-18Remove staticman stuff and tweak loading galleryJustin Berthault
2018-10-18test staticman with gitlabJustin Berthault
2018-10-08Add NowPlaying and tweak chroma cssJustin Berthault
2018-09-29Date againJustin Berthault
2018-09-29UTCJustin Bridouz
2018-09-29.Date.LocalJustin Berthault
2018-09-29rm spacesJustin Bridouz
2018-09-28Local date rssJustin Bridouz
2018-08-01Fix other posts linkJustin Bridouz
2018-07-31Dark to Light, housekeeping and other stuffsJustin Berthault
2018-04-05Remove Static CommentsJustin Berthault
2018-03-28Add Isso supportJustin Berthault
2018-03-23Added space between Date and Title in listJustin Berthault
2018-03-12Rework Forms layout and cssJustin Berthault
2018-02-16Comments detection fixedJustin Berthault
- Changes introduced with Page Bundle broke the comments partial - .FileLogicialName refers to `index.md` with PB function - Has to use .File.Dir