theme.toml 622 B

1234567891011121314
  1. name = "Clarity"
  2. license = "MIT"
  3. licenselink = "https://github.com/chipzoller/hugo-clarity/blob/master/LICENSE.md"
  4. description = "A theme based on VMware's Clarity Design System for publishing technical blogs with Hugo."
  5. homepage = "https://github.com/chipzoller/hugo-clarity"
  6. tags = ["blog", "technical", "simple", "dark", "syntax highlighting"]
  7. features = ["blog", "technical", "simple", "dark", "syntax highlighting"]
  8. min_version = "0.63.0"
  9. # If the theme has multiple authors
  10. authors = [
  11. {name = "Chip Zoller", homepage = "https://neonmirrors.net"},
  12. {name = "Dan Weru", homepage = "https://github.com/onweru"},
  13. ]