22 lines
501 B
TOML
22 lines
501 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
name = "lean"
|
|
license = "GPL"
|
|
licenselink = "https://framagit.org/lafleur/lean/blob/master/LICENSE.txt"
|
|
description = "a lean hugo theme"
|
|
homepage = "https://framagit.org/lafleur/lean/"
|
|
tags = []
|
|
features = []
|
|
min_version = "0.41.0"
|
|
|
|
[author]
|
|
name = "la Fleur"
|
|
homepage = "https://framagit.org/lafleur/"
|
|
|
|
# If porting an existing theme
|
|
[original]
|
|
name = ""
|
|
homepage = ""
|
|
repo = ""
|