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@protonmail.com>2017-04-01 13:42:33 +0300
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2017-04-01 13:42:33 +0300
commit1ba40cba232fdebd961e1a953e548763a06b4533 (patch)
tree1ab71bac3f7d9bd0606be2976638b15a1985bce0
parent55602fe8cc4d51e930dfda254a2a87f9de89dbc0 (diff)
Make dates for readable in CHANGELOG.md
-rw-r--r--CHANGELOG.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ffa37d..4ecdb39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,13 @@
# Changelog
-### 2016/10/28 - Option to link custom assets
+### 28th October 2016 - Option to link custom assets
You're now able to link local or external assets by adding their url to
the `custom_js` and `custom_css` variables in the config file.
[Show me the diff](https://github.com/digitalcraftsman/hugo-icarus-theme/commit/cd1a8c02e0cf97c443cfdbf44091e66863305eba)
-### 2016/03/08 - Options to disable features for single pages
+### 8th March 2016 - Options to disable features for single pages
#### Comments
@@ -22,14 +22,14 @@ The profile and the widgets can be disabled for single pages in the frontmatter.
[Show me the diff](https://github.com/digitalcraftsman/hugo-icarus-theme/commit/d0fcabe2fbd5e0d5d6f29b6c8d19699e5b11fdde)
-### 2016/01/03 - Allow specifying an avatar
+### 3rd January 2016 - Allow specifying an avatar
This change adds the new variable `avatar` under `[params]` in the configuration. You need to set this path in order to show an avatar image. The default one can still be found under `css/images/avatar.png`.
[Show me the diff](https://github.com/larrywright/hugo-icarus-theme/commit/0850eabae7e7f79151bfcb462d4ad6795d7caeea)
-### 2015/11/27 - Upgrade to Hugo v0.15
+### 27th November 2015 - Upgrade to Hugo v0.15
Hugo v0.15 is required in order to run the theme with the changes listed below:
@@ -40,7 +40,7 @@ The setup of Google Analytics changed slighty due to the switch to Hugo's built-
[Show me the diff](https://github.com/digitalcraftsman/hugo-icarus-theme/commit/fa50238040577c80b5871772cf944681ccfc075f)
-### 2015/10/18 - Rename i10n to l10n
+### 18th October 2015 - 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.