Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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/"