From be2defe8fb5a37e4de71f11cfd665d63708c34a3 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Sun, 4 Jul 2021 21:07:45 +0200 Subject: [PATCH] chore: update theme.toml to the latest format --- theme.toml | 24 ++++++++++++------------ 1 file 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"