From 390c9f2dafaf38b31afeb33340439c58393ac482 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Tue, 2 Oct 2018 18:40:51 +0200 Subject: [PATCH] Fuzzy search --- content/search/_index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/search/_index.md diff --git a/content/search/_index.md b/content/search/_index.md new file mode 100644 index 0000000..ffe0625 --- /dev/null +++ b/content/search/_index.md @@ -0,0 +1,13 @@ ++++ +title = "Search" # title of the page +layout = "search" # sets the layout to use +noindex = true # tell robots not to index +[form] + helpblock = "Press s to focus input anytime." +[form.input] + placeholder = "Enter search query…" + disabled = false +[outputs] + home = ["HTML", "RSS", "JSON"] + section = ["HTML", "RSS", "JSON"] ++++