nemhugo/theme.toml
Jack Taylor aa6fb555b0 Update the required Hugo version in theme.toml
The i18n changes introduced in 5cf80fe require Hugo 0.17, so
update theme.toml accordingly.
2017-04-15 19:00:33 +09:00

18 lines
588 B
TOML

name = "Beautiful Hugo"
license = "MIT"
licenselink = "https://github.com/halogenica/Hugo-BeautifulHugo/blob/master/LICENSE"
description = "A port of Beautiful Jekyll theme"
tags = ["blog", "company", "portfolio", "projects", "minimal", "responsive"]
features = ["blog", "themes", "disqus", "minimal", "responsive"]
min_version = 0.17
[author]
name = "halogenica"
homepage = "http://halogenica.net"
# If Porting existing theme
[original]
author = "dattali"
homepage = "http://deanattali.com/beautiful-jekyll/"
repo = "https://github.com/daattali/beautiful-jekyll"