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/static
AgeCommit message (Collapse)Author
2019-05-20Tidy up READMEVincent Tam
2019-05-20Affichage en cours d'améliorationVincent Tam
2019-05-20Template pour Staticman simplifiéVincent Tam
2019-05-19Corrigé la fct pour staticmanVincent Tam
2019-05-19Test StaticmanVincent Tam
2018-07-31Dark to Light, housekeeping and other stuffsJustin Berthault
2018-03-23Update `code` styleJustin Berthault
2018-03-12Beautify style.cssJustin Berthault
2018-03-12Rework Forms layout and cssJustin Berthault
2018-03-12Update NowPlaying Css:beforeJustin Berthault
2018-03-01Change icomoon iconsJustin Berthault
2018-02-21Body full width on mobileJustin Berthault
2018-02-13Add table styleJustin 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-13Rework headerbar on mobile screensJustin Berthault
2018-02-11Remove code wrappingJustin Berthault
2018-02-06Remove custom fontsJustin Berthault
2018-01-30Add Automatic gallery function with Page-Bundle featureJustin Berthault
- Gallery images stored in `images/gallery` - Auto-resizing
2017-12-19Separate em and strong colorsJustin Berthault
2017-12-14Readability enhancement for style.cssJustin Berthault
2017-12-14em and strong are now colorfulJustin Berthault
2017-12-13Add background-color to blockquoteJustin Berthault
2017-12-13Remove padding-bottom in <p>Justin Berthault
2017-12-13Remove text indentation in <p>Justin Berthault
2017-12-12Make Post Title great again with timeJustin Berthault
2017-12-08Update form layout and comment cssJustin Berthault
2017-12-06Static comments here we areJustin Berthault
2017-12-06pygments minifyJustin Berthault
2017-12-06Add pygments.css and relative config in singleJustin 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-05misc css enhancementJustin Berthault
2017-12-05Gallery stuff againJustin Berthault
2017-12-05Add deleted thumbnail gallery css stuffJustin Berthault
2017-12-05Update css stylesheet, dark mode enabledJustin Berthault
2017-11-28Switch from featherlight to baguettebox.jsJustin Berthault
2017-10-16Add borders for blockquotesJustin Berthault
2017-09-26Center nav content on index onlyJustin Berthault
2017-09-26Add padding-bottom to p tagJustin 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-21Codeblock darkerJustin Berthault
2017-09-20Gallery is now inline-block to prevent overlapping related postsJustin Berthault
2017-09-20Add style to pre html tagJustin Berthault
2017-09-13Add static contents (css, fonts and js)Justin Berthault
- style.css: main component for the website look - icomoon.min.css: custom build with only two FA icons - prism.min.css: stylesheet for prism code highlighter - featherlight*: featherlight stylesheets - prism.min.js: Code highlighter - featherlight*: lightbox gallery - jquery.min.js: Jquery for featherlight and hashover