including the main assets directory in the building process
[danix.xyz.git] / hugo.toml
index d0576c8..fe7591a 100644 (file)
--- a/hugo.toml
+++ b/hugo.toml
@@ -22,7 +22,7 @@ paginate = 10
        author_nickname = "danix"
        description = "here's where I think out loud"
        dateFormat = "2 January 2006"
-       mainSections = ["articles"]
+       mainSections = ["articles", "article"]
        faviconSizes = [16, 32, 48]
 
 [permalinks]
@@ -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
+