Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy <jimmehcai@gmail.com>2021-07-04 22:07:45 +0300
committerJimmy <jimmehcai@gmail.com>2021-07-04 22:07:45 +0300
commitbe2defe8fb5a37e4de71f11cfd665d63708c34a3 (patch)
treee7947151549651c740abfe675e08ee82a64504e1 /theme.toml
parent94a14a46652618dddb0a77ad46925d00bcced851 (diff)
chore: update theme.toml to the latest format
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml24
1 files changed, 12 insertions, 12 deletions
diff --git a/theme.toml b/theme.toml
index 333e351..e4c928e 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,23 +5,23 @@ name = "Stack"
license = "GPL-3.0-only"
licenselink = "https://github.com/CaiJimmy/hugo-theme-stack/blob/master/LICENSE"
description = "Card-style Hugo theme designed for bloggers"
-homepage = "https://theme-stack.jimmycai.com"
-tags = [
- "blog",
- "responsive",
- "clean",
- "light",
- "dark",
- "personal"
-]
+homepage = "https://github.com/CaiJimmy/hugo-theme-stack"
+demosite = "https://theme-stack.jimmycai.com"
+
+tags = ["blog", "responsive", "clean", "light", "dark", "personal"]
+
features = [
"disqus",
"photoswipe",
"opengraph",
- "widgets"
+ "widgets",
+ "darkmode",
+ "table of contents",
+ "search",
]
+
min_version = "0.78.0"
[author]
- name = "Jimmy Cai"
- homepage = "https://jimmycai.com"
+name = "Jimmy Cai"
+homepage = "https://jimmycai.com"