You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

theme.toml 514B

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