From 0b2379269d0a269cfaa21cbf1a83de05df3ea298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 28 Sep 2021 21:35:59 +0200 Subject: [PATCH] docs: add hint for search in config.toml --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index df229f69cc..4dd6132700 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -22,7 +22,7 @@ relativeURLs = true disableSeoHiddenPages = true [outputs] - home = ["HTML", "RSS", "JSON"] + home = ["HTML", "RSS", "JSON"] # add JSON to the home page to support lunr search [markup] [markup.highlight]