chore: update theme.toml to the latest format

This commit is contained in:
Jimmy 2021-07-04 21:07:45 +02:00
parent 94a14a4665
commit be2defe8fb

View File

@ -5,23 +5,23 @@ name = "Stack"
license = "GPL-3.0-only" license = "GPL-3.0-only"
licenselink = "https://github.com/CaiJimmy/hugo-theme-stack/blob/master/LICENSE" licenselink = "https://github.com/CaiJimmy/hugo-theme-stack/blob/master/LICENSE"
description = "Card-style Hugo theme designed for bloggers" description = "Card-style Hugo theme designed for bloggers"
homepage = "https://theme-stack.jimmycai.com" homepage = "https://github.com/CaiJimmy/hugo-theme-stack"
tags = [ demosite = "https://theme-stack.jimmycai.com"
"blog",
"responsive", tags = ["blog", "responsive", "clean", "light", "dark", "personal"]
"clean",
"light",
"dark",
"personal"
]
features = [ features = [
"disqus", "disqus",
"photoswipe", "photoswipe",
"opengraph", "opengraph",
"widgets" "widgets",
"darkmode",
"table of contents",
"search",
] ]
min_version = "0.78.0" min_version = "0.78.0"
[author] [author]
name = "Jimmy Cai" name = "Jimmy Cai"
homepage = "https://jimmycai.com" homepage = "https://jimmycai.com"