Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

39 lines (19 loc) · 1.73 KB

Changelog

2016/04/01

Fontawesome as option for social icons in footer

You can now use Fontawesome as alternative to the Mono social icons. Look here for more instructions.

Show me the diff

Hide pages

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.

Show me the diff

2015/07/12

Social link icons

Social links with icons can be enabled replacing the copyright field in footer. Configure the style and links in config.toml.

2015/26/11

Hugo v0.15 is required in order to run the theme with the changes listed below:

Google Analytics

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.

Show me the diff

Disqus

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.

Show me the diff