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:
Jack Taylor 2017-04-15 19:00:33 +09:00
parent a63ae22301
commit aa6fb555b0

View File

@ -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"
@ -15,3 +15,4 @@ min_version = 0.15
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"