From 71a7df6de9c5dc328204694c1bacb643cfe51b33 Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Fri, 25 Mar 2022 20:54:23 +0100 Subject: [PATCH] adjust theme.toml to match this copy --- theme.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/theme.toml b/theme.toml index 9fc69c0..1b20676 100644 --- a/theme.toml +++ b/theme.toml @@ -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 = "" \ No newline at end of file + name = "Rico Ullmann" + homepage = "https://ullmann.space"