You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.1 KiB

9 years ago
9 years ago
9 years ago
  1. # Changelog
  2. ### 2015/7/12
  3. #### Social link icons
  4. Social links with icons can be enabled replacing the copyright field in footer. Configure the style and links in `config.toml`.
  5. ### 2015/26/11
  6. Hugo v0.15 is required in order to run the theme with the changes listed below:
  7. #### Google Analytics
  8. 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`](https://github.com/digitalcraftsman/hugo-cactus-theme/blob/dev/exampleSite/config.toml).
  9. [Show me the diff](https://github.com/digitalcraftsman/hugo-cactus-theme/commit/c2cdd9a02a968738438c48d246ae3949a4e032fc)
  10. #### Disqus
  11. 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.
  12. [Show me the diff](https://github.com/digitalcraftsman/hugo-cactus-theme/commit/9ebf05f5b03b3a60fc11cc47775234b7fc2616f0)