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 = ""