theme.toml 770 B

123456789101112131415161718192021
  1. # theme.toml template for a Hugo theme
  2. # See https://github.com/spf13/hugoThemes#themetoml for an example
  3. name = "Learn"
  4. license = "MIT"
  5. licenselink = "https://github.com/matcornic/hugo-theme-learn/blob/master/LICENSE.md"
  6. description = "Documentation theme for Hugo, based on Grav Learn theme"
  7. homepage = "https://github.com/matcornic/hugo-theme-learn/"
  8. repo = "https://github.com/matcornic/hugo-theme-learn"
  9. tags = ["documentation", "grav", "learn", "doc", "search"]
  10. features = ["documentation", "menu", "nested sections", "search", "mermaid"]
  11. min_version = 0.25
  12. [author]
  13. name = "Mathieu Cornic"
  14. homepage = "https://matcornic.github.io/"
  15. [original]
  16. name = "Grav Learn"
  17. homepage = "https://learn.getgrav.org/"
  18. repo = "https://github.com/getgrav/grav-learn"