2018-09-05 16:22:04 +02:00
|
|
|
# theme.toml template for a Hugo theme
|
|
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
|
|
|
|
name = "Book"
|
|
|
|
license = "MIT"
|
2018-09-12 14:21:46 +02:00
|
|
|
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"
|
2021-07-25 22:41:58 +02:00
|
|
|
demosite = "https://hugo-book-demo.netlify.app"
|
2020-01-13 17:55:24 +01:00
|
|
|
tags = ["responsive", "clean", "documentation", "docs", "flexbox", "search", "mobile", "multilingual", "disqus"]
|
2018-09-05 16:22:04 +02:00
|
|
|
features = []
|
2024-05-18 12:36:23 +02:00
|
|
|
min_version = "0.124"
|
2018-09-05 16:22:04 +02:00
|
|
|
|
|
|
|
[author]
|
|
|
|
name = "Alex Shpak"
|
2018-09-12 14:21:46 +02:00
|
|
|
homepage = "https://github.com/alex-shpak/"
|