summaryrefslogtreecommitdiffstats
path: root/theme.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-30 00:48:02 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-30 00:48:02 +0200
commit767a353fb6aa1f9b5ce7aecdf598710a61365142 (patch)
tree65e62d02db1c163a9d8536b92b32ed72a66b8084 /theme.toml
parent06e96c7239f5243bdffbe4fdd2485176aea19697 (diff)
downloadgohugo-theme-ed-767a353fb6aa1f9b5ce7aecdf598710a61365142.tar.gz
Add demosite to config
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml12
1 files changed, 9 insertions, 3 deletions
diff --git a/theme.toml b/theme.toml
index 643be5f..706a5ff 100644
--- a/theme.toml
+++ b/theme.toml
@@ -6,8 +6,8 @@ description = "Ed theme for minimal editions, based on Alex Gil theme"
# The home page of the theme, where the source can be found.
homepage = "https://github.com/sergeyklay/gohugo-theme-ed"
-# TODO: If you have a running demo of the theme.
-# demosite = "https://gohugo.io"
+# If you have a running demo of the theme.
+demosite = "https://sergeyklay.github.io/gohugo-theme-ed/"
tags = [
"blog",
@@ -30,7 +30,13 @@ features = [
# "opengraph",
# "favicon",
# "archive",
- # "search"
+ # "search",
+ # "clean",
+ # "simple",
+ # "feed",
+ # "minimal",
+ # "minimalist",
+ # "mobile"
]
min_version = "0.84.0"