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
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Recipes"
name = "simple-cookbook"
license = "MIT"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
description = ""
homepage = "http://example.com/"
licenselink = "https://git.ullmann.space/rullmann/hugo-theme-simple-cookbook/src/branch/main/LICENSE"
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 = "https://git.ullmann.space/rullmann/hugo-theme-simple-cookbook"
tags = []
features = []
min_version = "0.41"
min_version = "0.1"
[author]
name = "Jason Rametta"
homepage = ""
name = "Rico Ullmann"
homepage = "https://ullmann.space"