.Now
will be deprecated with Hugo v0.20. Hence the required minimum version of Hugo is v0.20.
favicon
allows you to link a custom favicon by adding a path relative to thestatic
folder- with
customCSS
andcustomJS
you can link your own stylesheets and scripts. The files have to be link relative tostatic
as well.
Some of the new features of Hugo v0.17 were now introduced in this theme. Since some changes are not backwards compatible you have to update to Hugo v0.17 or newer versions.
- Steam now uses the Google Analytics template that is shipped with Hugo. Just move the
googleAnaltics
variable outside theparams
block. Have a look at the example config file. - The support for Google Plus comments in now deprecated.
- Formerly, it was only possible to show pages of
type
post on the homepage. Now, all types of pages are shown. You can hide single pages by addinghide = true
to the (TOML) frontmatter. - External dependencies like Highlight.js have been updated to the latest version.