summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 2a20963..191f7d6 100644
--- a/config.toml
+++ b/config.toml
@@ -6,8 +6,15 @@ enableEmoji = true
languageCode = "en"
enableRobotsTXT = true
+[outputFormats]
+ [outputFormats.SearchIndex]
+ isPlainText = true
+ notAlternative = true
+ mediaType = "application/json"
+ path = "/search/"
+
[outputs]
- home = ["html", "rss", "json"]
+ home = ["HTML", "RSS", "SearchIndex"]
[params]
author = "Dante Catalfamo"