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-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
2018-02-14NowPlaying is now before ToCJustin Berthault
2018-02-13Rework Lightbox stuffJustin Berthault
- Shortcode now uses figure tag - baguettebox init fixed when using both lightbox and gallery - caption added (basic for now)
2018-02-11Rewrite Lightbox shortcode for .Resources featureJustin Berthault
2018-01-30Add Automatic gallery function with Page-Bundle featureJustin Berthault
- Gallery images stored in `images/gallery` - Auto-resizing
2017-12-14Remove RSSLink and add main index.xml insteadJustin Berthault
2017-12-13Add <if replyname>Justin Berthault
2017-12-12Update comments layout to add anchorsJustin Berthault
- Each comment has an #id
2017-12-08Update form layout and comment cssJustin Berthault
2017-12-06Static comments here we areJustin Berthault
2017-12-06Fix w3c errors in rss feedJustin Berthault
2017-12-06Pygments without frontmatter optionJustin Berthault
- Will be more friendly and not a bummer on bandwidth as it's a 3kb file
2017-12-06datetime fix in indexJustin Berthault
2017-12-06pygments minifyJustin Berthault
2017-12-06Add pygments.css and relative config in singleJustin Berthault
2017-12-06Remove duplicate link feed in <head>Justin Berthault
2017-12-06Trim white spaces in HTML + css tweakJustin Berthault
- trim with {{- -}} - tags::before instead of plain # - remove Hashover, time for static comments rising
2017-12-05fix wrong datetime formata and closing some tags not endedJustin Berthault
2017-11-28Update shortcodes to reflect baguettebox switchJustin Berthault
2017-11-28Switch from featherlight to baguettebox.jsJustin Berthault
2017-11-08Fix gallery not workingJustin Berthault
2017-09-26Center nav content on index onlyJustin Berthault
2017-09-22Add the possibility to display and link to the song you were listening while ↵Justin Berthault
blogging - Use the frontmatter parameter `song:[title](link)` - The parameter is markdownified - If it's not in the frontmatter the blog post will not render the block
2017-09-21Switch from JS Highlight to Python's PygmentsJustin Berthault
- Pygments support is a built--in feature in Hugo - Too much JS I don't understand - Might try to learn Python one day - Remove the necessity to add a highlight parameter in frontmatter
2017-09-14Make RSS feed display full content instead of only summaryJustin Berthault
- Add a reference to .RSSLink in <header> on baseof.html
2017-09-13Add shortcodes folder with two files used for lightbox and galleryJustin Berthault
- Inspired by hugo-easy-gallery - featherlight powered - gallery will only require to specify the directory for the gallery to be generated - thumbnails are detected if the image has the same filename with the suffix "-thumb"
2017-09-13Remove partials folderJustin Berthault