fill theme.toml

This commit is contained in:
lafleur 2020-10-14 01:11:36 +02:00
parent f9c2361da4
commit 6a4ccca585
1 changed files with 7 additions and 7 deletions

View File

@ -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]