Fuzzy search
All checks were successful
the build was successful

This commit is contained in:
Valentin Brandl 2018-10-02 18:40:51 +02:00
parent 37be248ca2
commit 390c9f2daf

13
content/search/_index.md Normal file
View File

@ -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 <kbd>s</kbd> to focus input anytime."
[form.input]
placeholder = "Enter search query…"
disabled = false
[outputs]
home = ["HTML", "RSS", "JSON"]
section = ["HTML", "RSS", "JSON"]
+++