16 lines
425 B
TOML
16 lines
425 B
TOML
|
# theme.toml template for a Hugo theme
|
||
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||
|
|
||
|
name = "nextDESIGN"
|
||
|
license = "MIT"
|
||
|
licenselink = "https://gitlab.com/mmk2410/nextDESIGN/blob/master/LICENSE"
|
||
|
description = "Simple design created for mmk2410.org"
|
||
|
homepage = "https://mmk2410.org/"
|
||
|
tags = []
|
||
|
features = []
|
||
|
min_version = "0.41.0"
|
||
|
|
||
|
[author]
|
||
|
name = "Marcel Kapfer"
|
||
|
homepage = "https://mmk2410.org"
|