theme.toml 384 B

123456789101112131415
  1. # theme.toml template for a Hugo theme
  2. # See https://github.com/gohugoio/hugoThemes#themetoml for an example
  3. name = "Toha"
  4. license = "MIT"
  5. licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
  6. description = ""
  7. homepage = "http://example.com/"
  8. tags = []
  9. features = []
  10. min_version = "0.41.0"
  11. [author]
  12. name = "Emruz Hossain"
  13. homepage = "hossainemruz.github.io"