26 lines
559 B
TOML
Executable file
26 lines
559 B
TOML
Executable file
# 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"
|