basic-theme/theme.toml

16 lines
523 B
TOML

# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Basic Theme"
license = "MIT"
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"]
min_version = "0.54.0"
[author]
name = "Kevin C. Coram"
homepage = "https://git.thecorams.net/kevin"