From 9dc7452cfdad9dff032debae5d132498d2665810 Mon Sep 17 00:00:00 2001 From: saucecoat Date: Fri, 28 Oct 2022 15:06:55 +0000 Subject: [PATCH] deploy: a465c6f3b7f2b97a1d9fc40fa1dd09aa635499dd --- 404.html | 2 +- categories/index.html | 2 +- index.html | 4 ++-- index.xml | 2 +- .../contentIndex.307f597a3d2d2dec03f920a2f52800b9.min.json | 1 - .../contentIndex.a0ef7ab2b27d56ad6af8fbc367e4a291.min.json | 1 + indices/linkIndex.7e35b7296272e2672bee760d7764f6a0.min.json | 1 + indices/linkIndex.d02c6d58457c74aad69b4a8a674c9dbb.min.json | 1 - linkmap | 2 +- {ich => notes/ich}/index.html | 4 ++-- notes/index.html | 4 ++-- notes/index.xml | 2 +- notes/search/index.html | 2 +- sitemap.xml | 2 +- tags/index.html | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 indices/contentIndex.307f597a3d2d2dec03f920a2f52800b9.min.json create mode 100644 indices/contentIndex.a0ef7ab2b27d56ad6af8fbc367e4a291.min.json create mode 100644 indices/linkIndex.7e35b7296272e2672bee760d7764f6a0.min.json delete mode 100644 indices/linkIndex.d02c6d58457c74aad69b4a8a674c9dbb.min.json rename {ich => notes/ich}/index.html (84%) diff --git a/404.html b/404.html index aa72d177d..2e5e659f6 100644 --- a/404.html +++ b/404.html @@ -9,7 +9,7 @@ - diff --git a/categories/index.html b/categories/index.html index 45d065021..755e08469 100644 --- a/categories/index.html +++ b/categories/index.html @@ -9,7 +9,7 @@ - diff --git a/index.html b/index.html index 266725738..67c9a85f8 100644 --- a/index.html +++ b/index.html @@ -9,11 +9,11 @@ -

🪴 Quartz 3.3

Search

Search IconIcon to open search

Hallo :) Das ist -meine Seite.


\ No newline at end of file +meine Seite über mich.


\ No newline at end of file diff --git a/index.xml b/index.xml index bc399a6bb..05ee1afa8 100644 --- a/index.xml +++ b/index.xml @@ -1,2 +1,2 @@ -Meistens Mathe onhttps://saucecoat.github.io/quartz/Recent content in Meistens Mathe onHugo -- gohugo.ioen-usDas bin ichhttps://saucecoat.github.io/quartz/ich/Mon, 01 Jan 0001 00:00:00 +0000https://saucecoat.github.io/quartz/ich/Ich bin Max Mustermann.Searchhttps://saucecoat.github.io/quartz/notes/search/Mon, 01 Jan 0001 00:00:00 +0000https://saucecoat.github.io/quartz/notes/search/Quartz supports two modes of searching through content. +Meistens Mathe onhttps://saucecoat.github.io/quartz/Recent content in Meistens Mathe onHugo -- gohugo.ioen-usDas bin ichhttps://saucecoat.github.io/quartz/notes/ich/Mon, 01 Jan 0001 00:00:00 +0000https://saucecoat.github.io/quartz/notes/ich/Ich bin Max Mustermann.Searchhttps://saucecoat.github.io/quartz/notes/search/Mon, 01 Jan 0001 00:00:00 +0000https://saucecoat.github.io/quartz/notes/search/Quartz supports two modes of searching through content. Full-text Full-text search is the default in Quartz. It produces results that exactly match the search query. \ No newline at end of file diff --git a/indices/contentIndex.307f597a3d2d2dec03f920a2f52800b9.min.json b/indices/contentIndex.307f597a3d2d2dec03f920a2f52800b9.min.json deleted file mode 100644 index 5588f6f10..000000000 --- a/indices/contentIndex.307f597a3d2d2dec03f920a2f52800b9.min.json +++ /dev/null @@ -1 +0,0 @@ -{"/":{"title":"Meistens Mathe","content":"\nHallo :) Das ist [meine](content/ich.md) Seite.","lastmodified":"2022-10-28T15:03:48.610974596Z","tags":null},"/ich":{"title":"Das bin ich","content":"\nIch bin Max Mustermann.","lastmodified":"2022-10-28T15:03:48.610974596Z","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:03:48.610974596Z","tags":null}} \ No newline at end of file diff --git a/indices/contentIndex.a0ef7ab2b27d56ad6af8fbc367e4a291.min.json b/indices/contentIndex.a0ef7ab2b27d56ad6af8fbc367e4a291.min.json new file mode 100644 index 000000000..199b58d59 --- /dev/null +++ b/indices/contentIndex.a0ef7ab2b27d56ad6af8fbc367e4a291.min.json @@ -0,0 +1 @@ +{"/":{"title":"Meistens Mathe","content":"\nHallo :) Das ist [meine](content/notes/ich.md) Seite über [[content/notes/ich|mich]].","lastmodified":"2022-10-28T15:06:52.614009223Z","tags":null},"/notes/ich":{"title":"Das bin ich","content":"\nIch bin Max Mustermann.","lastmodified":"2022-10-28T15:06:52.614009223Z","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:06:52.614009223Z","tags":null}} \ No newline at end of file diff --git a/indices/linkIndex.7e35b7296272e2672bee760d7764f6a0.min.json b/indices/linkIndex.7e35b7296272e2672bee760d7764f6a0.min.json new file mode 100644 index 000000000..1c4e23902 --- /dev/null +++ b/indices/linkIndex.7e35b7296272e2672bee760d7764f6a0.min.json @@ -0,0 +1 @@ +{"index":{"links":{"/":[{"source":"/","target":"/content/notes/ich","text":"meine"},{"source":"/","target":"/content/notes/ich","text":"mich"}],"/notes/search":[{"source":"/notes/search","target":"/notes/hosting","text":"hosting"}]},"backlinks":{"/content/notes/ich":[{"source":"/","target":"/content/notes/ich","text":"meine"},{"source":"/","target":"/content/notes/ich","text":"mich"}],"/notes/hosting":[{"source":"/notes/search","target":"/notes/hosting","text":"hosting"}]}},"links":[{"source":"/","target":"/content/notes/ich","text":"meine"},{"source":"/","target":"/content/notes/ich","text":"mich"},{"source":"/notes/search","target":"/notes/hosting","text":"hosting"}]} \ No newline at end of file diff --git a/indices/linkIndex.d02c6d58457c74aad69b4a8a674c9dbb.min.json b/indices/linkIndex.d02c6d58457c74aad69b4a8a674c9dbb.min.json deleted file mode 100644 index 05cedc217..000000000 --- a/indices/linkIndex.d02c6d58457c74aad69b4a8a674c9dbb.min.json +++ /dev/null @@ -1 +0,0 @@ -{"index":{"links":{"/":[{"source":"/","target":"/content/ich","text":"meine"}],"/notes/search":[{"source":"/notes/search","target":"/notes/hosting","text":"hosting"}]},"backlinks":{"/content/ich":[{"source":"/","target":"/content/ich","text":"meine"}],"/notes/hosting":[{"source":"/notes/search","target":"/notes/hosting","text":"hosting"}]}},"links":[{"source":"/","target":"/content/ich","text":"meine"},{"source":"/notes/search","target":"/notes/hosting","text":"hosting"}]} \ No newline at end of file diff --git a/linkmap b/linkmap index 96b19463d..189e8c5b1 100644 --- a/linkmap +++ b/linkmap @@ -1,3 +1,3 @@ /index.html / -/ich/index.{html} /ich/ +/notes/ich/index.{html} /notes/ich/ /notes/search/index.{html} /notes/search/ diff --git a/ich/index.html b/notes/ich/index.html similarity index 84% rename from ich/index.html rename to notes/ich/index.html index 8fe9e8a62..dd677b9fb 100644 --- a/ich/index.html +++ b/notes/ich/index.html @@ -9,7 +9,7 @@ - @@ -17,4 +17,4 @@

🪴 Quartz 3.3

Search

Search IconIcon to open search

Das bin ich

Last updated Oct 28, 2022 -Edit Source

    Ich bin Max Mustermann.


    \ No newline at end of file +Edit Source

      Ich bin Max Mustermann.


      \ No newline at end of file diff --git a/notes/index.html b/notes/index.html index 01170a3f8..f6a25d0f2 100644 --- a/notes/index.html +++ b/notes/index.html @@ -9,10 +9,10 @@ -

      🪴 Quartz 3.3

      Search

      Search IconIcon to open search
      -
      \ No newline at end of file +
      \ No newline at end of file diff --git a/notes/index.xml b/notes/index.xml index 462fa632f..24c52cd37 100644 --- a/notes/index.xml +++ b/notes/index.xml @@ -1,2 +1,2 @@ -Notes onhttps://saucecoat.github.io/quartz/notes/Recent content in Notes onHugo -- gohugo.ioen-usSearchhttps://saucecoat.github.io/quartz/notes/search/Mon, 01 Jan 0001 00:00:00 +0000https://saucecoat.github.io/quartz/notes/search/Quartz supports two modes of searching through content. +Notes onhttps://saucecoat.github.io/quartz/notes/Recent content in Notes onHugo -- gohugo.ioen-usDas bin ichhttps://saucecoat.github.io/quartz/notes/ich/Mon, 01 Jan 0001 00:00:00 +0000https://saucecoat.github.io/quartz/notes/ich/Ich bin Max Mustermann.Searchhttps://saucecoat.github.io/quartz/notes/search/Mon, 01 Jan 0001 00:00:00 +0000https://saucecoat.github.io/quartz/notes/search/Quartz supports two modes of searching through content. Full-text Full-text search is the default in Quartz. It produces results that exactly match the search query. \ No newline at end of file diff --git a/notes/search/index.html b/notes/search/index.html index 323dadea7..73551b900 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 c54f2c315..676aea6e3 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1 +1 @@ -https://saucecoat.github.io/quartz/categories/https://saucecoat.github.io/quartz/ich/2022-10-28T17:03:08+02:00https://saucecoat.github.io/quartz/2022-10-28T17:03:08+02:00https://saucecoat.github.io/quartz/notes/2022-07-31T18:21:17-07: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-28T17:06: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 diff --git a/tags/index.html b/tags/index.html index 778c67067..6670a0eee 100644 --- a/tags/index.html +++ b/tags/index.html @@ -9,7 +9,7 @@ -