theme.toml 529 B

123456789101112131415
  1. # theme.toml template for a Hugo theme
  2. # See https://github.com/gohugoio/hugoThemes#themetoml for an example
  3. name = "hugo-lamp"
  4. license = "MIT"
  5. licenselink = "https://github.com/huyb1991/hugo-lamp/blob/master/LICENSE.md"
  6. description = "A light responsive Hugo AMP theme for blogger."
  7. homepage = "https://github.com/huyb1991/hugo-lamp"
  8. tags = ["hugo", "amp", "blog", "theme", "responsive", "static-site-generator"]
  9. features = ["Blog"]
  10. min_version = "0.35"
  11. [author]
  12. name = "Huy Nguyen"
  13. homepage = "https://about.me/huyb1991"