summaryrefslogtreecommitdiffstats
path: root/theme.toml
diff options
context:
space:
mode:
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml25
1 files changed, 12 insertions, 13 deletions
diff --git a/theme.toml b/theme.toml
index 590551e..508cbf6 100644
--- a/theme.toml
+++ b/theme.toml
@@ -11,32 +11,31 @@ demosite = "https://sergeyklay.github.io/gohugo-theme-ed/"
tags = [
"blog",
- "responsive",
- "simple",
"clean",
+ "customizable",
+ "ed",
"light",
"minimal",
"minimalist",
- "customizable",
- "ed"
+ "responsive",
+ "simple"
]
# The theme's features:
features = [
"blog",
- "shortcodes",
- "responsive",
- "posts",
- "opengraph",
- "favicon",
- # "archive",
- # "search",
"clean",
- "simple",
+ "favicon",
"feed",
"minimal",
"minimalist",
- "mobile"
+ "mobile",
+ "opengraph",
+ "posts",
+ "responsive",
+ "rss",
+ "shortcodes",
+ "simple"
]
min_version = "0.95.0"