fill theme.toml
This commit is contained in:
parent
f9c2361da4
commit
6a4ccca585
14
theme.toml
14
theme.toml
|
@ -1,18 +1,18 @@
|
||||||
# theme.toml template for a Hugo theme
|
# theme.toml template for a Hugo theme
|
||||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||||||
|
|
||||||
name = "Lean"
|
name = "lean"
|
||||||
license = "MIT"
|
license = "GPL"
|
||||||
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
|
licenselink = "https://framagit.org/lafleur/lean/blob/master/LICENSE.txt"
|
||||||
description = ""
|
description = "a lean hugo theme"
|
||||||
homepage = "http://example.com/"
|
homepage = "https://framagit.org/lafleur/lean/"
|
||||||
tags = []
|
tags = []
|
||||||
features = []
|
features = []
|
||||||
min_version = "0.41.0"
|
min_version = "0.41.0"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = ""
|
name = "la Fleur"
|
||||||
homepage = ""
|
homepage = "https://framagit.org/lafleur/"
|
||||||
|
|
||||||
# If porting an existing theme
|
# If porting an existing theme
|
||||||
[original]
|
[original]
|
||||||
|
|
Loading…
Reference in New Issue