theme.toml 437 B

123456789101112131415161718192021
  1. # theme.toml template for a Hugo theme
  2. # See https://github.com/gohugoio/hugoThemes#themetoml for an example
  3. name = "ApisNecros"
  4. license = "MIT"
  5. licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
  6. description = ""
  7. homepage = "http://example.com/"
  8. tags = []
  9. features = []
  10. min_version = "0.41.0"
  11. [author]
  12. name = ""
  13. homepage = ""
  14. # If porting an existing theme
  15. [original]
  16. name = ""
  17. homepage = ""
  18. repo = ""