| 123456789101112131415 | 
							- # theme.toml template for a Hugo theme
 
- # See https://github.com/gohugoio/hugoThemes#themetoml for an example
 
- name = "Toha"
 
- license = "MIT"
 
- licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
 
- description = "A simple hugo theme for personal portfolio"
 
- homepage = "https://toha.netlify.app/"
 
- tags = ["Responsive","Blog", "Portfolio"]
 
- features = []
 
- min_version = "0.68.0"
 
- [author]
 
-   name = "Emruz Hossain"
 
-   homepage = "https://hossainemruz.github.io"
 
 
  |