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-12use shorthand padding syntaxGyorgy Orban
2020-01-12update changelog with the changesGyorgy Orban
2020-01-12update syntax highlight configuration and background styleGyorgy Orban
2020-01-12make the layout less dense mainly for the list of postsGyorgy Orban
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-12set outline for keyboard navigationGyorgy Orban
2020-01-12increase line height to 1.5em for better readabilityGyorgy Orban
2020-01-12highlight table headers betterGyorgy Orban
2020-01-12better contrast for copyright textGyorgy Orban
2020-01-12improve instagram card styleGyorgy Orban
2020-01-12update changelog with the Utterances supportGyorgy Orban
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-30finetune padding and margin for paragraphsGyorgy Orban
the current lates hugo v0.57.2 generates a slightly different html code, some margin and padding refinement was required
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-20mobile-optimize the imagesJef Yo
switching img_max_width to 100% will mobile-optimize the images
2019-08-20error page, sort posts/pages by last mod dateGyorgy Orban
2019-05-14set themesDir on exampleSite config filenonumeros
2018-12-03Update README.mdNikolas
Tiny typo. Configrable -> Configurable
2018-11-02Add taxonomies to example site configlibertylocked
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-22update theme tagsv1.1Gyorgy Orban
2017-11-22changelog: update release dateGyorgy Orban
2017-11-22add changelogGyorgy Orban
2017-11-20extend default archetype and use yaml formatGyorgy Orban
title and date are required since Hugo v0.24
2017-11-18Merge pull request #15 from gyorb/update_imagesGyorgy Orban
update images to be in sync with the changes
2017-11-18update images to be in sync with the changesGyorgy Orban
2017-11-18Merge pull request #14 from gyorb/disqus-updateGyorgy Orban
remove localhost check for disqus, fixed in v0.25
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-18Merge pull request #12 from gyorb/remove_highlightjsGyorgy Orban
remove highlightjs
2017-11-18Merge pull request #13 from gyorb/fix_styleGyorgy Orban
rename and fix colors parameter
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-18Merge pull request #11 from gyorb/coloring_supportGyorgy Orban
add theme color configuration support
2017-11-18add theme color configuration supportGyorgy Orban
the colors of the theme can be modified in the theme configuration file
2017-11-18Merge pull request #10 from gyorb/abbrev_socialGyorgy Orban
use abbreviation for social media links
2017-11-18Merge pull request #7 from gyorb/divGyorgy Orban
fix missing closing div tag and add comments
2017-11-18Merge pull request #9 from gyorb/rmoreGyorgy Orban
fine tune read more link