Update the required Hugo version in theme.toml
The i18n changes introduced in 5cf80fe
require Hugo 0.17, so
update theme.toml accordingly.
This commit is contained in:
parent
a63ae22301
commit
aa6fb555b0
@ -4,7 +4,7 @@ licenselink = "https://github.com/halogenica/Hugo-BeautifulHugo/blob/master/LICE
|
|||||||
description = "A port of Beautiful Jekyll theme"
|
description = "A port of Beautiful Jekyll theme"
|
||||||
tags = ["blog", "company", "portfolio", "projects", "minimal", "responsive"]
|
tags = ["blog", "company", "portfolio", "projects", "minimal", "responsive"]
|
||||||
features = ["blog", "themes", "disqus", "minimal", "responsive"]
|
features = ["blog", "themes", "disqus", "minimal", "responsive"]
|
||||||
min_version = 0.15
|
min_version = 0.17
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "halogenica"
|
name = "halogenica"
|
||||||
@ -14,4 +14,5 @@ min_version = 0.15
|
|||||||
[original]
|
[original]
|
||||||
author = "dattali"
|
author = "dattali"
|
||||||
homepage = "http://deanattali.com/beautiful-jekyll/"
|
homepage = "http://deanattali.com/beautiful-jekyll/"
|
||||||
repo = "https://github.com/daattali/beautiful-jekyll"
|
repo = "https://github.com/daattali/beautiful-jekyll"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user