theme.toml 472 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 = "A simple hugo theme for personal portfolio"
  7. homepage = "https://toha.netlify.app/"
  8. tags = ["Responsive","Blog", "Portfolio"]
  9. features = []
  10. min_version = "0.68.0"
  11. [author]
  12. name = "Emruz Hossain"
  13. homepage = "https://hossainemruz.github.io"