Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes/search.md')
-rw-r--r--archetypes/search.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/archetypes/search.md b/archetypes/search.md
new file mode 100644
index 0000000..fee01c5
--- /dev/null
+++ b/archetypes/search.md
@@ -0,0 +1,10 @@
+---
+title: "{{ replace .TranslationBaseName "-" " " | title }}"
+description: ""
+layout: "search"
+stopWords: [ a, an, and, in, the, to, was, were, with ]
+sitemapExclude: true
+noindex: true
+disableTitleSeparator: false
+outputs: [ html, json ]
+---