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

github.com/gyorb/hugo-dusk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-19fix date format for the post footerHEADmasterGyorgy Orban
the month was printed out twice instead of the day
2020-01-12render tags section only if there are any tags for a postGyorgy Orban
2020-01-12show post categories and seriesGyorgy Orban
post categories and series are shown under each post and in the post list
2020-01-11Add Utterances comments supportJari Jääskelä
* Update README * Add theme.toml tag * Add params: utterancesRepo, utterancesTheme, utterancesIssueTerm
2019-09-07design updateGyorgy Orban
- titles, tags, list of posts are not so dense as before - highlight list of posts - fine tuning default colors - fine tuning layout - rename color-dark to default-dark used as the default color set - update screenshot and thumbnail pictures
2019-09-07configure theme colors in a css fileGyorgy Orban
Theme colors can be configured and changed in a css file. Custom css files can be put under the static/css/ directory and the file name which should be included can be set as a parameter in the config file.
2019-08-31change date formatGyorgy Orban
2019-08-30change code block background to transparentGyorgy Orban
code block background with syntax highlight conflicts with the previous background color with this change only the background color from the selected syntax highlight theme should be used
2019-08-30change the read more link styleGyorgy Orban
use the default text color and underline the link making it a bit less intrusive
2019-08-30update summary layoutGyorgy Orban
- move tags to div meta - move read more link to rmore div it should be there - change the font size because tags were moved into div meta
2019-08-30add taxonomy layoutGyorgy Orban
For a selected taxonomy (tag, category ...) the relevant pages will be listed.
2019-08-21fix page lists, Hugo v0.57Gyorgy Orban
Hugo v0.57 introduced a breaking change in mainSections. Using .Site.RegularPages for the home page to resolve the issue. mainSections is meant for the homepage.
2019-08-20fix .Hugo deprecation warningGyorgy Orban
.Hugo will be depreacted
2019-08-20error page, sort posts/pages by last mod dateGyorgy Orban
2018-11-02Fix category and tag urllibertylocked
2018-08-26fix base href usage which breaks footnotesGyorgy Orban
2018-08-23added robots.txtbickhaus
2018-08-23added safeHTML to footer copyrightbickhaus
2017-11-18remove localhost check for disqus, fixed in v0.25Gyorgy Orban
injecting Disqus on localhost created unwanted discussions from 'localhost:1313' this is fixed in Hugo v0.25
2017-11-18remove highlightjsGyorgy Orban
Since version v0.28 in Hugo there is a default syntax highlighter, Chroma.
2017-11-18rename and fix colors parameterGyorgy Orban
2017-11-18add theme color configuration supportGyorgy Orban
the colors of the theme can be modified in the theme configuration file
2017-11-18use abbreviation for social media linksGyorgy Orban
2017-11-18Merge pull request #7 from gyorb/divGyorgy Orban
fix missing closing div tag and add comments
2017-11-18fix missing closing div tag and add commentsGyorgy Orban
* some closing div tags were missing * comments were added to the closing div tags
2017-11-18change the position of the read more linkGyorgy Orban
2017-08-24Change www.gitlab.com to gitlab.com to be consistent with github.comv1.0.1CrazedProgrammer
2017-08-24Fix gitlab.com social linksCrazedProgrammer
2017-06-23Fixed tag URLsButt4cak3
2017-04-22initial hugo themev1.0Gyorgy Orban