added search in home and contact page. Updated theme. Needs styling and check for... release_28022023-1825
authordanix <danix@danix.xyz>
Tue, 28 Feb 2023 17:26:00 +0000 (18:26 +0100)
committerdanix <danix@danix.xyz>
Tue, 28 Feb 2023 17:26:00 +0000 (18:26 +0100)
content/_index.md
content/is/here/index.md [new file with mode: 0644]
hugo.toml
themes/dagreynix

index a97fc89..1746a20 100644 (file)
@@ -9,3 +9,6 @@ type: "homepage"
 Welcome to danix.xyz, my name is Danilo but you can call me danix.
 
 >Here I write about stuff I find interesting. On this site you may read about WordPress, Hugo, bash, Slackware, and lots of other things. Feel free to have a look and take what you like.
+
+{{< search >}}
+
diff --git a/content/is/here/index.md b/content/is/here/index.md
new file mode 100644 (file)
index 0000000..d25bcb5
--- /dev/null
@@ -0,0 +1,8 @@
+---
+title: "Talk to me"
+date: 2023-02-28T18:12:43+01:00
+menu: "main"
+type: page
+---
+
+{{< contact >}}
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
+
index 1d03523..a8d04f9 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 1d03523033cdc7b377e0b598e00192e08be293ab
+Subproject commit a8d04f9eac8efe0c476b8958277595be3773fd46