2019-11-19 04:37:11 +00:00
|
|
|
# theme.toml template for a Hugo theme
|
|
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
|
|
|
|
name = "Basic Theme"
|
|
|
|
license = "MIT"
|
2019-11-20 02:57:51 +00:00
|
|
|
licenselink = "https://git.thecorams.net/kevin/basic-theme/src/branch/master/LICENSE.md"
|
|
|
|
description = "A very basic Hugo theme, with bare-boned layouts and no CSS."
|
|
|
|
homepage = "https://git.thecorams.net/kevin/basic-theme"
|
|
|
|
tags = ["minimal", "blog"]
|
|
|
|
features = ["blog"]
|
2019-11-21 03:26:59 +00:00
|
|
|
min_version = "0.54.0"
|
2019-11-19 04:37:11 +00:00
|
|
|
|
|
|
|
[author]
|
2019-11-20 02:57:51 +00:00
|
|
|
name = "Kevin C. Coram"
|
|
|
|
homepage = "https://git.thecorams.net/kevin"
|