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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Taylor <rayjolt@gmail.com>2017-04-15 13:00:33 +0300
committerJack Taylor <rayjolt@gmail.com>2017-04-15 13:00:33 +0300
commitaa6fb555b0bf5a10bfd291e84bf319c32b6f3f6c (patch)
tree90e4e56720a414ef7748a4c488da39ccf8b99ed2 /theme.toml
parenta63ae223015409832ccb085a0c518c9bc0488f5a (diff)
Update the required Hugo version in theme.toml
The i18n changes introduced in 5cf80fe require Hugo 0.17, so update theme.toml accordingly.
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/theme.toml b/theme.toml
index 96a65e8..a778852 100644
--- a/theme.toml
+++ b/theme.toml
@@ -4,7 +4,7 @@ licenselink = "https://github.com/halogenica/Hugo-BeautifulHugo/blob/master/LICE
description = "A port of Beautiful Jekyll theme"
tags = ["blog", "company", "portfolio", "projects", "minimal", "responsive"]
features = ["blog", "themes", "disqus", "minimal", "responsive"]
-min_version = 0.15
+min_version = 0.17
[author]
name = "halogenica"
@@ -14,4 +14,5 @@ min_version = 0.15
[original]
author = "dattali"
homepage = "http://deanattali.com/beautiful-jekyll/"
- repo = "https://github.com/daattali/beautiful-jekyll" \ No newline at end of file
+ repo = "https://github.com/daattali/beautiful-jekyll"
+