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 Cai <jimmehcai@gmail.com>2020-09-13 13:27:14 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-09-13 13:27:14 +0300
commit779982eb957c6e327885f921224768837a7007db (patch)
tree1310a94530b518a298bf43804c36b93e6d455465
parenta750e026292f31384e0eab9e127b5effe770369a (diff)
doc: update theme.tomlv1.0.2
-rw-r--r--theme.toml18
1 files changed, 15 insertions, 3 deletions
diff --git a/theme.toml b/theme.toml
index d2c6946..a17c4c9 100644
--- a/theme.toml
+++ b/theme.toml
@@ -4,10 +4,22 @@
name = "Stack"
license = "GPL-3.0-only"
licenselink = "https://github.com/CaiJimmy/hugo-theme-stack/blob/master/LICENSE"
-description = "Just another simple Hugo theme"
+description = "Card-style Hugo theme designed for bloggers"
homepage = "https://blog.jimmycai.com/p/hugo-theme-stack"
-tags = []
-features = []
+tags = [
+ "blog",
+ "responsive",
+ "clean",
+ "light",
+ "dark",
+ "personal"
+]
+features = [
+ "disqus",
+ "photoswipe",
+ "opengraph",
+ "widgets"
+]
min_version = "0.74.0"
[author]