gohugo-theme-ananke/theme.toml

16 lines
514 B
TOML
Raw Normal View History

2017-04-11 03:27:13 +02:00
# theme.toml template for a Hugo theme
# See https://github.com/spf13/hugoThemes#themetoml for an example
2017-04-11 04:17:47 +02:00
name = "Gohugo Default Theme"
2017-04-11 03:27:13 +02:00
license = "MIT"
2017-04-11 04:17:47 +02:00
licenselink = "https://github.com/budparr/gohugo-default-theme/blob/master/LICENSE.md"
2017-04-15 04:44:42 +02:00
description = "A Base theme for building full featured Hugo sites"
2017-04-11 04:17:47 +02:00
homepage = "https://github.com/budparr/gohugo-default-theme"
2017-04-11 03:27:13 +02:00
tags = ["website", "starter"]
2017-04-15 04:44:42 +02:00
features = ["posts", ""]
min_version = 0.18
2017-04-11 03:27:13 +02:00
[author]
name = "Bud Parr"
homepage = "https://github.com/budparr"