theme.toml 685 B

123456789101112131415161718192021222324252627
  1. # theme.toml template for a Hugo theme
  2. # See https://github.com/gohugoio/hugoThemes#themetoml for an example
  3. name = "Stack"
  4. license = "GPL-3.0-only"
  5. licenselink = "https://github.com/CaiJimmy/hugo-theme-stack/blob/master/LICENSE"
  6. description = "Card-style Hugo theme designed for bloggers"
  7. homepage = "https://github.com/CaiJimmy/hugo-theme-stack"
  8. demosite = "https://demo.stack.jimmycai.com"
  9. tags = ["blog", "responsive", "clean", "light", "dark", "personal"]
  10. features = [
  11. "disqus",
  12. "photoswipe",
  13. "opengraph",
  14. "widgets",
  15. "darkmode",
  16. "table of contents",
  17. "search",
  18. ]
  19. min_version = "0.87.0"
  20. [author]
  21. name = "Jimmy Cai"
  22. homepage = "https://jimmycai.com"