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
|
||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||||
|
||||
name = "Lean"
|
||||
license = "MIT"
|
||||
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
|
||||
description = ""
|
||||
homepage = "http://example.com/"
|
||||
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 = ""
|
||||
homepage = ""
|
||||
name = "la Fleur"
|
||||
homepage = "https://framagit.org/lafleur/"
|
||||
|
||||
# If porting an existing theme
|
||||
[original]
|
||||
|
|
Loading…
Reference in New Issue