From a194b9c799c21085ca4da482a8d0f40744941c28 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Sun, 6 Sep 2020 18:43:17 -0400 Subject: Update config for theme update --- config.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'config.toml') 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" -- cgit v1.2.3