Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-11-27 15:57:45 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-11-27 15:57:45 +0300
commit8ccca7e3f88547602fd925a5fe363d9b661e3277 (patch)
tree410ae0a64f2c0f57a8ed4d02ee0649c9250fec3f
parentfa50238040577c80b5871772cf944681ccfc075f (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 08de048..2505af4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+### 2015/11/27 - Upgrade to Hugo v0.15
+
+Hugo v0.15 is required in order to run the theme with the changes listed below:
+
+#### Google Analytics template
+
+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 thr `google_analytics` variable in the configs and rename it to `googleAnalytics`. Take a look in the example [`config.toml`](https://github.com/digitalcraftsman/hugo-icarus-theme/blob/dev/exampleSite/config.toml).
+
+[Show me the diff](https://github.com/digitalcraftsman/hugo-icarus-theme/commit/fa50238040577c80b5871772cf944681ccfc075f)
+
+
### 2015/10/18 - Rename i10n to l10n
Since the right shortcut of localization is "l10n" and not "i10n" (from internationalization) I renamed the shortcut in all places of the theme. The most significant change is the renaming of the `i10n.toml` file inside the `data` folder to `l10n.toml`. This has the side effect that all key paths used for l10n changed within the templates too.