diff --git a/404.html b/404.html
index 91717341c..8ef841a2a 100644
--- a/404.html
+++ b/404.html
@@ -9,7 +9,7 @@
-
diff --git a/CNAME b/CNAME
index b69a36d62..8237b4e68 100644
--- a/CNAME
+++ b/CNAME
@@ -1 +1 @@
-www.meistensmathe.de
\ No newline at end of file
+meistensmathe.de
diff --git a/categories/index.html b/categories/index.html
index 94878ce93..53f1ecca6 100644
--- a/categories/index.html
+++ b/categories/index.html
@@ -9,7 +9,7 @@
-
diff --git a/index.html b/index.html
index e8d6901e4..f47bec38a 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
-
diff --git a/indices/contentIndex.b838c9f157af0e0a75327a43091bf686.min.json b/indices/contentIndex.b838c9f157af0e0a75327a43091bf686.min.json
new file mode 100644
index 000000000..942011ed4
--- /dev/null
+++ b/indices/contentIndex.b838c9f157af0e0a75327a43091bf686.min.json
@@ -0,0 +1 @@
+{"/":{"title":"Meistens Mathe","content":"\nHallo :) Das ist [meine](notes/ich) Seite über [mich](notes/ich).","lastmodified":"2022-10-28T16:11:59.382599344Z","tags":null},"/notes/ich":{"title":"Das bin ich","content":"\nIch bin Max Mustermann.","lastmodified":"2022-10-28T16:11:59.382599344Z","tags":null},"/notes/search":{"title":"Search","content":"\nQuartz supports two modes of searching through content.\n\n## Full-text\nFull-text search is the default in Quartz. It produces results that *exactly* match the search query. This is easier to setup but usually produces lower quality matches.\n\n```yaml {title=\"data/config.yaml\"}\n# the default option\nenableSemanticSearch: false\n```\n\n## Natural Language\nNatural language search is powered by [Operand](https://operand.ai/). It understands language like a person does and finds results that best match user intent. In this sense, it is closer to how Google Search works.\n\nNatural language search tends to produce higher quality results than full-text search.\n\nHere's how to set it up.\n\n1. Create an Operand Account on [their website](https://operand.ai/).\n2. Go to Dashboard \u003e Settings \u003e Integrations.\n3. Follow the steps to setup the GitHub integration. Operand needs access to GitHub in order to index your digital garden properly!\n4. Head over to Dashboard \u003e Objects and press `(Cmd + K)` to open the omnibar and select 'Create Collection'.\n\t1. Set the 'Collection Label' to something that will help you remember it.\n\t2. You can leave the 'Parent Collection' field empty.\n5. Click into your newly made Collection.\n\t1. Press the 'share' button that looks like three dots connected by lines.\n\t2. Set the 'Interface Type' to `object-search` and click 'Create'.\n\t3. This will bring you to a new page with a search bar. Ignore this for now.\n6. Go back to Dashboard \u003e Settings \u003e API Keys and find your Quartz-specific Operand API key under 'Other keys'.\n\t1. Copy the key (which looks something like `0e733a7f-9b9c-48c6-9691-b54fa1c8b910`).\n\t2. Open `data/config.yaml`. Set `enableSemanticSearch` to `true` and `operandApiKey` to your copied key.\n\n```yaml {title=\"data/config.yaml\"}\n# the default option\nenableSemanticSearch: true\noperandApiKey: \"0e733a7f-9b9c-48c6-9691-b54fa1c8b910\"\n```\n7. Make a commit and push your changes to GitHub. See the [[notes/hosting|hosting]] page if you haven't done this already.\n\t1. This step is *required* for Operand to be able to properly index your content. \n\t2. Head over to Dashboard \u003e Objects and select the collection that you made earlier\n8. Press `(Cmd + K)` to open the omnibar again and select 'Create GitHub Repo'\n\t1. Set the 'Repository Label' to `Quartz`\n\t2. Set the 'Repository Owner' to your GitHub username\n\t3. Set the 'Repository Ref' to `master`\n\t4. Set the 'Repository Name' to the name of your repository (usually just `quartz` if you forked the repository without changing the name)\n\t5. Leave 'Root Path' and 'Root URL' empty\n9. Wait for your repository to index and enjoy natural language search in Quartz! Operand refreshes the index every 2h so all you need to do is just push to GitHub to update the contents in the search.","lastmodified":"2022-10-28T16:11:59.382599344Z","tags":null}}
\ No newline at end of file
diff --git a/indices/contentIndex.bef52109b9128442120e725fe7abcf19.min.json b/indices/contentIndex.bef52109b9128442120e725fe7abcf19.min.json
deleted file mode 100644
index f3f4cba4e..000000000
--- a/indices/contentIndex.bef52109b9128442120e725fe7abcf19.min.json
+++ /dev/null
@@ -1 +0,0 @@
-{"/":{"title":"Meistens Mathe","content":"\nHallo :) Das ist [meine](notes/ich.md) Seite über [mich](notes/ich.md).","lastmodified":"2022-10-28T15:34:02.902654013Z","tags":null},"/notes/ich":{"title":"Das bin ich","content":"\nIch bin Max Mustermann.","lastmodified":"2022-10-28T15:34:02.902654013Z","tags":null},"/notes/search":{"title":"Search","content":"\nQuartz supports two modes of searching through content.\n\n## Full-text\nFull-text search is the default in Quartz. It produces results that *exactly* match the search query. This is easier to setup but usually produces lower quality matches.\n\n```yaml {title=\"data/config.yaml\"}\n# the default option\nenableSemanticSearch: false\n```\n\n## Natural Language\nNatural language search is powered by [Operand](https://operand.ai/). It understands language like a person does and finds results that best match user intent. In this sense, it is closer to how Google Search works.\n\nNatural language search tends to produce higher quality results than full-text search.\n\nHere's how to set it up.\n\n1. Create an Operand Account on [their website](https://operand.ai/).\n2. Go to Dashboard \u003e Settings \u003e Integrations.\n3. Follow the steps to setup the GitHub integration. Operand needs access to GitHub in order to index your digital garden properly!\n4. Head over to Dashboard \u003e Objects and press `(Cmd + K)` to open the omnibar and select 'Create Collection'.\n\t1. Set the 'Collection Label' to something that will help you remember it.\n\t2. You can leave the 'Parent Collection' field empty.\n5. Click into your newly made Collection.\n\t1. Press the 'share' button that looks like three dots connected by lines.\n\t2. Set the 'Interface Type' to `object-search` and click 'Create'.\n\t3. This will bring you to a new page with a search bar. Ignore this for now.\n6. Go back to Dashboard \u003e Settings \u003e API Keys and find your Quartz-specific Operand API key under 'Other keys'.\n\t1. Copy the key (which looks something like `0e733a7f-9b9c-48c6-9691-b54fa1c8b910`).\n\t2. Open `data/config.yaml`. Set `enableSemanticSearch` to `true` and `operandApiKey` to your copied key.\n\n```yaml {title=\"data/config.yaml\"}\n# the default option\nenableSemanticSearch: true\noperandApiKey: \"0e733a7f-9b9c-48c6-9691-b54fa1c8b910\"\n```\n7. Make a commit and push your changes to GitHub. See the [[notes/hosting|hosting]] page if you haven't done this already.\n\t1. This step is *required* for Operand to be able to properly index your content. \n\t2. Head over to Dashboard \u003e Objects and select the collection that you made earlier\n8. Press `(Cmd + K)` to open the omnibar again and select 'Create GitHub Repo'\n\t1. Set the 'Repository Label' to `Quartz`\n\t2. Set the 'Repository Owner' to your GitHub username\n\t3. Set the 'Repository Ref' to `master`\n\t4. Set the 'Repository Name' to the name of your repository (usually just `quartz` if you forked the repository without changing the name)\n\t5. Leave 'Root Path' and 'Root URL' empty\n9. Wait for your repository to index and enjoy natural language search in Quartz! Operand refreshes the index every 2h so all you need to do is just push to GitHub to update the contents in the search.","lastmodified":"2022-10-28T15:34:02.902654013Z","tags":null}}
\ No newline at end of file
diff --git a/linkmap b/linkmap
index 189e8c5b1..bbb13f442 100644
--- a/linkmap
+++ b/linkmap
@@ -1,3 +1,3 @@
+/notes/search/index.{html} /notes/search/
/index.html /
/notes/ich/index.{html} /notes/ich/
-/notes/search/index.{html} /notes/search/
diff --git a/notes/ich/index.html b/notes/ich/index.html
index 34ddf0b05..f0305dc31 100644
--- a/notes/ich/index.html
+++ b/notes/ich/index.html
@@ -9,7 +9,7 @@
-
diff --git a/notes/index.html b/notes/index.html
index c9b5d4ade..8442f927a 100644
--- a/notes/index.html
+++ b/notes/index.html
@@ -9,7 +9,7 @@
-
diff --git a/notes/search/index.html b/notes/search/index.html
index 296238745..8c7b738d9 100644
--- a/notes/search/index.html
+++ b/notes/search/index.html
@@ -10,7 +10,7 @@ Full-text Full-text search is the default in Quartz. It produces results that ex
-
diff --git a/sitemap.xml b/sitemap.xml
index be01d5012..d13419321 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-https://saucecoat.github.io/quartz/categories/https://saucecoat.github.io/quartz/notes/ich/2022-10-28T17:06:07+02:00https://saucecoat.github.io/quartz/2022-10-28T17:22:07+02:00https://saucecoat.github.io/quartz/notes/2022-10-28T17:06:07+02:00https://saucecoat.github.io/quartz/notes/search/2022-07-31T18:21:17-07:00https://saucecoat.github.io/quartz/tags/
\ No newline at end of file
+https://saucecoat.github.io/quartz/categories/https://saucecoat.github.io/quartz/notes/ich/2022-10-28T17:06:07+02:00https://saucecoat.github.io/quartz/2022-10-28T18:11:08+02:00https://saucecoat.github.io/quartz/notes/2022-10-28T17:06:07+02:00https://saucecoat.github.io/quartz/notes/search/2022-07-31T18:21:17-07:00https://saucecoat.github.io/quartz/tags/
\ No newline at end of file
diff --git a/tags/index.html b/tags/index.html
index 4d34da6bf..b121815c9 100644
--- a/tags/index.html
+++ b/tags/index.html
@@ -9,7 +9,7 @@
-