14 lines
319 B
TOML
Executable File
14 lines
319 B
TOML
Executable File
# theme.toml template for a Hugo theme
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
name = "Neff"
|
|
license = "MIT"
|
|
description = ""
|
|
homepage = "http://neff-steindesign.de/"
|
|
tags = []
|
|
features = []
|
|
min_version = "0.41"
|
|
|
|
[author]
|
|
name = "Patrick Neff"
|
|
homepage = "https://neff-steindesign.de" |