- main content is under blog instead of post
- replaced exampleSite
- add separate optional main page instead of the list of posts set it with: "enable_separate_main_page"
- add separate blog layout
- add last modification date to the post footer
- add support to syndicate links
- extend default archetype template
- separate description value for each post (metadata)
- support callout blockquotes
- support and separate page for micro posts
- related content is visible at the bottom of a post
- Simplify design
- Remove social links from the top and reading time
- change date format
- fine-tune cold dark theme
- update readme
- Show categories and series for the posts
- Utterances comments support by @Jarijaas
- design update:
- improved instagram card style
- readability and contrast updates
- titles, tags, list of posts are not so dense as before
- default colors were fine tuned
- some small layout changes
- smaller theme updates
- new dark theme: cold-dark.css
- Configuration example for syntax highlight
- Theme colors can be changed in a custom css file
- minimal required Hugo version is v0.57.2
- sort posts/pages on the error page by last modification date
- update exampelSite config
- use shorthand padding syntax
- fix: update to hugo 1.33.0
- fix date format for the post footer
- 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
- Theme colors can be changed in the config file
- Makefile for easier development
- 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
- missing closing html tag
- Tag URLs by @Butt4cak3
- gitlab social links by @CrazedProgrammer
- gitlab url by @CrazedProgrammer
- 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