From a47264dcd30cbeb614c8774f6b598b227e178ebd Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Tue, 2 Oct 2018 18:42:46 +0200 Subject: [PATCH] Fuzzy search --- config.toml | 3 +++ content/search/_index.md | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 52eb0cf..522c58f 100644 --- a/config.toml +++ b/config.toml @@ -33,3 +33,6 @@ footnoteReturnLinkContents = "↩" # Provides a nicer footnote return link weight = 2 identifier = "post" url = "/post/" +[outputs] + home = ["HTML", "RSS", "JSON"] + section = ["HTML", "RSS", "JSON"] diff --git a/content/search/_index.md b/content/search/_index.md index ffe0625..e4f886c 100644 --- a/content/search/_index.md +++ b/content/search/_index.md @@ -7,7 +7,4 @@ noindex = true # tell robots not to index [form.input] placeholder = "Enter search query…" disabled = false -[outputs] - home = ["HTML", "RSS", "JSON"] - section = ["HTML", "RSS", "JSON"] +++