mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
16 lines
419 B
TOML
16 lines
419 B
TOML
|
# theme.toml template for a Hugo theme
|
||
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||
|
|
||
|
name = "Hugo Theme"
|
||
|
license = "MIT"
|
||
|
licenselink = "https://github.com/budparr/gohugo.io/blob/master/LICENSE.md"
|
||
|
description = ""
|
||
|
homepage = "https://github.com/budparr/gohugo.io"
|
||
|
tags = ["website"]
|
||
|
features = ["", ""]
|
||
|
min_version = 0.18
|
||
|
|
||
|
[author]
|
||
|
name = "Bud Parr"
|
||
|
homepage = "https://github.com/budparr"
|