16 lines
375 B
TOML
16 lines
375 B
TOML
|
# theme.toml template for a Hugo theme
|
||
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||
|
|
||
|
name = "35c3"
|
||
|
license = "MIT"
|
||
|
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
|
||
|
description = ""
|
||
|
homepage = "http://c3tea.de/"
|
||
|
tags = []
|
||
|
features = []
|
||
|
min_version = "0.24"
|
||
|
|
||
|
[author]
|
||
|
name = "genofire"
|
||
|
homepage = "https://fireorbit.de"
|