From ebe7400f542c6153c55306c96df763d243b782bf Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 23 Jul 2022 04:18:44 +0200 Subject: [PATCH] update theme.toml --- theme.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/theme.toml b/theme.toml index b49887df..1c3eace8 100644 --- a/theme.toml +++ b/theme.toml @@ -1,11 +1,11 @@ # theme.toml template for a Hugo theme # See https://github.com/gohugoio/hugoThemes#themetoml for an example -name = "PaperMod" +name = "WonderMod" license = "MIT" -licenselink = "https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE" +licenselink = "https://github.com/Wonderfall/hugo-WonderMod/blob/master/LICENSE" description = "A fast, clean, responsive Hugo theme" -homepage = "https://adityatelange.github.io/hugo-PaperMod/" +homepage = "https://github.com/Wonderfall/hugo-WonderMod" tags = [ "responsive", "simple", @@ -40,12 +40,12 @@ features = [ min_version = "0.83.0" [author] - name = "Aditya Telange" - homepage = "https://github.com/adityatelange/" + name = "Wonderfall" + homepage = "https://github.com/Wonderfall" # If porting an existing theme [original] - name = "Paper" - author = "nanxiaobei" - homepage = "https://github.com/nanxiaobei" - repo = "https://github.com/nanxiaobei/hugo-paper/" + name = "PaperMod" + author = "Aditya Telange" + homepage = "https://github.com/adityatelange" + repo = "https://github.com/adityatelange/hugo-PaperMod"