Update theme.toml for semantic-interweb details
parent
a34db13b72
commit
1d6a5bb0c9
12
theme.toml
12
theme.toml
|
@ -1,13 +1,13 @@
|
||||||
# theme.toml template for a Hugo theme
|
# theme.toml template for a Hugo theme
|
||||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||||||
|
|
||||||
name = "Basic Theme"
|
name = "Semantic IndieWeb"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://git.thecorams.net/kevin/basic-theme/src/branch/master/LICENSE.md"
|
licenselink = "https://git.thecorams.net/kevin/semantic-indieweb/LICENSE.md"
|
||||||
description = "A very basic Hugo theme, with bare-boned layouts and no CSS."
|
description = "A minimal theme with HTML5 semantics, responsive design, and IndieWeb microformats"
|
||||||
homepage = "https://git.thecorams.net/kevin/basic-theme"
|
homepage = "https://git.thecorams.net/kevin/semantic-indieweb"
|
||||||
tags = ["minimal", "blog"]
|
tags = ["minimal", "blog", "responsive"]
|
||||||
features = ["blog"]
|
features = ["blog", "indieweb"]
|
||||||
min_version = "0.54.0"
|
min_version = "0.54.0"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
|
|
Loading…
Reference in New Issue