theme.toml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # theme.toml template for a Hugo theme
  2. # See https://github.com/gohugoio/hugoThemes#themetoml for an example
  3. name = "PaperMod"
  4. license = "MIT"
  5. licenselink = "https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE"
  6. description = "A fast, clean, responsive Hugo theme"
  7. homepage = "https://adityatelange.github.io/hugo-PaperMod/"
  8. tags = [
  9. "responsive",
  10. "simple",
  11. "clean",
  12. "light",
  13. "dark",
  14. "blog",
  15. "minimalist",
  16. "highlight.js",
  17. "search"
  18. ]
  19. features = [
  20. "responsive",
  21. "single-column",
  22. "blog",
  23. "cover-image",
  24. "table-of-contents",
  25. "opengraph",
  26. "highlight.js",
  27. "favicon",
  28. "archive",
  29. "share-icons",
  30. "cover",
  31. "multilingual",
  32. "social-icons",
  33. "minified-assets",
  34. "theme-toggle",
  35. "menu-location-indicator",
  36. "scroll-to-top",
  37. "search"
  38. ]
  39. min_version = "0.97.1"
  40. [author]
  41. name = "Aditya Telange"
  42. homepage = "https://github.com/adityatelange/"
  43. # If porting an existing theme
  44. [original]
  45. name = "Paper"
  46. author = "nanxiaobei"
  47. homepage = "https://github.com/nanxiaobei"
  48. repo = "https://github.com/nanxiaobei/hugo-paper/"