12345678910111213141516171819202122232425 |
- # theme.toml template for a Hugo theme
- # See https://github.com/spf13/hugoThemes#themetoml for an example
-
- name = "Gohugo Default"
- license = "MIT"
- licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
- description = ""
- homepage = "http://siteforthistheme.com/"
- tags = ["website", "starter"]
- features = ["", ""]
- min_version = 0.18
-
- [author]
- name = "Bud Parr"
- homepage = "https://github.com/budparr"
-
- # If porting an existing theme
- [original]
- name = ""
- homepage = ""
- repo = ""
-
- [params]
-
- hero_copy = "Some great copy here"
|