14 lines
430 B
TOML
14 lines
430 B
TOML
|
# theme.toml template for a Hugo theme
|
||
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||
|
|
||
|
name = "Antidocs"
|
||
|
license = "GPLv3"
|
||
|
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
|
||
|
description = "Rather basic theme used to list large blobs of text"
|
||
|
homepage = "https://docs.antimattercloud.nl"
|
||
|
min_version = "0.41.0"
|
||
|
|
||
|
[author]
|
||
|
name = "Marty Sluijtman"
|
||
|
homepage = "http://voidcruiser.nl"
|