added search in home and contact page. Updated theme. Needs styling and check for...
[danix.xyz.git] / hugo.toml
index d0576c8..185c8c6 100644 (file)
--- a/hugo.toml
+++ b/hugo.toml
@@ -59,3 +59,14 @@ paginate = 10
     simple = true
   [privacy.youtube]
     privacyEnhanced = true
+
+[outputs]
+  home = ["HTML", "SearchIndex"]
+
+[outputFormats]
+  [outputFormats.SearchIndex]
+    mediaType = "application/json"
+    baseName = "searchindex"
+    isPlainText = true
+    notAlternative = true
+