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-05-20 13:35:40 +0300
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2017-05-20 13:37:01 +0300
commitc8f3bc8de3db60758d75ec1efd30d558341c7016 (patch)
treec1f523d94bb8589d288d4255e7e11afce5b1f6cf
parenteee5547747f31052af66ace9fa896afc43b52f71 (diff)
Bump required Hugo version to v0.20
-rw-r--r--CHANGELOG.md2
-rw-r--r--theme.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0eefb35..8a115ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@
*In the future new additions and changes will be assigned to version numbers rather than dates.* This allows you to track changes in a better fashion. The state of this theme before this release has been assigned to v1.0.
+**This change requires Hugo v0.20 or greater** due to the usage of new Hugo features.
+
### General information
The `exampleSite` folder has become a standalone demo by modified the `themesDir` property in the `config.toml`. Make sure to comment out `themesDir` in the config file if you use the theme in production. [Read more](/README.md#setup)
diff --git a/theme.toml b/theme.toml
index 22064f0..9aa6e09 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,7 @@ description = "The blog theme you may fall in love with, coming to Hugo. "
homepage = "//github.com/digitalcraftsman/hugo-icarus-theme"
tags = ["syntax highlighting", "maxthjax", "rss", "gallery", "widgets", "google analytics", "useful shortcodes", "responsive"]
features = ["syntax highlighting", "maxthjax", "rss", "gallery", "widgets", "google analytics", "useful shortcodes", "responsive"]
-min_version = 0.19
+min_version = 0.20
[author]
name = "Digitalcraftsman"