fix theme.toml

This commit is contained in:
slashformotion 2021-07-30 19:28:26 +02:00
parent 52004c23f5
commit ce4028226f

View file

@ -1,8 +1,8 @@
name = "Tufte" name = "Tufte"
license = "MIT" license = "MIT"
licenselink = "https://github.com/shawnohare/hugo-tufte/blob/master/LICENSE.md" licenselink = "https://github.com/slashformotion/hugo-tufte/blob/master/LICENSE.md"
description = "A minimalist blog theme using Tufte-css." description = "A minimalist blog theme using Tufte-css."
homepage = "http://github.com/shawnohare/hugo-tufte" homepage = "http://github.com/slashformotion/hugo-tufte"
demo = "https://slashformotion.github.io/hugo-tufte/" demo = "https://slashformotion.github.io/hugo-tufte/"
tags = ["blog", "tufte", "minimal"] tags = ["blog", "tufte", "minimal"]
features = ["math", "tufte-css", "tufte"] features = ["math", "tufte-css", "tufte"]
@ -10,5 +10,5 @@ min_version = 0.84
authors = [ authors = [
{name = "Shawn O'Hare", homepage = "http://www.shawnohare.com"}, {name = "Shawn O'Hare", homepage = "http://www.shawnohare.com"},
{name = "Slashformotion", homepage = "https://github.com/slashformotiongithub"} {name = "Slashformotion", homepage = "https://github.com/slashformotion"}
] ]