theme.toml 617 B

1234567891011121314151617
  1. name = "Cupper"
  2. license = "MIT"
  3. licenselink = "https://github.com/zwbetz-gh/cupper-hugo-theme/blob/master/LICENSE"
  4. description = "An accessibility-friendly Hugo theme, ported from the original Cupper project."
  5. homepage = "https://github.com/zwbetz-gh/cupper-hugo-theme"
  6. tags = ["accessible", "blog", "documentation", "dark"]
  7. features = ["accessible", "blog", "documentation", "dark"]
  8. min_version = "0.81.0"
  9. [author]
  10. name = "Zachary Betz"
  11. homepage = "https://zwbetz.com/"
  12. [original]
  13. name = "Cupper"
  14. homepage = "https://thepaciellogroup.github.io/cupper/"
  15. repo = "https://github.com/ThePacielloGroup/cupper"