- 6f818c5 Ordered lists are now styled
- 9fb2a23 adds support for subtitles in pages that can be defined with
.Description
in the front matter -a0db308 widens the content column to improve the readability of code examples - 5108c87 loads FontAwesome from Bootstrap's CDN instead of using the local file.
In the future new additions and changes will be assigned to version numbers rather than dates. This allows you to track changes in a better fashion. The state of this theme before this release has been assigned to v1.0.
Some changes and additions listed below require Hugo v0.20 or higher. Consider to update Hugo to a newer as well if necessary.
34f8cf2q fixes display issues of the about page that occured in Hugo v0.18 and higher due to the way how Hugo treats sites as a page of different kinds. It's required to rename content/about/index.md
to content/about/_index.md
.
- 931eb53 improves the generation URLs and linkage of pages
- 9b358a9 uses block templates to reduce redundancy
- dd67ac4 adds support for linking pages in the main menu
- fa3c87d replaces .Now which was deprecated in Hugo v0.19
- c618828 deprecates the
params.about
config option - 1b6b863 deprecates the option to hide single pages with the
hidden = true
front matter option. Usedraft = true
instead
You can now use Fontawesome as alternative to the Mono social icons. Look here for more instructions.
Pages can now be hidden by adding hidden = true
to the frontmatter. The pages are still built but they will not appear in the post in on the homepage.
Social links with icons can be enabled replacing the copyright field in footer. Configure the style and links in config.toml
.
Hugo v0.15 is required in order to run the theme with the changes listed below:
The setup of Google Analytics changed slighty due to the switch to Hugo's built-in template. In order to update the theme you need to relocate the google_analytics
variable in the configs and rename it to googleAnalytics
. Take a look in the example config.toml
.
Now the theme uses the built-in template of Hugo to enable the comments section with Disqus. This change requires to relocate the disqusShortname
variable in the configs.