theme.toml 612 B

123456789101112131415161718192021
  1. # theme.toml template for a Hugo theme
  2. # See https://github.com/gohugoio/hugoThemes#themetoml for an example
  3. name = "Paper"
  4. license = "MIT"
  5. licenselink = "https://github.com/nanxiaobei/hugo-paper/blob/master/LICENSE"
  6. description = "A simple, clean, flexible Hugo theme"
  7. homepage = "https://github.com/nanxiaobei/hugo-paper/"
  8. tags = ["Responsive", "Simple", "Clean", "Light", "White", "Blog"]
  9. features = ["Responsive", "One Column", "Blog"]
  10. min_version = "0.57.1"
  11. [author]
  12. name = "nanxiaobei"
  13. homepage = "https://mrlee.me/"
  14. # If porting an existing theme
  15. [original]
  16. name = ""
  17. homepage = ""
  18. repo = ""