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"] ++++