update theme.toml

This commit is contained in:
Wonderfall 2022-07-23 04:18:44 +02:00
parent 2528906a38
commit ebe7400f54

View File

@ -1,11 +1,11 @@
# 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 = "PaperMod" name = "WonderMod"
license = "MIT" 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" description = "A fast, clean, responsive Hugo theme"
homepage = "https://adityatelange.github.io/hugo-PaperMod/" homepage = "https://github.com/Wonderfall/hugo-WonderMod"
tags = [ tags = [
"responsive", "responsive",
"simple", "simple",
@ -40,12 +40,12 @@ features = [
min_version = "0.83.0" min_version = "0.83.0"
[author] [author]
name = "Aditya Telange" name = "Wonderfall"
homepage = "https://github.com/adityatelange/" homepage = "https://github.com/Wonderfall"
# If porting an existing theme # If porting an existing theme
[original] [original]
name = "Paper" name = "PaperMod"
author = "nanxiaobei" author = "Aditya Telange"
homepage = "https://github.com/nanxiaobei" homepage = "https://github.com/adityatelange"
repo = "https://github.com/nanxiaobei/hugo-paper/" repo = "https://github.com/adityatelange/hugo-PaperMod"