adjust theme.toml to match this copy

This commit is contained in:
Rico Ullmann 2022-03-25 20:54:23 +01:00
parent c7c6cc3298
commit 71a7df6de9
Signed by: rullmann
GPG Key ID: AE1066B5BD0B5041
1 changed files with 7 additions and 7 deletions

View File

@ -1,15 +1,15 @@
# 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 = "Recipes" name = "simple-cookbook"
license = "MIT" license = "MIT"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE" licenselink = "https://git.ullmann.space/rullmann/hugo-theme-simple-cookbook/src/branch/main/LICENSE"
description = "" description = "simple-cookbook is based on the recipes theme by Jason Rametta. recipes can be found on GitHub: https://github.com/rametta/recipe-book"
homepage = "http://example.com/" homepage = "https://git.ullmann.space/rullmann/hugo-theme-simple-cookbook"
tags = [] tags = []
features = [] features = []
min_version = "0.41" min_version = "0.1"
[author] [author]
name = "Jason Rametta" name = "Rico Ullmann"
homepage = "" homepage = "https://ullmann.space"