16 lines
571 B
TOML
16 lines
571 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
name = "Semantic IndieWeb"
|
|
license = "MIT"
|
|
licenselink = "https://git.thecorams.net/kevin/semantic-indieweb/LICENSE.md"
|
|
description = "A minimal theme with HTML5 semantics, responsive design, and IndieWeb microformats"
|
|
homepage = "https://git.thecorams.net/kevin/semantic-indieweb"
|
|
tags = ["minimal", "blog", "responsive"]
|
|
features = ["blog", "indieweb"]
|
|
min_version = "0.54.0"
|
|
|
|
[author]
|
|
name = "Kevin C. Coram"
|
|
homepage = "https://git.thecorams.net/kevin"
|