hugo-book/theme.toml

16 lines
550 B
TOML
Raw Normal View History

2018-09-05 14:22:04 +00:00
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Book"
license = "MIT"
licenselink = "https://github.com/alex-shpak/hugo-book/blob/master/LICENSE"
description = "Hugo documentation theme as simple as plain book"
homepage = "https://github.com/alex-shpak/hugo-book"
2019-11-29 21:58:20 +00:00
tags = ["responsive", "clean", "documentation", "docs", "flexbox", "search", "mobile", "multilingual"]
2018-09-05 14:22:04 +00:00
features = []
2019-12-01 13:54:37 +00:00
min_version = "0.60"
2018-09-05 14:22:04 +00:00
[author]
name = "Alex Shpak"
homepage = "https://github.com/alex-shpak/"