Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

31 lines (20 loc) · 1.94 KB

Changelog

30th September 2019

Note: due to deprecation and addtion of certain Hugo features and variables the required minumum version of Hugo is now 0.57.2

.Site.RegularPages in combination with .Site.Params.mainSections is used to define the kind of content shown on the homepage (show diff). This is a more flexible approach than hard-coding the post content type. Add the following lines to your config file to restore the old behavior (TOML version):

[params]
mainSections = ["post"]

Furthermore, all instances of the .Hugo template variable have been replaced with the hugo template function (show diff). RSS feeds are now included using Hugo's OutputFormats feature (show diff).

21st December 2016

Custom assets can now be linked with the custom_js and custom_css variables (show diff)

The exampleSite folder is now a standalone Hugo website that can be used to preview the theme. Make sure you change the themesDir variable in the config file as described in the "Installation" section of the README (show diff)

Now, this theme makes use of Hugo's own Google Analytics template (show diff). You have to move your tracking code in the config file as follows:

# Remove
[params]
    google_analytics = ""

# and add outside the params block
googleAnalytics = ""