/ theme.toml
theme.toml
 1  # theme.toml template for a Hugo theme
 2  # See https://github.com/gohugoio/hugoThemes#themetoml for an example
 3  
 4  name = "Book"
 5  license = "MIT"
 6  licenselink = "https://github.com/alex-shpak/hugo-book/blob/master/LICENSE"
 7  description = "Hugo documentation theme as simple as plain book"
 8  homepage = "https://github.com/alex-shpak/hugo-book"
 9  demosite = "https://hugo-book-demo.netlify.app"
10  tags = ["responsive", "clean", "documentation", "docs", "flexbox", "search", "mobile", "multilingual", "disqus"]
11  features = []
12  min_version = "0.128.0"
13  
14  [author]
15    name = "Alex Shpak"
16    homepage = "https://github.com/alex-shpak/"