summaryrefslogtreecommitdiffstats
path: root/theme.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-17 21:02:53 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-17 21:02:53 +0200
commit58f744a22380c42c25ee4059bb4b2bcfd255fd53 (patch)
treec1d34bf628f1887edf0d4e38e341eaf35f0d6c09 /theme.toml
parent2e2e603a3ba1923087f949956bbf66456afbe7bf (diff)
downloadgohugo-theme-ed-58f744a22380c42c25ee4059bb4b2bcfd255fd53.tar.gz
Add json feed
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"