You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.0 KiB
2.0 KiB
Changelog
[Unreleased]
###[19.10] 2019-10-29
Added
- taxonomy layout
Changed
- minimal required Hugo version is v0.57.2
- sort posts/pages on the error page by last modification date
- summary layout
- read more link style
- code block background now transparent
- date format now D Mon YYYY
- theme colors are changed via css file
- titles, tags, list of posts are not so dense as before
- default colors were fine tuned
- some other small layout changes
Fixed
- fix breaking change in mainSections introduced in Hugo v0.57.0
- deprecation warnings during site build with v0.55 and newer
- optimize image size when viewed on mobile devices
- finetuned padding and margin for paragraphs
[1.2] - 2018-03-01
Added
- Font Awesome icons for social-links-header
- support for robots.txt
- HTML support for footer via safeHTML
- horizontal rule in header
Changed
- max width of page
- sizing of title, h2, social links
[1.1] - 2017-11-22
Added
- Theme colors can be changed in the config file
- Makefile for easier development
Changed
- highlightjs was removed, builtin Chroma is used for syntax highlight
- Position of the read more links is closer to the text
- Abbreviations are used for social media names under the site title
- Disqus localhost check was removed
- Default archetype was extended and the new format is yaml
Fixed
- missing closing html tag
[1.0.1] - 2017-08-24
Fixed
- Tag URLs by @Butt4cak3
- gitlab social links by @CrazedProgrammer
- gitlab url by @CrazedProgrammer
[1.0] - 2017-04-22
Added
- Responsive minimalistic design
- Syntax highlight with highlight.js
- OpenGraph support
- Twitter cards support
- Disqus comments
- Google analytics (async)
- Configrable pagination for posts
- Lazy menu
- Custom 404 page