diff --git a/Makefile b/Makefile index 048b0035..6e655195 100644 --- a/Makefile +++ b/Makefile @@ -9,14 +9,20 @@ ifeq ($(origin .RECIPEPREFIX), undefined) endif .RECIPEPREFIX = > -build: -> rm -rf public/ +build: clean > hugo +> make index-pagefind + +clean: +> rm -rf public/ ## server: run server locally on port 1313 and open in a browser server: > hugo server --buildDrafts +index-pagefind: +> npx pagefind --source "public" + ## help: Print this help message help: > @echo diff --git a/content/about.md b/content/about.md index 50bb3c78..6056072d 100644 --- a/content/about.md +++ b/content/about.md @@ -2,6 +2,7 @@ title: About weight: -210 disable_comments: true +hide_date: true --- I'm a software tinkerer with a passion for infrastructure, tooling, security, and coffee. diff --git a/public/about/index.html b/public/about/index.html index b2910570..e9c7a66b 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -10,6 +10,7 @@ + @@ -82,26 +83,21 @@ About RSS - | - - - - + - + + +

About

-
Posted on Jan 1, 0001
+
@@ -115,18 +111,27 @@
- - + diff --git a/public/blog/2020/03/16/appgate-sdp-on-arch-linux/index.html b/public/blog/2020/03/16/appgate-sdp-on-arch-linux/index.html index e6b20ed8..159cfa83 100644 --- a/public/blog/2020/03/16/appgate-sdp-on-arch-linux/index.html +++ b/public/blog/2020/03/16/appgate-sdp-on-arch-linux/index.html @@ -10,6 +10,7 @@ + @@ -82,26 +83,23 @@ About RSS - | - - - - + - + + +

AppGate SDP on Arch Linux

+
Posted on Mar 16, 2020
+
@@ -243,18 +241,27 @@ module 'platform' has no attribute 'linux_distribution'
-
- - - - +
+ + + +
- - + diff --git a/public/blog/2021/09/06/what-to-do-with-a-homelab/index.html b/public/blog/2021/09/06/what-to-do-with-a-homelab/index.html index 3c2efaf0..6adef886 100644 --- a/public/blog/2021/09/06/what-to-do-with-a-homelab/index.html +++ b/public/blog/2021/09/06/what-to-do-with-a-homelab/index.html @@ -10,6 +10,7 @@ + @@ -82,26 +83,23 @@ About RSS - | - - - - + - + + +

What To Do With A Homelab

+
Posted on Sep 6, 2021
+
@@ -191,18 +189,27 @@ Containers have much less overhead in terms of boot time and storage allocation.
-
- - - - +
+ + + +
- - + diff --git a/public/blog/2021/09/08/why-i-threw-out-my-dotfiles/index.html b/public/blog/2021/09/08/why-i-threw-out-my-dotfiles/index.html index f9377c2d..1bd177be 100644 --- a/public/blog/2021/09/08/why-i-threw-out-my-dotfiles/index.html +++ b/public/blog/2021/09/08/why-i-threw-out-my-dotfiles/index.html @@ -10,6 +10,7 @@ + @@ -82,26 +83,23 @@ About RSS - | - - - - + - + + +

Why I Threw Out My Dotfiles

+
Posted on Sep 8, 2021
+
@@ -287,18 +285,27 @@ nix-shell '<home-manager>' -A install
-
- - - - +
+ + + +
- - + diff --git a/public/blog/2021/09/17/automatically-rotating-aws-access-keys/index.html b/public/blog/2021/09/17/automatically-rotating-aws-access-keys/index.html index 414544a5..158051cd 100644 --- a/public/blog/2021/09/17/automatically-rotating-aws-access-keys/index.html +++ b/public/blog/2021/09/17/automatically-rotating-aws-access-keys/index.html @@ -10,6 +10,7 @@ + @@ -82,26 +83,23 @@ About RSS - | - - - - + - + + +

Automatically Rotating AWS Access Keys

+
Posted on Sep 17, 2021
+
@@ -151,18 +149,27 @@
-
- - - - +
+ + + +
- - + diff --git a/public/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/index.html b/public/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/index.html index 1d6ad718..78d8ab8d 100644 --- a/public/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/index.html +++ b/public/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/index.html @@ -10,6 +10,7 @@ + @@ -82,26 +83,23 @@ About RSS - | - - - - + - + + +

Replacing docker with podman on macOS (and Linux)

+
Posted on Oct 11, 2021
+
@@ -238,18 +236,27 @@ Hello world
-
- - - - +
+ + + +
- - + diff --git a/public/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html b/public/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html index 7de380f6..29586177 100644 --- a/public/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html +++ b/public/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html @@ -10,6 +10,7 @@ + @@ -82,26 +83,23 @@ About RSS - | - - - - + - + + +

Running K3s in LXC on Proxmox

+
Posted on Nov 14, 2021
+
@@ -232,18 +230,27 @@ horizontalpodautoscaler.autoscaling/tekton-pipelines-webhook Deployment/tekton
-
- - - - +
+ + + +
- - + diff --git a/public/blog/2022/03/13/backing-up-gmail-with-synology/index.html b/public/blog/2022/03/13/backing-up-gmail-with-synology/index.html index 1de74219..ed2316eb 100644 --- a/public/blog/2022/03/13/backing-up-gmail-with-synology/index.html +++ b/public/blog/2022/03/13/backing-up-gmail-with-synology/index.html @@ -10,6 +10,7 @@ + @@ -82,26 +83,23 @@ About RSS - | - - - - + - + + +

Backing Up Gmail With Synology

+
Posted on Mar 13, 2022
+
@@ -171,18 +169,27 @@ Encrypting your shared volumes should also be done, since unfortunately
-
- - - - +
+ + + +
- - + diff --git a/public/blog/2022/04/02/virtualizing-my-router-with-pfsense/index.html b/public/blog/2022/04/02/virtualizing-my-router-with-pfsense/index.html index e4ce4c8f..f5ca168d 100644 --- a/public/blog/2022/04/02/virtualizing-my-router-with-pfsense/index.html +++ b/public/blog/2022/04/02/virtualizing-my-router-with-pfsense/index.html @@ -10,6 +10,7 @@ + @@ -82,26 +83,23 @@ About RSS - | - - - - + - + + +

Virtualizing My Router With pfSense

+
Posted on Apr 2, 2022
+
@@ -191,18 +189,27 @@ When setting up the machine, I mostly went with all of the defaults. Configurati
-
- - - - +
+ + + +
- - + diff --git a/public/blog/2022/12/10/watching-youtube-in-private/index.html b/public/blog/2022/12/10/watching-youtube-in-private/index.html index 58bb1dde..d553db98 100644 --- a/public/blog/2022/12/10/watching-youtube-in-private/index.html +++ b/public/blog/2022/12/10/watching-youtube-in-private/index.html @@ -10,6 +10,7 @@ + @@ -82,26 +83,23 @@ About RSS - | - - - - + - + + +

Watching YouTube in Private

+
Posted on Dec 10, 2022
+
@@ -209,18 +207,27 @@ volumes:
-
- - - - +
+ + + +
- - + diff --git a/public/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/index.html b/public/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/index.html index a3dce1dd..adc8ed87 100644 --- a/public/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/index.html +++ b/public/blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/index.html @@ -10,6 +10,7 @@ + @@ -82,26 +83,23 @@ About RSS - | - - - - + - + + +

Using AKS and SOCKS to connect to a Private Azure DB

+
Posted on May 22, 2023
+
@@ -204,18 +202,27 @@ pod/davegallant-proxy created
-
- - - - +
+ + + +
- - + diff --git a/public/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/index.html b/public/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/index.html index 1f9bb797..11f73146 100644 --- a/public/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/index.html +++ b/public/blog/2023/12/10/setting-up-gitea-actions-with-tailscale/index.html @@ -10,6 +10,7 @@ + @@ -82,26 +83,23 @@ About RSS - | - - - - + - + + +

Setting Up Gitea Actions With Tailscale

+
Posted on Dec 10, 2023
+
@@ -288,18 +286,27 @@ jobs:
-
- - - - +
+ + + +
- - + diff --git a/public/categories/index.html b/public/categories/index.html index a20db456..81d5955f 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + +

All tags

@@ -132,18 +128,27 @@
-
- - - - +
+ + + +
- - + diff --git a/public/categories/index.xml b/public/categories/index.xml index 236e02c2..4be32f19 100644 --- a/public/categories/index.xml +++ b/public/categories/index.xml @@ -6,6 +6,7 @@ Recent content in Categories on davegallant Hugo -- gohugo.io en-us - Dave Gallant + Dave Gallant + diff --git a/public/index.html b/public/index.html index 664096ce..80f05712 100644 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,7 @@ - + davegallant | Home @@ -11,6 +11,7 @@ + @@ -85,19 +86,14 @@ About RSS - | - - - - + - + + + @@ -222,18 +218,27 @@
-
- - - - +
+ + + +
- - + diff --git a/public/index.xml b/public/index.xml index 3a26b9a8..37481b37 100644 --- a/public/index.xml +++ b/public/index.xml @@ -7,114 +7,91 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 10 Dec 2023 17:22:11 -0500 + Sun, 10 Dec 2023 17:22:11 -0500 + About /about/ Mon, 01 Jan 0001 00:00:00 +0000 - /about/ I&rsquo;m a software tinkerer with a passion for infrastructure, tooling, security, and coffee. - Setting Up Gitea Actions With Tailscale /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ Sun, 10 Dec 2023 17:22:11 -0500 - /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ - Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 - /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ - Watching YouTube in Private /blog/2022/12/10/watching-youtube-in-private/ Sat, 10 Dec 2022 21:46:55 -0500 - /blog/2022/12/10/watching-youtube-in-private/ - Virtualizing My Router With pfSense /blog/2022/04/02/virtualizing-my-router-with-pfsense/ Sat, 02 Apr 2022 18:50:09 -0400 - /blog/2022/04/02/virtualizing-my-router-with-pfsense/ - Backing Up Gmail With Synology /blog/2022/03/13/backing-up-gmail-with-synology/ Sun, 13 Mar 2022 18:49:10 -0400 - /blog/2022/03/13/backing-up-gmail-with-synology/ - Running K3s in LXC on Proxmox /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ Sun, 14 Nov 2021 10:07:03 -0500 - /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ - Replacing docker with podman on macOS (and Linux) /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ Mon, 11 Oct 2021 10:43:35 -0400 - /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ - Automatically Rotating AWS Access Keys /blog/2021/09/17/automatically-rotating-aws-access-keys/ Fri, 17 Sep 2021 12:48:33 -0400 - /blog/2021/09/17/automatically-rotating-aws-access-keys/ - Why I Threw Out My Dotfiles /blog/2021/09/08/why-i-threw-out-my-dotfiles/ Wed, 08 Sep 2021 00:42:33 -0400 - /blog/2021/09/08/why-i-threw-out-my-dotfiles/ - What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 - /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> - AppGate SDP on Arch Linux /blog/2020/03/16/appgate-sdp-on-arch-linux/ Mon, 16 Mar 2020 22:00:15 -0400 - /blog/2020/03/16/appgate-sdp-on-arch-linux/ <p>AppGate SDP provides a Zero Trust network. This post describes how to get AppGate SDP <code>4.3.2</code> working on Arch Linux.</p> - diff --git a/public/keybase.txt b/public/keybase.txt deleted file mode 100644 index 9ae498da..00000000 --- a/public/keybase.txt +++ /dev/null @@ -1,56 +0,0 @@ -================================================================== -https://keybase.io/dgallant --------------------------------------------------------------------- - -I hereby claim: - - * I am an admin of https://davegallant.github.io - * I am dgallant (https://keybase.io/dgallant) on keybase. - * I have a public key ASDIaXVCZNVLcI2nLjiVywkkpRY2wzTUb1nMiDsbGz1mFwo - -To do so, I am signing this object: - -{ - "body": { - "key": { - "eldest_kid": "0120132311ef8d70a8f35f284eb17a45cbcdf653ce040064dfd4a336d48e2dd3c5ee0a", - "host": "keybase.io", - "kid": "0120c869754264d54b708da72e3895cb0924a51636c334d46f59cc883b1b1b3d66170a", - "uid": "117fb0e36a0168fe7c1cb75c32fa1119", - "username": "dgallant" - }, - "merkle_root": { - "ctime": 1584423716, - "hash": "a447336f6b4b3fdc7acd69bfb67724ba417d355c35dff289f0b71edd9a61eb0abca168842e35d030a7f72684961e284ff3e72169cccc822f123124ab1f28bae8", - "hash_meta": "877e40ccac9c0bb3897269f3e270219cfc3b8f51b218249053cb9cef216394c6", - "seqno": 15418771 - }, - "service": { - "entropy": "GF5GAzsSwbL3MwyHTrWacqXg", - "hostname": "davegallant.github.io", - "protocol": "https:" - }, - "type": "web_service_binding", - "version": 2 - }, - "client": { - "name": "keybase.io go client", - "version": "5.3.0" - }, - "ctime": 1584424574, - "expire_in": 504576000, - "prev": "09dc7ed70fa820ed3f8bcfaef95804ab477cc82a1f1de366e38e59ef611631b1", - "seqno": 51, - "tag": "signature" -} - -which yields the signature: - -hKRib2R5hqhkZXRhY2hlZMOpaGFzaF90eXBlCqNrZXnEIwEgyGl1QmTVS3CNpy44lcsJJKUWNsM01G9ZzIg7Gxs9ZhcKp3BheWxvYWTESpcCM8QgCdx+1w+oIO0/i8+u+VgEq0d8yCofHeNm445Z72EWMbHEIATfVmncQJ7AOYvyF/Cmi0WNPdLXRg0owqqF/mgfpwa7AgHCo3NpZ8RASN9ahvUTPy4rvmYlLIwDzyu0fmUiNktCIi2VHDNQfLzzAKCPd6uh54dvGMtoB2JG4DZsRQN56PWx/auuGr5JC6hzaWdfdHlwZSCkaGFzaIKkdHlwZQildmFsdWXEIEaFPIAAHow3jTSI4d1GnlmNomNiJPYzYNDjpGd5QMfDo3RhZ80CAqd2ZXJzaW9uAQ== - -And finally, I am proving ownership of this host by posting or -appending to this document. - -View my publicly-auditable identity here: https://keybase.io/dgallant - -================================================================== diff --git a/public/page/2/index.html b/public/page/2/index.html index 786c2cd3..8bda3027 100644 --- a/public/page/2/index.html +++ b/public/page/2/index.html @@ -1,7 +1,7 @@ - + davegallant | Home @@ -11,6 +11,7 @@ + @@ -85,19 +86,14 @@ About RSS - | - - - - + - + + + @@ -132,18 +128,27 @@
-
- - - - +
+ + + +
- - + diff --git a/public/pagefind/fragment/unknown_10ede6f.pf_fragment b/public/pagefind/fragment/unknown_10ede6f.pf_fragment new file mode 100644 index 00000000..63ae8536 Binary files /dev/null and b/public/pagefind/fragment/unknown_10ede6f.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_1ac3449.pf_fragment b/public/pagefind/fragment/unknown_1ac3449.pf_fragment new file mode 100644 index 00000000..cf6296ad Binary files /dev/null and b/public/pagefind/fragment/unknown_1ac3449.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_25c26d6.pf_fragment b/public/pagefind/fragment/unknown_25c26d6.pf_fragment new file mode 100644 index 00000000..972b1fa2 Binary files /dev/null and b/public/pagefind/fragment/unknown_25c26d6.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_2697917.pf_fragment b/public/pagefind/fragment/unknown_2697917.pf_fragment new file mode 100644 index 00000000..4e64d3aa Binary files /dev/null and b/public/pagefind/fragment/unknown_2697917.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_26bb709.pf_fragment b/public/pagefind/fragment/unknown_26bb709.pf_fragment new file mode 100644 index 00000000..6797aac1 Binary files /dev/null and b/public/pagefind/fragment/unknown_26bb709.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_2a9b6a9.pf_fragment b/public/pagefind/fragment/unknown_2a9b6a9.pf_fragment new file mode 100644 index 00000000..20a420e4 Binary files /dev/null and b/public/pagefind/fragment/unknown_2a9b6a9.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_2b32553.pf_fragment b/public/pagefind/fragment/unknown_2b32553.pf_fragment new file mode 100644 index 00000000..d2f6e2a6 Binary files /dev/null and b/public/pagefind/fragment/unknown_2b32553.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_2c22939.pf_fragment b/public/pagefind/fragment/unknown_2c22939.pf_fragment new file mode 100644 index 00000000..4f4a562b Binary files /dev/null and b/public/pagefind/fragment/unknown_2c22939.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_2e7a346.pf_fragment b/public/pagefind/fragment/unknown_2e7a346.pf_fragment new file mode 100644 index 00000000..46a587f1 Binary files /dev/null and b/public/pagefind/fragment/unknown_2e7a346.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_311b8db.pf_fragment b/public/pagefind/fragment/unknown_311b8db.pf_fragment new file mode 100644 index 00000000..5e253e35 Binary files /dev/null and b/public/pagefind/fragment/unknown_311b8db.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_35fd2ed.pf_fragment b/public/pagefind/fragment/unknown_35fd2ed.pf_fragment new file mode 100644 index 00000000..cdecf600 Binary files /dev/null and b/public/pagefind/fragment/unknown_35fd2ed.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_363a8bf.pf_fragment b/public/pagefind/fragment/unknown_363a8bf.pf_fragment new file mode 100644 index 00000000..13c61428 Binary files /dev/null and b/public/pagefind/fragment/unknown_363a8bf.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_3cf0bbe.pf_fragment b/public/pagefind/fragment/unknown_3cf0bbe.pf_fragment new file mode 100644 index 00000000..0004e488 Binary files /dev/null and b/public/pagefind/fragment/unknown_3cf0bbe.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_3d396d5.pf_fragment b/public/pagefind/fragment/unknown_3d396d5.pf_fragment new file mode 100644 index 00000000..88d8e20f Binary files /dev/null and b/public/pagefind/fragment/unknown_3d396d5.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_3d8280d.pf_fragment b/public/pagefind/fragment/unknown_3d8280d.pf_fragment new file mode 100644 index 00000000..2efed64a Binary files /dev/null and b/public/pagefind/fragment/unknown_3d8280d.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_3f1bb35.pf_fragment b/public/pagefind/fragment/unknown_3f1bb35.pf_fragment new file mode 100644 index 00000000..3babd51f Binary files /dev/null and b/public/pagefind/fragment/unknown_3f1bb35.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_41923ce.pf_fragment b/public/pagefind/fragment/unknown_41923ce.pf_fragment new file mode 100644 index 00000000..1868eb95 Binary files /dev/null and b/public/pagefind/fragment/unknown_41923ce.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_43db594.pf_fragment b/public/pagefind/fragment/unknown_43db594.pf_fragment new file mode 100644 index 00000000..b128e45a Binary files /dev/null and b/public/pagefind/fragment/unknown_43db594.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_473ef44.pf_fragment b/public/pagefind/fragment/unknown_473ef44.pf_fragment new file mode 100644 index 00000000..6fbe6551 Binary files /dev/null and b/public/pagefind/fragment/unknown_473ef44.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_4c31ca7.pf_fragment b/public/pagefind/fragment/unknown_4c31ca7.pf_fragment new file mode 100644 index 00000000..856dfbf4 Binary files /dev/null and b/public/pagefind/fragment/unknown_4c31ca7.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_4caaf73.pf_fragment b/public/pagefind/fragment/unknown_4caaf73.pf_fragment new file mode 100644 index 00000000..5595ae9a Binary files /dev/null and b/public/pagefind/fragment/unknown_4caaf73.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_50614a8.pf_fragment b/public/pagefind/fragment/unknown_50614a8.pf_fragment new file mode 100644 index 00000000..233c3d4a Binary files /dev/null and b/public/pagefind/fragment/unknown_50614a8.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_526be06.pf_fragment b/public/pagefind/fragment/unknown_526be06.pf_fragment new file mode 100644 index 00000000..4e25cf7d Binary files /dev/null and b/public/pagefind/fragment/unknown_526be06.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_5fb7ff2.pf_fragment b/public/pagefind/fragment/unknown_5fb7ff2.pf_fragment new file mode 100644 index 00000000..9107d80a Binary files /dev/null and b/public/pagefind/fragment/unknown_5fb7ff2.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_618ba37.pf_fragment b/public/pagefind/fragment/unknown_618ba37.pf_fragment new file mode 100644 index 00000000..4dfa07ce Binary files /dev/null and b/public/pagefind/fragment/unknown_618ba37.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_6272873.pf_fragment b/public/pagefind/fragment/unknown_6272873.pf_fragment new file mode 100644 index 00000000..7335d1a0 Binary files /dev/null and b/public/pagefind/fragment/unknown_6272873.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_669bf15.pf_fragment b/public/pagefind/fragment/unknown_669bf15.pf_fragment new file mode 100644 index 00000000..553e2d97 Binary files /dev/null and b/public/pagefind/fragment/unknown_669bf15.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_67e137e.pf_fragment b/public/pagefind/fragment/unknown_67e137e.pf_fragment new file mode 100644 index 00000000..bcd07714 Binary files /dev/null and b/public/pagefind/fragment/unknown_67e137e.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_6f23423.pf_fragment b/public/pagefind/fragment/unknown_6f23423.pf_fragment new file mode 100644 index 00000000..ec6ac188 Binary files /dev/null and b/public/pagefind/fragment/unknown_6f23423.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_7527775.pf_fragment b/public/pagefind/fragment/unknown_7527775.pf_fragment new file mode 100644 index 00000000..2204bee5 Binary files /dev/null and b/public/pagefind/fragment/unknown_7527775.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_774f56d.pf_fragment b/public/pagefind/fragment/unknown_774f56d.pf_fragment new file mode 100644 index 00000000..cfc67fa5 Binary files /dev/null and b/public/pagefind/fragment/unknown_774f56d.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_799a1aa.pf_fragment b/public/pagefind/fragment/unknown_799a1aa.pf_fragment new file mode 100644 index 00000000..4f05b35e Binary files /dev/null and b/public/pagefind/fragment/unknown_799a1aa.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_7d8be93.pf_fragment b/public/pagefind/fragment/unknown_7d8be93.pf_fragment new file mode 100644 index 00000000..f69d7478 Binary files /dev/null and b/public/pagefind/fragment/unknown_7d8be93.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_80d735f.pf_fragment b/public/pagefind/fragment/unknown_80d735f.pf_fragment new file mode 100644 index 00000000..c6824b16 Binary files /dev/null and b/public/pagefind/fragment/unknown_80d735f.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_8535391.pf_fragment b/public/pagefind/fragment/unknown_8535391.pf_fragment new file mode 100644 index 00000000..528ab315 Binary files /dev/null and b/public/pagefind/fragment/unknown_8535391.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_8a8bc97.pf_fragment b/public/pagefind/fragment/unknown_8a8bc97.pf_fragment new file mode 100644 index 00000000..c826f507 Binary files /dev/null and b/public/pagefind/fragment/unknown_8a8bc97.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_8ac9bcb.pf_fragment b/public/pagefind/fragment/unknown_8ac9bcb.pf_fragment new file mode 100644 index 00000000..ae900925 Binary files /dev/null and b/public/pagefind/fragment/unknown_8ac9bcb.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_8fb0cb9.pf_fragment b/public/pagefind/fragment/unknown_8fb0cb9.pf_fragment new file mode 100644 index 00000000..ff64938a Binary files /dev/null and b/public/pagefind/fragment/unknown_8fb0cb9.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_9014c71.pf_fragment b/public/pagefind/fragment/unknown_9014c71.pf_fragment new file mode 100644 index 00000000..3bd601ae Binary files /dev/null and b/public/pagefind/fragment/unknown_9014c71.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_90a6e15.pf_fragment b/public/pagefind/fragment/unknown_90a6e15.pf_fragment new file mode 100644 index 00000000..36f6cbcd Binary files /dev/null and b/public/pagefind/fragment/unknown_90a6e15.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_937a27e.pf_fragment b/public/pagefind/fragment/unknown_937a27e.pf_fragment new file mode 100644 index 00000000..466d078a Binary files /dev/null and b/public/pagefind/fragment/unknown_937a27e.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_9826b14.pf_fragment b/public/pagefind/fragment/unknown_9826b14.pf_fragment new file mode 100644 index 00000000..90624ba0 Binary files /dev/null and b/public/pagefind/fragment/unknown_9826b14.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_98446f6.pf_fragment b/public/pagefind/fragment/unknown_98446f6.pf_fragment new file mode 100644 index 00000000..cfcdb5a8 Binary files /dev/null and b/public/pagefind/fragment/unknown_98446f6.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_9adf93c.pf_fragment b/public/pagefind/fragment/unknown_9adf93c.pf_fragment new file mode 100644 index 00000000..edc6bf83 Binary files /dev/null and b/public/pagefind/fragment/unknown_9adf93c.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_9e7d4eb.pf_fragment b/public/pagefind/fragment/unknown_9e7d4eb.pf_fragment new file mode 100644 index 00000000..9149380a Binary files /dev/null and b/public/pagefind/fragment/unknown_9e7d4eb.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_a1985c5.pf_fragment b/public/pagefind/fragment/unknown_a1985c5.pf_fragment new file mode 100644 index 00000000..350e3e35 Binary files /dev/null and b/public/pagefind/fragment/unknown_a1985c5.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_a276768.pf_fragment b/public/pagefind/fragment/unknown_a276768.pf_fragment new file mode 100644 index 00000000..9f9cb49b Binary files /dev/null and b/public/pagefind/fragment/unknown_a276768.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_a4baaea.pf_fragment b/public/pagefind/fragment/unknown_a4baaea.pf_fragment new file mode 100644 index 00000000..7bef7688 Binary files /dev/null and b/public/pagefind/fragment/unknown_a4baaea.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_adb1cf7.pf_fragment b/public/pagefind/fragment/unknown_adb1cf7.pf_fragment new file mode 100644 index 00000000..6435df89 Binary files /dev/null and b/public/pagefind/fragment/unknown_adb1cf7.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_af11557.pf_fragment b/public/pagefind/fragment/unknown_af11557.pf_fragment new file mode 100644 index 00000000..72d79ba3 Binary files /dev/null and b/public/pagefind/fragment/unknown_af11557.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_b527e05.pf_fragment b/public/pagefind/fragment/unknown_b527e05.pf_fragment new file mode 100644 index 00000000..e1333f2c Binary files /dev/null and b/public/pagefind/fragment/unknown_b527e05.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_c2c3a08.pf_fragment b/public/pagefind/fragment/unknown_c2c3a08.pf_fragment new file mode 100644 index 00000000..4dc2f956 Binary files /dev/null and b/public/pagefind/fragment/unknown_c2c3a08.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_c3607c4.pf_fragment b/public/pagefind/fragment/unknown_c3607c4.pf_fragment new file mode 100644 index 00000000..bd008cc7 Binary files /dev/null and b/public/pagefind/fragment/unknown_c3607c4.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_c3ccb10.pf_fragment b/public/pagefind/fragment/unknown_c3ccb10.pf_fragment new file mode 100644 index 00000000..c5eb560e Binary files /dev/null and b/public/pagefind/fragment/unknown_c3ccb10.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_c4baeb5.pf_fragment b/public/pagefind/fragment/unknown_c4baeb5.pf_fragment new file mode 100644 index 00000000..ff95f574 Binary files /dev/null and b/public/pagefind/fragment/unknown_c4baeb5.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_d2a7bd3.pf_fragment b/public/pagefind/fragment/unknown_d2a7bd3.pf_fragment new file mode 100644 index 00000000..d7ab79eb Binary files /dev/null and b/public/pagefind/fragment/unknown_d2a7bd3.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_d2af8a6.pf_fragment b/public/pagefind/fragment/unknown_d2af8a6.pf_fragment new file mode 100644 index 00000000..df51cdda Binary files /dev/null and b/public/pagefind/fragment/unknown_d2af8a6.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_d918dfa.pf_fragment b/public/pagefind/fragment/unknown_d918dfa.pf_fragment new file mode 100644 index 00000000..00cd2428 Binary files /dev/null and b/public/pagefind/fragment/unknown_d918dfa.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_dafe13d.pf_fragment b/public/pagefind/fragment/unknown_dafe13d.pf_fragment new file mode 100644 index 00000000..34d623b1 Binary files /dev/null and b/public/pagefind/fragment/unknown_dafe13d.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_e034fcb.pf_fragment b/public/pagefind/fragment/unknown_e034fcb.pf_fragment new file mode 100644 index 00000000..c426712a Binary files /dev/null and b/public/pagefind/fragment/unknown_e034fcb.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_ec79a1b.pf_fragment b/public/pagefind/fragment/unknown_ec79a1b.pf_fragment new file mode 100644 index 00000000..d55e70eb Binary files /dev/null and b/public/pagefind/fragment/unknown_ec79a1b.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_ec851fa.pf_fragment b/public/pagefind/fragment/unknown_ec851fa.pf_fragment new file mode 100644 index 00000000..b8ce9262 Binary files /dev/null and b/public/pagefind/fragment/unknown_ec851fa.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_ed6af06.pf_fragment b/public/pagefind/fragment/unknown_ed6af06.pf_fragment new file mode 100644 index 00000000..bcf30da2 Binary files /dev/null and b/public/pagefind/fragment/unknown_ed6af06.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_f2d8283.pf_fragment b/public/pagefind/fragment/unknown_f2d8283.pf_fragment new file mode 100644 index 00000000..a6f16605 Binary files /dev/null and b/public/pagefind/fragment/unknown_f2d8283.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_f57bb0b.pf_fragment b/public/pagefind/fragment/unknown_f57bb0b.pf_fragment new file mode 100644 index 00000000..16324bed Binary files /dev/null and b/public/pagefind/fragment/unknown_f57bb0b.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_f7366c3.pf_fragment b/public/pagefind/fragment/unknown_f7366c3.pf_fragment new file mode 100644 index 00000000..11c099aa Binary files /dev/null and b/public/pagefind/fragment/unknown_f7366c3.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_f738427.pf_fragment b/public/pagefind/fragment/unknown_f738427.pf_fragment new file mode 100644 index 00000000..32448ed1 Binary files /dev/null and b/public/pagefind/fragment/unknown_f738427.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_f775986.pf_fragment b/public/pagefind/fragment/unknown_f775986.pf_fragment new file mode 100644 index 00000000..9ce13003 Binary files /dev/null and b/public/pagefind/fragment/unknown_f775986.pf_fragment differ diff --git a/public/pagefind/fragment/unknown_f9cd78c.pf_fragment b/public/pagefind/fragment/unknown_f9cd78c.pf_fragment new file mode 100644 index 00000000..a40da44a Binary files /dev/null and b/public/pagefind/fragment/unknown_f9cd78c.pf_fragment differ diff --git a/public/pagefind/index/unknown_93214ad.pf_index b/public/pagefind/index/unknown_93214ad.pf_index new file mode 100644 index 00000000..70212122 Binary files /dev/null and b/public/pagefind/index/unknown_93214ad.pf_index differ diff --git a/public/pagefind/index/unknown_ea4ebb3.pf_index b/public/pagefind/index/unknown_ea4ebb3.pf_index new file mode 100644 index 00000000..094b4a26 Binary files /dev/null and b/public/pagefind/index/unknown_ea4ebb3.pf_index differ diff --git a/public/pagefind/pagefind-entry.json b/public/pagefind/pagefind-entry.json new file mode 100644 index 00000000..e451d757 --- /dev/null +++ b/public/pagefind/pagefind-entry.json @@ -0,0 +1 @@ +{"version":"1.0.4","languages":{"unknown":{"hash":"unknown_3a8d7cf8185f779","wasm":null,"page_count":69}}} \ No newline at end of file diff --git a/public/pagefind/pagefind-highlight.js b/public/pagefind/pagefind-highlight.js new file mode 100644 index 00000000..c823fbfe --- /dev/null +++ b/public/pagefind/pagefind-highlight.js @@ -0,0 +1,1069 @@ +var __create = Object.create; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __getProtoOf = Object.getPrototypeOf; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __commonJS = (cb, mod) => function __require() { + return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports; +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( + // If the importer is in node compatibility mode or this is not an ESM + // file that has been converted to a CommonJS file using a Babel- + // compatible transform (i.e. "__esModule" has not been set), then set + // "default" to the CommonJS "module.exports" for node compatibility. + isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, + mod +)); + +// node_modules/mark.js/dist/mark.js +var require_mark = __commonJS({ + "node_modules/mark.js/dist/mark.js"(exports, module) { + (function(global, factory) { + typeof exports === "object" && typeof module !== "undefined" ? module.exports = factory() : typeof define === "function" && define.amd ? define(factory) : global.Mark = factory(); + })(exports, function() { + "use strict"; + var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function(obj) { + return typeof obj; + } : function(obj) { + return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; + }; + var classCallCheck = function(instance, Constructor) { + if (!(instance instanceof Constructor)) { + throw new TypeError("Cannot call a class as a function"); + } + }; + var createClass = function() { + function defineProperties(target, props) { + for (var i = 0; i < props.length; i++) { + var descriptor = props[i]; + descriptor.enumerable = descriptor.enumerable || false; + descriptor.configurable = true; + if ("value" in descriptor) + descriptor.writable = true; + Object.defineProperty(target, descriptor.key, descriptor); + } + } + return function(Constructor, protoProps, staticProps) { + if (protoProps) + defineProperties(Constructor.prototype, protoProps); + if (staticProps) + defineProperties(Constructor, staticProps); + return Constructor; + }; + }(); + var _extends = Object.assign || function(target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i]; + for (var key in source) { + if (Object.prototype.hasOwnProperty.call(source, key)) { + target[key] = source[key]; + } + } + } + return target; + }; + var DOMIterator = function() { + function DOMIterator2(ctx) { + var iframes = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : true; + var exclude = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : []; + var iframesTimeout = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : 5e3; + classCallCheck(this, DOMIterator2); + this.ctx = ctx; + this.iframes = iframes; + this.exclude = exclude; + this.iframesTimeout = iframesTimeout; + } + createClass(DOMIterator2, [{ + key: "getContexts", + value: function getContexts() { + var ctx = void 0, filteredCtx = []; + if (typeof this.ctx === "undefined" || !this.ctx) { + ctx = []; + } else if (NodeList.prototype.isPrototypeOf(this.ctx)) { + ctx = Array.prototype.slice.call(this.ctx); + } else if (Array.isArray(this.ctx)) { + ctx = this.ctx; + } else if (typeof this.ctx === "string") { + ctx = Array.prototype.slice.call(document.querySelectorAll(this.ctx)); + } else { + ctx = [this.ctx]; + } + ctx.forEach(function(ctx2) { + var isDescendant = filteredCtx.filter(function(contexts) { + return contexts.contains(ctx2); + }).length > 0; + if (filteredCtx.indexOf(ctx2) === -1 && !isDescendant) { + filteredCtx.push(ctx2); + } + }); + return filteredCtx; + } + }, { + key: "getIframeContents", + value: function getIframeContents(ifr, successFn) { + var errorFn = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : function() { + }; + var doc = void 0; + try { + var ifrWin = ifr.contentWindow; + doc = ifrWin.document; + if (!ifrWin || !doc) { + throw new Error("iframe inaccessible"); + } + } catch (e) { + errorFn(); + } + if (doc) { + successFn(doc); + } + } + }, { + key: "isIframeBlank", + value: function isIframeBlank(ifr) { + var bl = "about:blank", src = ifr.getAttribute("src").trim(), href = ifr.contentWindow.location.href; + return href === bl && src !== bl && src; + } + }, { + key: "observeIframeLoad", + value: function observeIframeLoad(ifr, successFn, errorFn) { + var _this = this; + var called = false, tout = null; + var listener = function listener2() { + if (called) { + return; + } + called = true; + clearTimeout(tout); + try { + if (!_this.isIframeBlank(ifr)) { + ifr.removeEventListener("load", listener2); + _this.getIframeContents(ifr, successFn, errorFn); + } + } catch (e) { + errorFn(); + } + }; + ifr.addEventListener("load", listener); + tout = setTimeout(listener, this.iframesTimeout); + } + }, { + key: "onIframeReady", + value: function onIframeReady(ifr, successFn, errorFn) { + try { + if (ifr.contentWindow.document.readyState === "complete") { + if (this.isIframeBlank(ifr)) { + this.observeIframeLoad(ifr, successFn, errorFn); + } else { + this.getIframeContents(ifr, successFn, errorFn); + } + } else { + this.observeIframeLoad(ifr, successFn, errorFn); + } + } catch (e) { + errorFn(); + } + } + }, { + key: "waitForIframes", + value: function waitForIframes(ctx, done) { + var _this2 = this; + var eachCalled = 0; + this.forEachIframe(ctx, function() { + return true; + }, function(ifr) { + eachCalled++; + _this2.waitForIframes(ifr.querySelector("html"), function() { + if (!--eachCalled) { + done(); + } + }); + }, function(handled) { + if (!handled) { + done(); + } + }); + } + }, { + key: "forEachIframe", + value: function forEachIframe(ctx, filter, each) { + var _this3 = this; + var end = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : function() { + }; + var ifr = ctx.querySelectorAll("iframe"), open = ifr.length, handled = 0; + ifr = Array.prototype.slice.call(ifr); + var checkEnd = function checkEnd2() { + if (--open <= 0) { + end(handled); + } + }; + if (!open) { + checkEnd(); + } + ifr.forEach(function(ifr2) { + if (DOMIterator2.matches(ifr2, _this3.exclude)) { + checkEnd(); + } else { + _this3.onIframeReady(ifr2, function(con) { + if (filter(ifr2)) { + handled++; + each(con); + } + checkEnd(); + }, checkEnd); + } + }); + } + }, { + key: "createIterator", + value: function createIterator(ctx, whatToShow, filter) { + return document.createNodeIterator(ctx, whatToShow, filter, false); + } + }, { + key: "createInstanceOnIframe", + value: function createInstanceOnIframe(contents) { + return new DOMIterator2(contents.querySelector("html"), this.iframes); + } + }, { + key: "compareNodeIframe", + value: function compareNodeIframe(node, prevNode, ifr) { + var compCurr = node.compareDocumentPosition(ifr), prev = Node.DOCUMENT_POSITION_PRECEDING; + if (compCurr & prev) { + if (prevNode !== null) { + var compPrev = prevNode.compareDocumentPosition(ifr), after = Node.DOCUMENT_POSITION_FOLLOWING; + if (compPrev & after) { + return true; + } + } else { + return true; + } + } + return false; + } + }, { + key: "getIteratorNode", + value: function getIteratorNode(itr) { + var prevNode = itr.previousNode(); + var node = void 0; + if (prevNode === null) { + node = itr.nextNode(); + } else { + node = itr.nextNode() && itr.nextNode(); + } + return { + prevNode, + node + }; + } + }, { + key: "checkIframeFilter", + value: function checkIframeFilter(node, prevNode, currIfr, ifr) { + var key = false, handled = false; + ifr.forEach(function(ifrDict, i) { + if (ifrDict.val === currIfr) { + key = i; + handled = ifrDict.handled; + } + }); + if (this.compareNodeIframe(node, prevNode, currIfr)) { + if (key === false && !handled) { + ifr.push({ + val: currIfr, + handled: true + }); + } else if (key !== false && !handled) { + ifr[key].handled = true; + } + return true; + } + if (key === false) { + ifr.push({ + val: currIfr, + handled: false + }); + } + return false; + } + }, { + key: "handleOpenIframes", + value: function handleOpenIframes(ifr, whatToShow, eCb, fCb) { + var _this4 = this; + ifr.forEach(function(ifrDict) { + if (!ifrDict.handled) { + _this4.getIframeContents(ifrDict.val, function(con) { + _this4.createInstanceOnIframe(con).forEachNode(whatToShow, eCb, fCb); + }); + } + }); + } + }, { + key: "iterateThroughNodes", + value: function iterateThroughNodes(whatToShow, ctx, eachCb, filterCb, doneCb) { + var _this5 = this; + var itr = this.createIterator(ctx, whatToShow, filterCb); + var ifr = [], elements = [], node = void 0, prevNode = void 0, retrieveNodes = function retrieveNodes2() { + var _getIteratorNode = _this5.getIteratorNode(itr); + prevNode = _getIteratorNode.prevNode; + node = _getIteratorNode.node; + return node; + }; + while (retrieveNodes()) { + if (this.iframes) { + this.forEachIframe(ctx, function(currIfr) { + return _this5.checkIframeFilter(node, prevNode, currIfr, ifr); + }, function(con) { + _this5.createInstanceOnIframe(con).forEachNode(whatToShow, function(ifrNode) { + return elements.push(ifrNode); + }, filterCb); + }); + } + elements.push(node); + } + elements.forEach(function(node2) { + eachCb(node2); + }); + if (this.iframes) { + this.handleOpenIframes(ifr, whatToShow, eachCb, filterCb); + } + doneCb(); + } + }, { + key: "forEachNode", + value: function forEachNode(whatToShow, each, filter) { + var _this6 = this; + var done = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : function() { + }; + var contexts = this.getContexts(); + var open = contexts.length; + if (!open) { + done(); + } + contexts.forEach(function(ctx) { + var ready = function ready2() { + _this6.iterateThroughNodes(whatToShow, ctx, each, filter, function() { + if (--open <= 0) { + done(); + } + }); + }; + if (_this6.iframes) { + _this6.waitForIframes(ctx, ready); + } else { + ready(); + } + }); + } + }], [{ + key: "matches", + value: function matches(element, selector) { + var selectors = typeof selector === "string" ? [selector] : selector, fn = element.matches || element.matchesSelector || element.msMatchesSelector || element.mozMatchesSelector || element.oMatchesSelector || element.webkitMatchesSelector; + if (fn) { + var match = false; + selectors.every(function(sel) { + if (fn.call(element, sel)) { + match = true; + return false; + } + return true; + }); + return match; + } else { + return false; + } + } + }]); + return DOMIterator2; + }(); + var Mark$1 = function() { + function Mark3(ctx) { + classCallCheck(this, Mark3); + this.ctx = ctx; + this.ie = false; + var ua = window.navigator.userAgent; + if (ua.indexOf("MSIE") > -1 || ua.indexOf("Trident") > -1) { + this.ie = true; + } + } + createClass(Mark3, [{ + key: "log", + value: function log(msg) { + var level = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "debug"; + var log2 = this.opt.log; + if (!this.opt.debug) { + return; + } + if ((typeof log2 === "undefined" ? "undefined" : _typeof(log2)) === "object" && typeof log2[level] === "function") { + log2[level]("mark.js: " + msg); + } + } + }, { + key: "escapeStr", + value: function escapeStr(str) { + return str.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&"); + } + }, { + key: "createRegExp", + value: function createRegExp(str) { + if (this.opt.wildcards !== "disabled") { + str = this.setupWildcardsRegExp(str); + } + str = this.escapeStr(str); + if (Object.keys(this.opt.synonyms).length) { + str = this.createSynonymsRegExp(str); + } + if (this.opt.ignoreJoiners || this.opt.ignorePunctuation.length) { + str = this.setupIgnoreJoinersRegExp(str); + } + if (this.opt.diacritics) { + str = this.createDiacriticsRegExp(str); + } + str = this.createMergedBlanksRegExp(str); + if (this.opt.ignoreJoiners || this.opt.ignorePunctuation.length) { + str = this.createJoinersRegExp(str); + } + if (this.opt.wildcards !== "disabled") { + str = this.createWildcardsRegExp(str); + } + str = this.createAccuracyRegExp(str); + return str; + } + }, { + key: "createSynonymsRegExp", + value: function createSynonymsRegExp(str) { + var syn = this.opt.synonyms, sens = this.opt.caseSensitive ? "" : "i", joinerPlaceholder = this.opt.ignoreJoiners || this.opt.ignorePunctuation.length ? "\0" : ""; + for (var index in syn) { + if (syn.hasOwnProperty(index)) { + var value = syn[index], k1 = this.opt.wildcards !== "disabled" ? this.setupWildcardsRegExp(index) : this.escapeStr(index), k2 = this.opt.wildcards !== "disabled" ? this.setupWildcardsRegExp(value) : this.escapeStr(value); + if (k1 !== "" && k2 !== "") { + str = str.replace(new RegExp("(" + this.escapeStr(k1) + "|" + this.escapeStr(k2) + ")", "gm" + sens), joinerPlaceholder + ("(" + this.processSynomyms(k1) + "|") + (this.processSynomyms(k2) + ")") + joinerPlaceholder); + } + } + } + return str; + } + }, { + key: "processSynomyms", + value: function processSynomyms(str) { + if (this.opt.ignoreJoiners || this.opt.ignorePunctuation.length) { + str = this.setupIgnoreJoinersRegExp(str); + } + return str; + } + }, { + key: "setupWildcardsRegExp", + value: function setupWildcardsRegExp(str) { + str = str.replace(/(?:\\)*\?/g, function(val) { + return val.charAt(0) === "\\" ? "?" : ""; + }); + return str.replace(/(?:\\)*\*/g, function(val) { + return val.charAt(0) === "\\" ? "*" : ""; + }); + } + }, { + key: "createWildcardsRegExp", + value: function createWildcardsRegExp(str) { + var spaces = this.opt.wildcards === "withSpaces"; + return str.replace(/\u0001/g, spaces ? "[\\S\\s]?" : "\\S?").replace(/\u0002/g, spaces ? "[\\S\\s]*?" : "\\S*"); + } + }, { + key: "setupIgnoreJoinersRegExp", + value: function setupIgnoreJoinersRegExp(str) { + return str.replace(/[^(|)\\]/g, function(val, indx, original) { + var nextChar = original.charAt(indx + 1); + if (/[(|)\\]/.test(nextChar) || nextChar === "") { + return val; + } else { + return val + "\0"; + } + }); + } + }, { + key: "createJoinersRegExp", + value: function createJoinersRegExp(str) { + var joiner = []; + var ignorePunctuation = this.opt.ignorePunctuation; + if (Array.isArray(ignorePunctuation) && ignorePunctuation.length) { + joiner.push(this.escapeStr(ignorePunctuation.join(""))); + } + if (this.opt.ignoreJoiners) { + joiner.push("\\u00ad\\u200b\\u200c\\u200d"); + } + return joiner.length ? str.split(/\u0000+/).join("[" + joiner.join("") + "]*") : str; + } + }, { + key: "createDiacriticsRegExp", + value: function createDiacriticsRegExp(str) { + var sens = this.opt.caseSensitive ? "" : "i", dct = this.opt.caseSensitive ? ["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105", "A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104", "c\xE7\u0107\u010D", "C\xC7\u0106\u010C", "d\u0111\u010F", "D\u0110\u010E", "e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119", "E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118", "i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012B", "I\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A", "l\u0142", "L\u0141", "n\xF1\u0148\u0144", "N\xD1\u0147\u0143", "o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014D", "O\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C", "r\u0159", "R\u0158", "s\u0161\u015B\u0219\u015F", "S\u0160\u015A\u0218\u015E", "t\u0165\u021B\u0163", "T\u0164\u021A\u0162", "u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016B", "U\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A", "y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFF", "Y\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178", "z\u017E\u017C\u017A", "Z\u017D\u017B\u0179"] : ["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104", "c\xE7\u0107\u010DC\xC7\u0106\u010C", "d\u0111\u010FD\u0110\u010E", "e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118", "i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012BI\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A", "l\u0142L\u0141", "n\xF1\u0148\u0144N\xD1\u0147\u0143", "o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014DO\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C", "r\u0159R\u0158", "s\u0161\u015B\u0219\u015FS\u0160\u015A\u0218\u015E", "t\u0165\u021B\u0163T\u0164\u021A\u0162", "u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016BU\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A", "y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFFY\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178", "z\u017E\u017C\u017AZ\u017D\u017B\u0179"]; + var handled = []; + str.split("").forEach(function(ch) { + dct.every(function(dct2) { + if (dct2.indexOf(ch) !== -1) { + if (handled.indexOf(dct2) > -1) { + return false; + } + str = str.replace(new RegExp("[" + dct2 + "]", "gm" + sens), "[" + dct2 + "]"); + handled.push(dct2); + } + return true; + }); + }); + return str; + } + }, { + key: "createMergedBlanksRegExp", + value: function createMergedBlanksRegExp(str) { + return str.replace(/[\s]+/gmi, "[\\s]+"); + } + }, { + key: "createAccuracyRegExp", + value: function createAccuracyRegExp(str) { + var _this = this; + var chars = "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF"; + var acc = this.opt.accuracy, val = typeof acc === "string" ? acc : acc.value, ls = typeof acc === "string" ? [] : acc.limiters, lsJoin = ""; + ls.forEach(function(limiter) { + lsJoin += "|" + _this.escapeStr(limiter); + }); + switch (val) { + case "partially": + default: + return "()(" + str + ")"; + case "complementary": + lsJoin = "\\s" + (lsJoin ? lsJoin : this.escapeStr(chars)); + return "()([^" + lsJoin + "]*" + str + "[^" + lsJoin + "]*)"; + case "exactly": + return "(^|\\s" + lsJoin + ")(" + str + ")(?=$|\\s" + lsJoin + ")"; + } + } + }, { + key: "getSeparatedKeywords", + value: function getSeparatedKeywords(sv) { + var _this2 = this; + var stack = []; + sv.forEach(function(kw) { + if (!_this2.opt.separateWordSearch) { + if (kw.trim() && stack.indexOf(kw) === -1) { + stack.push(kw); + } + } else { + kw.split(" ").forEach(function(kwSplitted) { + if (kwSplitted.trim() && stack.indexOf(kwSplitted) === -1) { + stack.push(kwSplitted); + } + }); + } + }); + return { + "keywords": stack.sort(function(a, b) { + return b.length - a.length; + }), + "length": stack.length + }; + } + }, { + key: "isNumeric", + value: function isNumeric(value) { + return Number(parseFloat(value)) == value; + } + }, { + key: "checkRanges", + value: function checkRanges(array) { + var _this3 = this; + if (!Array.isArray(array) || Object.prototype.toString.call(array[0]) !== "[object Object]") { + this.log("markRanges() will only accept an array of objects"); + this.opt.noMatch(array); + return []; + } + var stack = []; + var last = 0; + array.sort(function(a, b) { + return a.start - b.start; + }).forEach(function(item) { + var _callNoMatchOnInvalid = _this3.callNoMatchOnInvalidRanges(item, last), start = _callNoMatchOnInvalid.start, end = _callNoMatchOnInvalid.end, valid = _callNoMatchOnInvalid.valid; + if (valid) { + item.start = start; + item.length = end - start; + stack.push(item); + last = end; + } + }); + return stack; + } + }, { + key: "callNoMatchOnInvalidRanges", + value: function callNoMatchOnInvalidRanges(range, last) { + var start = void 0, end = void 0, valid = false; + if (range && typeof range.start !== "undefined") { + start = parseInt(range.start, 10); + end = start + parseInt(range.length, 10); + if (this.isNumeric(range.start) && this.isNumeric(range.length) && end - last > 0 && end - start > 0) { + valid = true; + } else { + this.log("Ignoring invalid or overlapping range: " + ("" + JSON.stringify(range))); + this.opt.noMatch(range); + } + } else { + this.log("Ignoring invalid range: " + JSON.stringify(range)); + this.opt.noMatch(range); + } + return { + start, + end, + valid + }; + } + }, { + key: "checkWhitespaceRanges", + value: function checkWhitespaceRanges(range, originalLength, string) { + var end = void 0, valid = true, max = string.length, offset = originalLength - max, start = parseInt(range.start, 10) - offset; + start = start > max ? max : start; + end = start + parseInt(range.length, 10); + if (end > max) { + end = max; + this.log("End range automatically set to the max value of " + max); + } + if (start < 0 || end - start < 0 || start > max || end > max) { + valid = false; + this.log("Invalid range: " + JSON.stringify(range)); + this.opt.noMatch(range); + } else if (string.substring(start, end).replace(/\s+/g, "") === "") { + valid = false; + this.log("Skipping whitespace only range: " + JSON.stringify(range)); + this.opt.noMatch(range); + } + return { + start, + end, + valid + }; + } + }, { + key: "getTextNodes", + value: function getTextNodes(cb) { + var _this4 = this; + var val = "", nodes = []; + this.iterator.forEachNode(NodeFilter.SHOW_TEXT, function(node) { + nodes.push({ + start: val.length, + end: (val += node.textContent).length, + node + }); + }, function(node) { + if (_this4.matchesExclude(node.parentNode)) { + return NodeFilter.FILTER_REJECT; + } else { + return NodeFilter.FILTER_ACCEPT; + } + }, function() { + cb({ + value: val, + nodes + }); + }); + } + }, { + key: "matchesExclude", + value: function matchesExclude(el) { + return DOMIterator.matches(el, this.opt.exclude.concat(["script", "style", "title", "head", "html"])); + } + }, { + key: "wrapRangeInTextNode", + value: function wrapRangeInTextNode(node, start, end) { + var hEl = !this.opt.element ? "mark" : this.opt.element, startNode = node.splitText(start), ret = startNode.splitText(end - start); + var repl = document.createElement(hEl); + repl.setAttribute("data-markjs", "true"); + if (this.opt.className) { + repl.setAttribute("class", this.opt.className); + } + repl.textContent = startNode.textContent; + startNode.parentNode.replaceChild(repl, startNode); + return ret; + } + }, { + key: "wrapRangeInMappedTextNode", + value: function wrapRangeInMappedTextNode(dict, start, end, filterCb, eachCb) { + var _this5 = this; + dict.nodes.every(function(n, i) { + var sibl = dict.nodes[i + 1]; + if (typeof sibl === "undefined" || sibl.start > start) { + if (!filterCb(n.node)) { + return false; + } + var s = start - n.start, e = (end > n.end ? n.end : end) - n.start, startStr = dict.value.substr(0, n.start), endStr = dict.value.substr(e + n.start); + n.node = _this5.wrapRangeInTextNode(n.node, s, e); + dict.value = startStr + endStr; + dict.nodes.forEach(function(k, j) { + if (j >= i) { + if (dict.nodes[j].start > 0 && j !== i) { + dict.nodes[j].start -= e; + } + dict.nodes[j].end -= e; + } + }); + end -= e; + eachCb(n.node.previousSibling, n.start); + if (end > n.end) { + start = n.end; + } else { + return false; + } + } + return true; + }); + } + }, { + key: "wrapMatches", + value: function wrapMatches(regex, ignoreGroups, filterCb, eachCb, endCb) { + var _this6 = this; + var matchIdx = ignoreGroups === 0 ? 0 : ignoreGroups + 1; + this.getTextNodes(function(dict) { + dict.nodes.forEach(function(node) { + node = node.node; + var match = void 0; + while ((match = regex.exec(node.textContent)) !== null && match[matchIdx] !== "") { + if (!filterCb(match[matchIdx], node)) { + continue; + } + var pos = match.index; + if (matchIdx !== 0) { + for (var i = 1; i < matchIdx; i++) { + pos += match[i].length; + } + } + node = _this6.wrapRangeInTextNode(node, pos, pos + match[matchIdx].length); + eachCb(node.previousSibling); + regex.lastIndex = 0; + } + }); + endCb(); + }); + } + }, { + key: "wrapMatchesAcrossElements", + value: function wrapMatchesAcrossElements(regex, ignoreGroups, filterCb, eachCb, endCb) { + var _this7 = this; + var matchIdx = ignoreGroups === 0 ? 0 : ignoreGroups + 1; + this.getTextNodes(function(dict) { + var match = void 0; + while ((match = regex.exec(dict.value)) !== null && match[matchIdx] !== "") { + var start = match.index; + if (matchIdx !== 0) { + for (var i = 1; i < matchIdx; i++) { + start += match[i].length; + } + } + var end = start + match[matchIdx].length; + _this7.wrapRangeInMappedTextNode(dict, start, end, function(node) { + return filterCb(match[matchIdx], node); + }, function(node, lastIndex) { + regex.lastIndex = lastIndex; + eachCb(node); + }); + } + endCb(); + }); + } + }, { + key: "wrapRangeFromIndex", + value: function wrapRangeFromIndex(ranges, filterCb, eachCb, endCb) { + var _this8 = this; + this.getTextNodes(function(dict) { + var originalLength = dict.value.length; + ranges.forEach(function(range, counter) { + var _checkWhitespaceRange = _this8.checkWhitespaceRanges(range, originalLength, dict.value), start = _checkWhitespaceRange.start, end = _checkWhitespaceRange.end, valid = _checkWhitespaceRange.valid; + if (valid) { + _this8.wrapRangeInMappedTextNode(dict, start, end, function(node) { + return filterCb(node, range, dict.value.substring(start, end), counter); + }, function(node) { + eachCb(node, range); + }); + } + }); + endCb(); + }); + } + }, { + key: "unwrapMatches", + value: function unwrapMatches(node) { + var parent = node.parentNode; + var docFrag = document.createDocumentFragment(); + while (node.firstChild) { + docFrag.appendChild(node.removeChild(node.firstChild)); + } + parent.replaceChild(docFrag, node); + if (!this.ie) { + parent.normalize(); + } else { + this.normalizeTextNode(parent); + } + } + }, { + key: "normalizeTextNode", + value: function normalizeTextNode(node) { + if (!node) { + return; + } + if (node.nodeType === 3) { + while (node.nextSibling && node.nextSibling.nodeType === 3) { + node.nodeValue += node.nextSibling.nodeValue; + node.parentNode.removeChild(node.nextSibling); + } + } else { + this.normalizeTextNode(node.firstChild); + } + this.normalizeTextNode(node.nextSibling); + } + }, { + key: "markRegExp", + value: function markRegExp(regexp, opt) { + var _this9 = this; + this.opt = opt; + this.log('Searching with expression "' + regexp + '"'); + var totalMatches = 0, fn = "wrapMatches"; + var eachCb = function eachCb2(element) { + totalMatches++; + _this9.opt.each(element); + }; + if (this.opt.acrossElements) { + fn = "wrapMatchesAcrossElements"; + } + this[fn](regexp, this.opt.ignoreGroups, function(match, node) { + return _this9.opt.filter(node, match, totalMatches); + }, eachCb, function() { + if (totalMatches === 0) { + _this9.opt.noMatch(regexp); + } + _this9.opt.done(totalMatches); + }); + } + }, { + key: "mark", + value: function mark(sv, opt) { + var _this10 = this; + this.opt = opt; + var totalMatches = 0, fn = "wrapMatches"; + var _getSeparatedKeywords = this.getSeparatedKeywords(typeof sv === "string" ? [sv] : sv), kwArr = _getSeparatedKeywords.keywords, kwArrLen = _getSeparatedKeywords.length, sens = this.opt.caseSensitive ? "" : "i", handler = function handler2(kw) { + var regex = new RegExp(_this10.createRegExp(kw), "gm" + sens), matches = 0; + _this10.log('Searching with expression "' + regex + '"'); + _this10[fn](regex, 1, function(term, node) { + return _this10.opt.filter(node, kw, totalMatches, matches); + }, function(element) { + matches++; + totalMatches++; + _this10.opt.each(element); + }, function() { + if (matches === 0) { + _this10.opt.noMatch(kw); + } + if (kwArr[kwArrLen - 1] === kw) { + _this10.opt.done(totalMatches); + } else { + handler2(kwArr[kwArr.indexOf(kw) + 1]); + } + }); + }; + if (this.opt.acrossElements) { + fn = "wrapMatchesAcrossElements"; + } + if (kwArrLen === 0) { + this.opt.done(totalMatches); + } else { + handler(kwArr[0]); + } + } + }, { + key: "markRanges", + value: function markRanges(rawRanges, opt) { + var _this11 = this; + this.opt = opt; + var totalMatches = 0, ranges = this.checkRanges(rawRanges); + if (ranges && ranges.length) { + this.log("Starting to mark with the following ranges: " + JSON.stringify(ranges)); + this.wrapRangeFromIndex(ranges, function(node, range, match, counter) { + return _this11.opt.filter(node, range, match, counter); + }, function(element, range) { + totalMatches++; + _this11.opt.each(element, range); + }, function() { + _this11.opt.done(totalMatches); + }); + } else { + this.opt.done(totalMatches); + } + } + }, { + key: "unmark", + value: function unmark(opt) { + var _this12 = this; + this.opt = opt; + var sel = this.opt.element ? this.opt.element : "*"; + sel += "[data-markjs]"; + if (this.opt.className) { + sel += "." + this.opt.className; + } + this.log('Removal selector "' + sel + '"'); + this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT, function(node) { + _this12.unwrapMatches(node); + }, function(node) { + var matchesSel = DOMIterator.matches(node, sel), matchesExclude = _this12.matchesExclude(node); + if (!matchesSel || matchesExclude) { + return NodeFilter.FILTER_REJECT; + } else { + return NodeFilter.FILTER_ACCEPT; + } + }, this.opt.done); + } + }, { + key: "opt", + set: function set$$1(val) { + this._opt = _extends({}, { + "element": "", + "className": "", + "exclude": [], + "iframes": false, + "iframesTimeout": 5e3, + "separateWordSearch": true, + "diacritics": true, + "synonyms": {}, + "accuracy": "partially", + "acrossElements": false, + "caseSensitive": false, + "ignoreJoiners": false, + "ignoreGroups": 0, + "ignorePunctuation": [], + "wildcards": "disabled", + "each": function each() { + }, + "noMatch": function noMatch() { + }, + "filter": function filter() { + return true; + }, + "done": function done() { + }, + "debug": false, + "log": window.console + }, val); + }, + get: function get$$1() { + return this._opt; + } + }, { + key: "iterator", + get: function get$$1() { + return new DOMIterator(this.ctx, this.opt.iframes, this.opt.exclude, this.opt.iframesTimeout); + } + }]); + return Mark3; + }(); + function Mark2(ctx) { + var _this = this; + var instance = new Mark$1(ctx); + this.mark = function(sv, opt) { + instance.mark(sv, opt); + return _this; + }; + this.markRegExp = function(sv, opt) { + instance.markRegExp(sv, opt); + return _this; + }; + this.markRanges = function(sv, opt) { + instance.markRanges(sv, opt); + return _this; + }; + this.unmark = function(opt) { + instance.unmark(opt); + return _this; + }; + return this; + } + return Mark2; + }); + } +}); + +// lib/highlight.ts +var import_mark = __toESM(require_mark(), 1); +var PagefindHighlight = class { + constructor(options = { + markContext: null, + highlightParam: "pagefind-highlight", + markOptions: { + className: "pagefind-highlight", + exclude: ["[data-pagefind-ignore]", "[data-pagefind-ignore] *"] + }, + addStyles: true + }) { + var _a, _b; + const { highlightParam, markContext, markOptions, addStyles } = options; + this.highlightParam = highlightParam ?? "pagefind-highlight"; + this.addStyles = addStyles ?? true; + this.markContext = markContext !== void 0 ? markContext : null; + this.markOptions = markOptions !== void 0 ? markOptions : { + className: "pagefind-highlight", + exclude: ["[data-pagefind-ignore]", "[data-pagefind-ignore] *"] + }; + (_a = this.markOptions).className ?? (_a.className = "pagefind__highlight"); + (_b = this.markOptions).exclude ?? (_b.exclude = [ + "[data-pagefind-ignore]", + "[data-pagefind-ignore] *" + ]); + this.markOptions.separateWordSearch = false; + this.highlight(); + } + getHighlightParams(paramName) { + const urlParams = new URLSearchParams(window.location.search); + return urlParams.getAll(paramName); + } + // Inline styles might be too hard to override + addHighlightStyles(className) { + if (!className) + return; + const styleElement = document.createElement("style"); + styleElement.innerText = `:where(.${className}) { background-color: yellow; color: black; }`; + document.head.appendChild(styleElement); + } + createMarkInstance() { + if (this.markContext) { + return new import_mark.default(this.markContext); + } + const pagefindBody = document.querySelectorAll("[data-pagefind-body]"); + if (pagefindBody.length !== 0) { + return new import_mark.default(pagefindBody); + } else { + return new import_mark.default(document.body); + } + } + markText(instance, text) { + instance.mark(text, this.markOptions); + } + highlight() { + const params = this.getHighlightParams(this.highlightParam); + if (!params || params.length === 0) + return; + this.addStyles && this.addHighlightStyles(this.markOptions.className); + const markInstance = this.createMarkInstance(); + this.markText(markInstance, params); + } +}; +window.PagefindHighlight = PagefindHighlight; +export { + PagefindHighlight as default +}; +/*! Bundled license information: + +mark.js/dist/mark.js: + (*!*************************************************** + * mark.js v8.11.1 + * https://markjs.io/ + * Copyright (c) 2014–2018, Julian Kühnel + * Released under the MIT license https://git.io/vwTVl + *****************************************************) +*/ diff --git a/public/pagefind/pagefind-modular-ui.css b/public/pagefind/pagefind-modular-ui.css new file mode 100644 index 00000000..9c6793ed --- /dev/null +++ b/public/pagefind/pagefind-modular-ui.css @@ -0,0 +1,214 @@ +:root { + --pagefind-ui-scale: 0.8; + --pagefind-ui-primary: #034AD8; + --pagefind-ui-fade: #707070; + --pagefind-ui-text: #393939; + --pagefind-ui-background: #ffffff; + --pagefind-ui-border: #eeeeee; + --pagefind-ui-tag: #eeeeee; + --pagefind-ui-border-width: 2px; + --pagefind-ui-border-radius: 8px; + --pagefind-ui-image-border-radius: 8px; + --pagefind-ui-image-box-ratio: 3 / 2; + --pagefind-ui-font: system, -apple-system, ".SFNSText-Regular", + "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", + "Lucida Grande", sans-serif; +} + +[data-pfmod-hidden] { + display: none !important; +} + +[data-pfmod-suppressed] { + opacity: 0 !important; + pointer-events: none !important; +} + +[data-pfmod-sr-hidden] { + -webkit-clip: rect(0 0 0 0) !important; + clip: rect(0 0 0 0) !important; + -webkit-clip-path: inset(100%) !important; + clip-path: inset(100%) !important; + height: 1px !important; + overflow: hidden !important; + overflow: clip !important; + position: absolute !important; + white-space: nowrap !important; + width: 1px !important; +} + +[data-pfmod-loading] { + color: var(--pagefind-ui-text); + background-color: var(--pagefind-ui-text); + border-radius: var(--pagefind-ui-border-radius); + opacity: 0.1; + pointer-events: none; +} + +/* Input */ + +.pagefind-modular-input-wrapper { + position: relative; +} + +.pagefind-modular-input-wrapper::before { + background-color: var(--pagefind-ui-text); + width: calc(18px * var(--pagefind-ui-scale)); + height: calc(18px * var(--pagefind-ui-scale)); + top: calc(23px * var(--pagefind-ui-scale)); + left: calc(20px * var(--pagefind-ui-scale)); + content: ""; + position: absolute; + display: block; + opacity: 0.7; + -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7549 11.255H11.9649L11.6849 10.985C12.6649 9.845 13.2549 8.365 13.2549 6.755C13.2549 3.165 10.3449 0.255005 6.75488 0.255005C3.16488 0.255005 0.254883 3.165 0.254883 6.755C0.254883 10.345 3.16488 13.255 6.75488 13.255C8.36488 13.255 9.84488 12.665 10.9849 11.685L11.2549 11.965V12.755L16.2549 17.745L17.7449 16.255L12.7549 11.255ZM6.75488 11.255C4.26488 11.255 2.25488 9.245 2.25488 6.755C2.25488 4.26501 4.26488 2.255 6.75488 2.255C9.24488 2.255 11.2549 4.26501 11.2549 6.755C11.2549 9.245 9.24488 11.255 6.75488 11.255Z' fill='%23000000'/%3E%3C/svg%3E%0A"); + mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7549 11.255H11.9649L11.6849 10.985C12.6649 9.845 13.2549 8.365 13.2549 6.755C13.2549 3.165 10.3449 0.255005 6.75488 0.255005C3.16488 0.255005 0.254883 3.165 0.254883 6.755C0.254883 10.345 3.16488 13.255 6.75488 13.255C8.36488 13.255 9.84488 12.665 10.9849 11.685L11.2549 11.965V12.755L16.2549 17.745L17.7449 16.255L12.7549 11.255ZM6.75488 11.255C4.26488 11.255 2.25488 9.245 2.25488 6.755C2.25488 4.26501 4.26488 2.255 6.75488 2.255C9.24488 2.255 11.2549 4.26501 11.2549 6.755C11.2549 9.245 9.24488 11.255 6.75488 11.255Z' fill='%23000000'/%3E%3C/svg%3E%0A"); + -webkit-mask-size: 100%; + mask-size: 100%; + z-index: 9; + pointer-events: none; +} + +.pagefind-modular-input { + height: calc(64px * var(--pagefind-ui-scale)); + padding: 0 calc(70px * var(--pagefind-ui-scale)) 0 calc(54px * var(--pagefind-ui-scale)); + background-color: var(--pagefind-ui-background); + border: var(--pagefind-ui-border-width) solid var(--pagefind-ui-border); + border-radius: var(--pagefind-ui-border-radius); + font-size: calc(21px * var(--pagefind-ui-scale)); + position: relative; + appearance: none; + -webkit-appearance: none; + display: flex; + width: 100%; + box-sizing: border-box; + font-weight: 700; +} + +.pagefind-modular-input::placeholder { + opacity: 0.2; +} + +.pagefind-modular-input-clear { + position: absolute; + top: calc(2px * var(--pagefind-ui-scale)); + right: calc(2px * var(--pagefind-ui-scale)); + height: calc(60px * var(--pagefind-ui-scale)); + border-radius: var(--pagefind-ui-border-radius); + padding: 0 calc(15px * var(--pagefind-ui-scale)) 0 calc(2px * var(--pagefind-ui-scale)); + color: var(--pagefind-ui-text); + font-size: calc(14px * var(--pagefind-ui-scale)); + cursor: pointer; + background-color: var(--pagefind-ui-background); + border: none; + appearance: none; +} + +/* ResultList */ + +.pagefind-modular-list-result { + list-style-type: none; + display: flex; + align-items: flex-start; + gap: min(calc(40px * var(--pagefind-ui-scale)), 3%); + padding: calc(30px * var(--pagefind-ui-scale)) 0 calc(40px * var(--pagefind-ui-scale)); + border-top: solid var(--pagefind-ui-border-width) var(--pagefind-ui-border); +} + +.pagefind-modular-list-result:last-of-type { + border-bottom: solid var(--pagefind-ui-border-width) var(--pagefind-ui-border); +} + +.pagefind-modular-list-thumb { + width: min(30%, + calc((30% - (100px * var(--pagefind-ui-scale))) * 100000)); + max-width: calc(120px * var(--pagefind-ui-scale)); + margin-top: calc(10px * var(--pagefind-ui-scale)); + aspect-ratio: var(--pagefind-ui-image-box-ratio); + position: relative; +} + +.pagefind-modular-list-image { + display: block; + position: absolute; + left: 50%; + transform: translateX(-50%); + font-size: 0; + width: auto; + height: auto; + max-width: 100%; + max-height: 100%; + border-radius: var(--pagefind-ui-image-border-radius); +} + +.pagefind-modular-list-inner { + flex: 1; + display: flex; + flex-direction: column; + align-items: flex-start; + margin-top: calc(10px * var(--pagefind-ui-scale)); +} + +.pagefind-modular-list-title { + display: inline-block; + font-weight: 700; + font-size: calc(21px * var(--pagefind-ui-scale)); + margin-top: 0; + margin-bottom: 0; +} + +.pagefind-modular-list-link { + color: var(--pagefind-ui-text); + text-decoration: none; +} + +.pagefind-modular-list-link:hover { + text-decoration: underline; +} + +.pagefind-modular-list-excerpt { + display: inline-block; + font-weight: 400; + font-size: calc(16px * var(--pagefind-ui-scale)); + margin-top: calc(4px * var(--pagefind-ui-scale)); + margin-bottom: 0; + min-width: calc(250px * var(--pagefind-ui-scale)); +} + +/* FilterPills */ + +.pagefind-modular-filter-pills-wrapper { + overflow-x: scroll; + padding: 15px 0; +} + +.pagefind-modular-filter-pills { + display: flex; + gap: 6px; +} + +.pagefind-modular-filter-pill { + display: flex; + justify-content: center; + align-items: center; + border: none; + appearance: none; + padding: 0 calc(24px * var(--pagefind-ui-scale)); + background-color: var(--pagefind-ui-background); + color: var(--pagefind-ui-fade); + border: var(--pagefind-ui-border-width) solid var(--pagefind-ui-border); + border-radius: calc(25px * var(--pagefind-ui-scale)); + font-size: calc(18px * var(--pagefind-ui-scale)); + height: calc(50px * var(--pagefind-ui-scale)); + cursor: pointer; + white-space: nowrap; +} + +.pagefind-modular-filter-pill:hover { + border-color: var(--pagefind-ui-primary); +} + +.pagefind-modular-filter-pill[aria-pressed="true"] { + border-color: var(--pagefind-ui-primary); + color: var(--pagefind-ui-primary); +} \ No newline at end of file diff --git a/public/pagefind/pagefind-modular-ui.js b/public/pagefind/pagefind-modular-ui.js new file mode 100644 index 00000000..93019091 --- /dev/null +++ b/public/pagefind/pagefind-modular-ui.js @@ -0,0 +1,8 @@ +(()=>{var b=Object.defineProperty;var w=(i,e)=>{for(var t in e)b(i,t,{get:e[t],enumerable:!0})};var f={};w(f,{FilterPills:()=>h,Input:()=>l,Instance:()=>p,ResultList:()=>a,Summary:()=>o});var r=class i{constructor(e){this.element=document.createElement(e)}id(e){return this.element.id=e,this}class(e){return this.element.classList.add(e),this}attrs(e){for(let[t,s]of Object.entries(e))this.element.setAttribute(t,s);return this}text(e){return this.element.innerText=e,this}html(e){return this.element.innerHTML=e,this}handle(e,t){return this.element.addEventListener(e,t),this}addTo(e){return e instanceof i?e.element.appendChild(this.element):e.appendChild(this.element),this.element}};var T=async(i=100)=>new Promise(e=>setTimeout(e,i)),l=class{constructor(e={}){if(this.inputEl=null,this.clearEl=null,this.instance=null,this.searchID=0,this.debounceTimeoutMs=e.debounceTimeoutMs??300,e.inputElement){if(e.containerElement){console.warn("[Pagefind Input component]: inputElement and containerElement both supplied. Ignoring the container option.");return}this.initExisting(e.inputElement)}else if(e.containerElement)this.initContainer(e.containerElement);else{console.error("[Pagefind Input component]: No selector supplied for containerElement or inputElement");return}this.inputEl.addEventListener("input",async t=>{if(this.instance&&typeof t?.target?.value=="string"){this.updateState(t.target.value);let s=++this.searchID;if(await T(this.debounceTimeoutMs),s!==this.searchID)return null;this.instance?.triggerSearch(t.target.value)}}),this.inputEl.addEventListener("keydown",t=>{t.key==="Escape"&&(++this.searchID,this.inputEl.value="",this.instance?.triggerSearch(""),this.updateState("")),t.key==="Enter"&&t.preventDefault()}),this.inputEl.addEventListener("focus",()=>{this.instance?.triggerLoad()})}initContainer(e){let t=document.querySelector(e);if(!t){console.error(`[Pagefind Input component]: No container found for ${e} selector`);return}if(t.tagName==="INPUT")console.warn(`[Pagefind Input component]: Encountered input element for ${e} when a container was expected`),console.warn("[Pagefind Input component]: Treating containerElement option as inputElement and proceeding"),this.initExisting(e);else{t.innerHTML="";let s=0;for(;document.querySelector(`#pfmod-input-${s}`);)s+=1;let n=new r("form").class("pagefind-modular-input-wrapper").attrs({role:"search","aria-label":"Search this site",action:"javascript:void(0);"});new r("label").attrs({for:`pfmod-input-${s}`,"data-pfmod-sr-hidden":"true"}).text("Search this site").addTo(n),this.inputEl=new r("input").id(`pfmod-input-${s}`).class("pagefind-modular-input").attrs({autocapitalize:"none",enterkeyhint:"search"}).addTo(n),this.clearEl=new r("button").class("pagefind-modular-input-clear").attrs({"data-pfmod-suppressed":"true"}).text("Clear").handle("click",()=>{this.inputEl.value="",this.instance.triggerSearch(""),this.updateState("")}).addTo(n),n.addTo(t)}}initExisting(e){let t=document.querySelector(e);if(!t){console.error(`[Pagefind Input component]: No input element found for ${e} selector`);return}if(t.tagName!=="INPUT"){console.error(`[Pagefind Input component]: Expected ${e} to be an element`);return}this.inputEl=t}updateState(e){this.clearEl&&(e&&e?.length?this.clearEl.removeAttribute("data-pfmod-suppressed"):this.clearEl.setAttribute("data-pfmod-suppressed","true"))}register(e){this.instance=e,this.instance.on("search",(t,s)=>{this.inputEl&&document.activeElement!==this.inputEl&&(this.inputEl.value=t,this.updateState(t))})}focus(){this.inputEl&&this.inputEl.focus()}};var g=i=>{if(i instanceof Element)return[i];if(Array.isArray(i)&&i.every(e=>e instanceof Element))return i;if(typeof i=="string"||i instanceof String){let e=document.createElement("div");return e.innerHTML=i,[...e.childNodes]}else return console.error(`[Pagefind ResultList component]: Expected template function to return an HTML element or string, got ${typeof i}`),[]},v=()=>{let i=(e=30)=>". ".repeat(Math.floor(10+Math.random()*e));return`
  • +
    +
    +

    ${i(30)}

    +

    ${i(40)}

    +
    +
  • `},y=i=>{let e=new r("li").class("pagefind-modular-list-result"),t=new r("div").class("pagefind-modular-list-thumb").addTo(e);i?.meta?.image&&new r("img").class("pagefind-modular-list-image").attrs({src:i.meta.image,alt:i.meta.image_alt||i.meta.title}).addTo(t);let s=new r("div").class("pagefind-modular-list-inner").addTo(e),n=new r("p").class("pagefind-modular-list-title").addTo(s);return new r("a").class("pagefind-modular-list-link").text(i.meta?.title).attrs({href:i.meta?.url||i.url}).addTo(n),new r("p").class("pagefind-modular-list-excerpt").html(i.excerpt).addTo(s),e.element},E=i=>{if(!(i instanceof HTMLElement))return null;let e=window.getComputedStyle(i).overflowY;return e!=="visible"&&e!=="hidden"?i:E(i.parentNode)},d=class{constructor(e={}){this.rawResult=e.result,this.placeholderNodes=e.placeholderNodes,this.resultFn=e.resultFn,this.intersectionEl=e.intersectionEl,this.result=null,this.waitForIntersection()}waitForIntersection(){if(!this.placeholderNodes?.length)return;let e={root:this.intersectionEl,rootMargin:"0px",threshold:.01};new IntersectionObserver((s,n)=>{this.result===null&&s?.[0]?.isIntersecting&&(this.load(),n.disconnect())},e).observe(this.placeholderNodes[0])}async load(){if(!this.placeholderNodes?.length)return;this.result=await this.rawResult.data();let e=this.resultFn(this.result),t=g(e);for(;this.placeholderNodes.length>1;)this.placeholderNodes.pop().remove();this.placeholderNodes[0].replaceWith(...t)}},a=class{constructor(e){if(this.intersectionEl=document.body,this.containerEl=null,this.results=[],this.placeholderTemplate=e.placeholderTemplate??v,this.resultTemplate=e.resultTemplate??y,e.containerElement)this.initContainer(e.containerElement);else{console.error("[Pagefind ResultList component]: No selector supplied for containerElement");return}}initContainer(e){let t=document.querySelector(e);if(!t){console.error(`[Pagefind ResultList component]: No container found for ${e} selector`);return}this.containerEl=t}append(e){for(let t of e)this.containerEl.appendChild(t)}register(e){e.on("results",t=>{this.containerEl&&(this.containerEl.innerHTML="",this.intersectionEl=E(this.containerEl),this.results=t.results.map(s=>{let n=g(this.placeholderTemplate());return this.append(n),new d({result:s,placeholderNodes:n,resultFn:this.resultTemplate,intersectionEl:this.intersectionEl})}))}),e.on("loading",()=>{this.containerEl&&(this.containerEl.innerHTML="")})}};var o=class{constructor(e={}){if(this.containerEl=null,this.defaultMessage=e.defaultMessage??"",this.term="",e.containerElement)this.initContainer(e.containerElement);else{console.error("[Pagefind Summary component]: No selector supplied for containerElement");return}}initContainer(e){let t=document.querySelector(e);if(!t){console.error(`[Pagefind Summary component]: No container found for ${e} selector`);return}this.containerEl=t,this.containerEl.innerText=this.defaultMessage}register(e){e.on("search",(t,s)=>{this.term=t}),e.on("results",t=>{if(!this.containerEl||!t)return;if(!this.term){this.containerEl.innerText=this.defaultMessage;return}let s=t?.results?.length??0;this.containerEl.innerText=`${s} result${s===1?"":"s"} for ${this.term}`}),e.on("loading",()=>{this.containerEl&&(this.containerEl.innerText=`Searching for ${this.term}...`)})}};var h=class{constructor(e={}){if(this.instance=null,this.wrapper=null,this.pillContainer=null,this.available={},this.selected=["All"],this.total=0,this.filterMemo="",this.filter=e.filter,this.ordering=e.ordering??null,this.alwaysShow=e.alwaysShow??!1,this.selectMultiple=e.selectMultiple??!1,!this.filter?.length){console.error("[Pagefind FilterPills component]: No filter option supplied, nothing to display");return}if(e.containerElement)this.initContainer(e.containerElement);else{console.error("[Pagefind FilterPills component]: No selector supplied for containerElement");return}}initContainer(e){let t=document.querySelector(e);if(!t){console.error(`[Pagefind FilterPills component]: No container found for ${e} selector`);return}t.innerHTML="";let s=`pagefind_modular_filter_pills_${this.filter}`,n=new r("div").class("pagefind-modular-filter-pills-wrapper").attrs({role:"group","aria-labelledby":s});this.alwaysShow||n.attrs({"data-pfmod-hidden":!0}),new r("div").id(s).class("pagefind-modular-filter-pills-label").attrs({"data-pfmod-sr-hidden":!0}).text(`Filter results by ${this.filter}`).addTo(n),this.pillContainer=new r("div").class("pagefind-modular-filter-pills").addTo(n),this.wrapper=n.addTo(t)}update(){let e=this.available.map(t=>t[0]).join("~");e==this.filterMemo?this.updateExisting():(this.renderNew(),this.filterMemo=e)}pushFilters(){let e=this.selected.filter(t=>t!=="All");this.instance.triggerFilter(this.filter,e)}pillInner(e,t){return this.total?`${e} (${t})`:`${e}`}renderNew(){this.available.forEach(([e,t])=>{new r("button").class("pagefind-modular-filter-pill").html(this.pillInner(e,t)).attrs({"aria-pressed":this.selected.includes(e),type:"button"}).handle("click",()=>{e==="All"?this.selected=["All"]:this.selected.includes(e)?this.selected=this.selected.filter(s=>s!==e):this.selectMultiple?this.selected.push(e):this.selected=[e],this.selected?.length?this.selected?.length>1&&(this.selected=this.selected.filter(s=>s!=="All")):this.selected=["All"],this.update(),this.pushFilters()}).addTo(this.pillContainer)})}updateExisting(){let e=[...this.pillContainer.childNodes];this.available.forEach(([t,s],n)=>{e[n].innerHTML=this.pillInner(t,s),e[n].setAttribute("aria-pressed",this.selected.includes(t))})}register(e){this.instance=e,this.instance.on("filters",t=>{if(!this.pillContainer)return;this.selectMultiple?t=t.available:t=t.total;let s=t[this.filter];if(!s){console.warn(`[Pagefind FilterPills component]: No possible values found for the ${this.filter} filter`);return}this.available=Object.entries(s),Array.isArray(this.ordering)?this.available.sort((n,c)=>{let m=this.ordering.indexOf(n[0]),_=this.ordering.indexOf(c[0]);return(m===-1?1/0:m)-(_===-1?1/0:_)}):this.available.sort((n,c)=>n[0].localeCompare(c[0])),this.available.unshift(["All",this.total]),this.update()}),e.on("results",t=>{this.pillContainer&&(this.total=t?.unfilteredResultCount||0,this.available?.[0]?.[0]==="All"&&(this.available[0][1]=this.total),this.total||this.alwaysShow?this.wrapper.removeAttribute("data-pfmod-hidden"):this.wrapper.setAttribute("data-pfmod-hidden","true"),this.update())})}};var F=async(i=50)=>await new Promise(e=>setTimeout(e,i)),u;try{u=new URL(document.currentScript.src).pathname.match(/^(.*\/)(?:pagefind-)?modular-ui.js.*$/)[1]}catch{u="/pagefind/"}var p=class{constructor(e={}){this.__pagefind__=null,this.__initializing__=null,this.__searchID__=0,this.__hooks__={search:[],filters:[],loading:[],results:[]},this.components=[],this.searchTerm="",this.searchFilters={},this.searchResult={},this.availableFilters=null,this.totalFilters=null,this.options={bundlePath:e.bundlePath??u,mergeIndex:e.mergeIndex??[]},delete e.bundlePath,delete e.resetStyles,delete e.processResult,delete e.processTerm,delete e.debounceTimeoutMs,delete e.mergeIndex,delete e.translations,this.pagefindOptions=e}add(e){e?.register?.(this),this.components.push(e)}on(e,t){if(!this.__hooks__[e]){let s=Object.keys(this.__hooks__).join(", ");console.error(`[Pagefind Composable]: Unknown event type ${e}. Supported events: [${s}]`);return}if(typeof t!="function"){console.error(`[Pagefind Composable]: Expected callback to be a function, received ${typeof t}`);return}this.__hooks__[e].push(t)}triggerLoad(){this.__load__()}triggerSearch(e){this.searchTerm=e,this.__dispatch__("search",e,this.searchFilters),this.__search__(e,this.searchFilters)}triggerSearchWithFilters(e,t){this.searchTerm=e,this.searchFilters=t,this.__dispatch__("search",e,t),this.__search__(e,t)}triggerFilters(e){this.searchFilters=e,this.__dispatch__("search",this.searchTerm,e),this.__search__(this.searchTerm,e)}triggerFilter(e,t){this.searchFilters=this.searchFilters||{},this.searchFilters[e]=t,this.__dispatch__("search",this.searchTerm,this.searchFilters),this.__search__(this.searchTerm,this.searchFilters)}__dispatch__(e,...t){this.__hooks__[e]?.forEach(s=>s?.(...t))}async __clear__(){this.__dispatch__("results",{results:[],unfilteredTotalCount:0}),this.availableFilters=await this.__pagefind__.filters(),this.totalFilters=this.availableFilters,this.__dispatch__("filters",{available:this.availableFilters,total:this.totalFilters})}async __search__(e,t){this.__dispatch__("loading"),await this.__load__();let s=++this.__searchID__;if(!e||!e.length)return this.__clear__();let n=await this.__pagefind__.search(e,{filters:t});n&&this.__searchID__===s&&(n.filters&&Object.keys(n.filters)?.length&&(this.availableFilters=n.filters,this.totalFilters=n.totalFilters,this.__dispatch__("filters",{available:this.availableFilters,total:this.totalFilters})),this.searchResult=n,this.__dispatch__("results",this.searchResult))}async __load__(){if(this.__initializing__){for(;!this.__pagefind__;)await F(50);return}if(this.__initializing__=!0,!this.__pagefind__){let e;try{e=await import(`${this.options.bundlePath}pagefind.js`)}catch(t){console.error(t),console.error([`Pagefind couldn't be loaded from ${this.options.bundlePath}pagefind.js`,"You can configure this by passing a bundlePath option to PagefindComposable Instance",`[DEBUG: Loaded from ${document?.currentScript?.src??"no known script location"}]`].join(` +`))}await e.options(this.pagefindOptions||{});for(let t of this.options.mergeIndex){if(!t.bundlePath)throw new Error("mergeIndex requires a bundlePath parameter");let s=t.bundlePath;delete t.bundlePath,await e.mergeIndex(s,t)}this.__pagefind__=e}this.availableFilters=await this.__pagefind__.filters(),this.totalFilters=this.availableFilters,this.__dispatch__("filters",{available:this.availableFilters,total:this.totalFilters})}};window.PagefindModularUI=f;})(); diff --git a/public/pagefind/pagefind-ui.css b/public/pagefind/pagefind-ui.css new file mode 100644 index 00000000..d7984a98 --- /dev/null +++ b/public/pagefind/pagefind-ui.css @@ -0,0 +1 @@ +.pagefind-ui__result.svelte-j9e30.svelte-j9e30{list-style-type:none;display:flex;align-items:flex-start;gap:min(calc(40px * var(--pagefind-ui-scale)),3%);padding:calc(30px * var(--pagefind-ui-scale)) 0 calc(40px * var(--pagefind-ui-scale));border-top:solid var(--pagefind-ui-border-width) var(--pagefind-ui-border)}.pagefind-ui__result.svelte-j9e30.svelte-j9e30:last-of-type{border-bottom:solid var(--pagefind-ui-border-width) var(--pagefind-ui-border)}.pagefind-ui__result-thumb.svelte-j9e30.svelte-j9e30{width:min(30%,calc((30% - (100px * var(--pagefind-ui-scale))) * 100000));max-width:calc(120px * var(--pagefind-ui-scale));margin-top:calc(10px * var(--pagefind-ui-scale));aspect-ratio:var(--pagefind-ui-image-box-ratio);position:relative}.pagefind-ui__result-image.svelte-j9e30.svelte-j9e30{display:block;position:absolute;left:50%;transform:translate(-50%);font-size:0;width:auto;height:auto;max-width:100%;max-height:100%;border-radius:var(--pagefind-ui-image-border-radius)}.pagefind-ui__result-inner.svelte-j9e30.svelte-j9e30{flex:1;display:flex;flex-direction:column;align-items:flex-start;margin-top:calc(10px * var(--pagefind-ui-scale))}.pagefind-ui__result-title.svelte-j9e30.svelte-j9e30{display:inline-block;font-weight:700;font-size:calc(21px * var(--pagefind-ui-scale));margin-top:0;margin-bottom:0}.pagefind-ui__result-title.svelte-j9e30 .pagefind-ui__result-link.svelte-j9e30{color:var(--pagefind-ui-text);text-decoration:none}.pagefind-ui__result-title.svelte-j9e30 .pagefind-ui__result-link.svelte-j9e30:hover{text-decoration:underline}.pagefind-ui__result-excerpt.svelte-j9e30.svelte-j9e30{display:inline-block;font-weight:400;font-size:calc(16px * var(--pagefind-ui-scale));margin-top:calc(4px * var(--pagefind-ui-scale));margin-bottom:0;min-width:calc(250px * var(--pagefind-ui-scale))}.pagefind-ui__loading.svelte-j9e30.svelte-j9e30{color:var(--pagefind-ui-text);background-color:var(--pagefind-ui-text);border-radius:var(--pagefind-ui-border-radius);opacity:.1;pointer-events:none}.pagefind-ui__result-tags.svelte-j9e30.svelte-j9e30{list-style-type:none;padding:0;display:flex;gap:calc(20px * var(--pagefind-ui-scale));flex-wrap:wrap;margin-top:calc(20px * var(--pagefind-ui-scale))}.pagefind-ui__result-tag.svelte-j9e30.svelte-j9e30{padding:calc(4px * var(--pagefind-ui-scale)) calc(8px * var(--pagefind-ui-scale));font-size:calc(14px * var(--pagefind-ui-scale));border-radius:var(--pagefind-ui-border-radius);background-color:var(--pagefind-ui-tag)}.pagefind-ui__result.svelte-4xnkmf.svelte-4xnkmf{list-style-type:none;display:flex;align-items:flex-start;gap:min(calc(40px * var(--pagefind-ui-scale)),3%);padding:calc(30px * var(--pagefind-ui-scale)) 0 calc(40px * var(--pagefind-ui-scale));border-top:solid var(--pagefind-ui-border-width) var(--pagefind-ui-border)}.pagefind-ui__result.svelte-4xnkmf.svelte-4xnkmf:last-of-type{border-bottom:solid var(--pagefind-ui-border-width) var(--pagefind-ui-border)}.pagefind-ui__result-nested.svelte-4xnkmf.svelte-4xnkmf{display:flex;flex-direction:column;padding-left:calc(20px * var(--pagefind-ui-scale))}.pagefind-ui__result-nested.svelte-4xnkmf.svelte-4xnkmf:first-of-type{padding-top:calc(10px * var(--pagefind-ui-scale))}.pagefind-ui__result-nested.svelte-4xnkmf .pagefind-ui__result-link.svelte-4xnkmf{font-size:.9em;position:relative}.pagefind-ui__result-nested.svelte-4xnkmf .pagefind-ui__result-link.svelte-4xnkmf:before{content:"\2937 ";position:absolute;top:0;right:calc(100% + .1em)}.pagefind-ui__result-thumb.svelte-4xnkmf.svelte-4xnkmf{width:min(30%,calc((30% - (100px * var(--pagefind-ui-scale))) * 100000));max-width:calc(120px * var(--pagefind-ui-scale));margin-top:calc(10px * var(--pagefind-ui-scale));aspect-ratio:var(--pagefind-ui-image-box-ratio);position:relative}.pagefind-ui__result-image.svelte-4xnkmf.svelte-4xnkmf{display:block;position:absolute;left:50%;transform:translate(-50%);font-size:0;width:auto;height:auto;max-width:100%;max-height:100%;border-radius:var(--pagefind-ui-image-border-radius)}.pagefind-ui__result-inner.svelte-4xnkmf.svelte-4xnkmf{flex:1;display:flex;flex-direction:column;align-items:flex-start;margin-top:calc(10px * var(--pagefind-ui-scale))}.pagefind-ui__result-title.svelte-4xnkmf.svelte-4xnkmf{display:inline-block;font-weight:700;font-size:calc(21px * var(--pagefind-ui-scale));margin-top:0;margin-bottom:0}.pagefind-ui__result-title.svelte-4xnkmf .pagefind-ui__result-link.svelte-4xnkmf{color:var(--pagefind-ui-text);text-decoration:none}.pagefind-ui__result-title.svelte-4xnkmf .pagefind-ui__result-link.svelte-4xnkmf:hover{text-decoration:underline}.pagefind-ui__result-excerpt.svelte-4xnkmf.svelte-4xnkmf{display:inline-block;font-weight:400;font-size:calc(16px * var(--pagefind-ui-scale));margin-top:calc(4px * var(--pagefind-ui-scale));margin-bottom:0;min-width:calc(250px * var(--pagefind-ui-scale))}.pagefind-ui__loading.svelte-4xnkmf.svelte-4xnkmf{color:var(--pagefind-ui-text);background-color:var(--pagefind-ui-text);border-radius:var(--pagefind-ui-border-radius);opacity:.1;pointer-events:none}.pagefind-ui__result-tags.svelte-4xnkmf.svelte-4xnkmf{list-style-type:none;padding:0;display:flex;gap:calc(20px * var(--pagefind-ui-scale));flex-wrap:wrap;margin-top:calc(20px * var(--pagefind-ui-scale))}.pagefind-ui__result-tag.svelte-4xnkmf.svelte-4xnkmf{padding:calc(4px * var(--pagefind-ui-scale)) calc(8px * var(--pagefind-ui-scale));font-size:calc(14px * var(--pagefind-ui-scale));border-radius:var(--pagefind-ui-border-radius);background-color:var(--pagefind-ui-tag)}legend.svelte-1v2r7ls.svelte-1v2r7ls{position:absolute;clip:rect(0 0 0 0)}.pagefind-ui__filter-panel.svelte-1v2r7ls.svelte-1v2r7ls{min-width:min(calc(260px * var(--pagefind-ui-scale)),100%);flex:1;display:flex;flex-direction:column;margin-top:calc(20px * var(--pagefind-ui-scale))}.pagefind-ui__filter-group.svelte-1v2r7ls.svelte-1v2r7ls{border:0;padding:0}.pagefind-ui__filter-block.svelte-1v2r7ls.svelte-1v2r7ls{padding:0;display:block;border-bottom:solid calc(2px * var(--pagefind-ui-scale)) var(--pagefind-ui-border);padding:calc(20px * var(--pagefind-ui-scale)) 0}.pagefind-ui__filter-name.svelte-1v2r7ls.svelte-1v2r7ls{font-size:calc(16px * var(--pagefind-ui-scale));position:relative;display:flex;align-items:center;list-style:none;font-weight:700;cursor:pointer;height:calc(24px * var(--pagefind-ui-scale))}.pagefind-ui__filter-name.svelte-1v2r7ls.svelte-1v2r7ls::-webkit-details-marker{display:none}.pagefind-ui__filter-name.svelte-1v2r7ls.svelte-1v2r7ls:after{position:absolute;content:"";right:calc(6px * var(--pagefind-ui-scale));top:50%;width:calc(8px * var(--pagefind-ui-scale));height:calc(8px * var(--pagefind-ui-scale));border:solid calc(2px * var(--pagefind-ui-scale)) currentColor;border-right:0;border-top:0;transform:translateY(-70%) rotate(-45deg)}.pagefind-ui__filter-block[open].svelte-1v2r7ls .pagefind-ui__filter-name.svelte-1v2r7ls:after{transform:translateY(-70%) rotate(-225deg)}.pagefind-ui__filter-group.svelte-1v2r7ls.svelte-1v2r7ls{display:flex;flex-direction:column;gap:calc(20px * var(--pagefind-ui-scale));padding-top:calc(30px * var(--pagefind-ui-scale))}.pagefind-ui__filter-value.svelte-1v2r7ls.svelte-1v2r7ls{position:relative;display:flex;align-items:center;gap:calc(8px * var(--pagefind-ui-scale))}.pagefind-ui__filter-value.svelte-1v2r7ls.svelte-1v2r7ls:before{position:absolute;content:"";top:50%;left:calc(8px * var(--pagefind-ui-scale));width:0px;height:0px;border:solid 1px #fff;opacity:0;transform:translate(calc(4.5px * var(--pagefind-ui-scale) * -1),calc(.8px * var(--pagefind-ui-scale))) skew(-5deg) rotate(-45deg);transform-origin:top left;border-top:0;border-right:0;pointer-events:none}.pagefind-ui__filter-value.pagefind-ui__filter-value--checked.svelte-1v2r7ls.svelte-1v2r7ls:before{opacity:1;width:calc(9px * var(--pagefind-ui-scale));height:calc(4px * var(--pagefind-ui-scale));transition:width .1s ease-out .1s,height .1s ease-in}.pagefind-ui__filter-checkbox.svelte-1v2r7ls.svelte-1v2r7ls{margin:0;width:calc(16px * var(--pagefind-ui-scale));height:calc(16px * var(--pagefind-ui-scale));border:solid 1px var(--pagefind-ui-border);appearance:none;-webkit-appearance:none;border-radius:calc(var(--pagefind-ui-border-radius) / 2);background-color:var(--pagefind-ui-background);cursor:pointer}.pagefind-ui__filter-checkbox.svelte-1v2r7ls.svelte-1v2r7ls:checked{background-color:var(--pagefind-ui-primary);border:solid 1px var(--pagefind-ui-primary)}.pagefind-ui__filter-label.svelte-1v2r7ls.svelte-1v2r7ls{cursor:pointer;font-size:calc(16px * var(--pagefind-ui-scale));font-weight:400}.pagefind-ui--reset *:where(:not(html,iframe,canvas,img,svg,video):not(svg *,symbol *)){all:unset;display:revert;outline:revert}.pagefind-ui--reset *,.pagefind-ui--reset *:before,.pagefind-ui--reset *:after{box-sizing:border-box}.pagefind-ui--reset a,.pagefind-ui--reset button{cursor:revert}.pagefind-ui--reset ol,.pagefind-ui--reset ul,.pagefind-ui--reset menu{list-style:none}.pagefind-ui--reset img{max-width:100%}.pagefind-ui--reset table{border-collapse:collapse}.pagefind-ui--reset input,.pagefind-ui--reset textarea{-webkit-user-select:auto}.pagefind-ui--reset textarea{white-space:revert}.pagefind-ui--reset meter{-webkit-appearance:revert;appearance:revert}.pagefind-ui--reset ::placeholder{color:unset}.pagefind-ui--reset :where([hidden]){display:none}.pagefind-ui--reset :where([contenteditable]:not([contenteditable="false"])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}.pagefind-ui--reset :where([draggable="true"]){-webkit-user-drag:element}.pagefind-ui--reset mark{all:revert}:root{--pagefind-ui-scale:.8;--pagefind-ui-primary:#393939;--pagefind-ui-text:#393939;--pagefind-ui-background:#ffffff;--pagefind-ui-border:#eeeeee;--pagefind-ui-tag:#eeeeee;--pagefind-ui-border-width:2px;--pagefind-ui-border-radius:8px;--pagefind-ui-image-border-radius:8px;--pagefind-ui-image-box-ratio:3 / 2;--pagefind-ui-font:system, -apple-system, "BlinkMacSystemFont", ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", "Ubuntu", "arial", sans-serif}.pagefind-ui.svelte-e9gkc3{width:100%;color:var(--pagefind-ui-text);font-family:var(--pagefind-ui-font)}.pagefind-ui__hidden.svelte-e9gkc3{display:none!important}.pagefind-ui__suppressed.svelte-e9gkc3{opacity:0;pointer-events:none}.pagefind-ui__form.svelte-e9gkc3{position:relative}.pagefind-ui__form.svelte-e9gkc3:before{background-color:var(--pagefind-ui-text);width:calc(18px * var(--pagefind-ui-scale));height:calc(18px * var(--pagefind-ui-scale));top:calc(23px * var(--pagefind-ui-scale));left:calc(20px * var(--pagefind-ui-scale));content:"";position:absolute;display:block;opacity:.7;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7549 11.255H11.9649L11.6849 10.985C12.6649 9.845 13.2549 8.365 13.2549 6.755C13.2549 3.165 10.3449 0.255005 6.75488 0.255005C3.16488 0.255005 0.254883 3.165 0.254883 6.755C0.254883 10.345 3.16488 13.255 6.75488 13.255C8.36488 13.255 9.84488 12.665 10.9849 11.685L11.2549 11.965V12.755L16.2549 17.745L17.7449 16.255L12.7549 11.255ZM6.75488 11.255C4.26488 11.255 2.25488 9.245 2.25488 6.755C2.25488 4.26501 4.26488 2.255 6.75488 2.255C9.24488 2.255 11.2549 4.26501 11.2549 6.755C11.2549 9.245 9.24488 11.255 6.75488 11.255Z' fill='%23000000'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7549 11.255H11.9649L11.6849 10.985C12.6649 9.845 13.2549 8.365 13.2549 6.755C13.2549 3.165 10.3449 0.255005 6.75488 0.255005C3.16488 0.255005 0.254883 3.165 0.254883 6.755C0.254883 10.345 3.16488 13.255 6.75488 13.255C8.36488 13.255 9.84488 12.665 10.9849 11.685L11.2549 11.965V12.755L16.2549 17.745L17.7449 16.255L12.7549 11.255ZM6.75488 11.255C4.26488 11.255 2.25488 9.245 2.25488 6.755C2.25488 4.26501 4.26488 2.255 6.75488 2.255C9.24488 2.255 11.2549 4.26501 11.2549 6.755C11.2549 9.245 9.24488 11.255 6.75488 11.255Z' fill='%23000000'/%3E%3C/svg%3E%0A");-webkit-mask-size:100%;mask-size:100%;z-index:9;pointer-events:none}.pagefind-ui__search-input.svelte-e9gkc3{height:calc(64px * var(--pagefind-ui-scale));padding:0 calc(70px * var(--pagefind-ui-scale)) 0 calc(54px * var(--pagefind-ui-scale));background-color:var(--pagefind-ui-background);border:var(--pagefind-ui-border-width) solid var(--pagefind-ui-border);border-radius:var(--pagefind-ui-border-radius);font-size:calc(21px * var(--pagefind-ui-scale));position:relative;appearance:none;-webkit-appearance:none;display:flex;width:100%;box-sizing:border-box;font-weight:700}.pagefind-ui__search-input.svelte-e9gkc3::placeholder{opacity:.2}.pagefind-ui__search-clear.svelte-e9gkc3{position:absolute;top:calc(3px * var(--pagefind-ui-scale));right:calc(3px * var(--pagefind-ui-scale));height:calc(58px * var(--pagefind-ui-scale));padding:0 calc(15px * var(--pagefind-ui-scale)) 0 calc(2px * var(--pagefind-ui-scale));color:var(--pagefind-ui-text);font-size:calc(14px * var(--pagefind-ui-scale));cursor:pointer;background-color:var(--pagefind-ui-background);border-radius:var(--pagefind-ui-border-radius)}.pagefind-ui__drawer.svelte-e9gkc3{gap:calc(60px * var(--pagefind-ui-scale));display:flex;flex-direction:row;flex-wrap:wrap}.pagefind-ui__results-area.svelte-e9gkc3{min-width:min(calc(400px * var(--pagefind-ui-scale)),100%);flex:1000;margin-top:calc(20px * var(--pagefind-ui-scale))}.pagefind-ui__results.svelte-e9gkc3{padding:0}.pagefind-ui__message.svelte-e9gkc3{box-sizing:content-box;font-size:calc(16px * var(--pagefind-ui-scale));height:calc(24px * var(--pagefind-ui-scale));padding:calc(20px * var(--pagefind-ui-scale)) 0;display:flex;align-items:center;font-weight:700;margin-top:0}.pagefind-ui__button.svelte-e9gkc3{margin-top:calc(40px * var(--pagefind-ui-scale));border:var(--pagefind-ui-border-width) solid var(--pagefind-ui-border);border-radius:var(--pagefind-ui-border-radius);height:calc(48px * var(--pagefind-ui-scale));padding:0 calc(12px * var(--pagefind-ui-scale));font-size:calc(16px * var(--pagefind-ui-scale));color:var(--pagefind-ui-primary);background:var(--pagefind-ui-background);width:100%;text-align:center;font-weight:700;cursor:pointer}.pagefind-ui__button.svelte-e9gkc3:hover{border-color:var(--pagefind-ui-primary);color:var(--pagefind-ui-primary);background:var(--pagefind-ui-background)} diff --git a/public/pagefind/pagefind-ui.js b/public/pagefind/pagefind-ui.js new file mode 100644 index 00000000..e964ecaf --- /dev/null +++ b/public/pagefind/pagefind-ui.js @@ -0,0 +1,2 @@ +(()=>{var is=Object.defineProperty;var v=(n,e)=>{for(var t in e)is(n,t,{get:e[t],enumerable:!0})};function j(){}function lt(n){return n()}function Qt(){return Object.create(null)}function V(n){n.forEach(lt)}function Ye(n){return typeof n=="function"}function G(n,e){return n!=n?e==e:n!==e||n&&typeof n=="object"||typeof n=="function"}var Ke;function le(n,e){return Ke||(Ke=document.createElement("a")),Ke.href=e,n===Ke.href}function xt(n){return Object.keys(n).length===0}var $t=typeof window<"u"?window:typeof globalThis<"u"?globalThis:global,fe=class{constructor(e){this.options=e,this._listeners="WeakMap"in $t?new WeakMap:void 0}observe(e,t){return this._listeners.set(e,t),this._getObserver().observe(e,this.options),()=>{this._listeners.delete(e),this._observer.unobserve(e)}}_getObserver(){var e;return(e=this._observer)!==null&&e!==void 0?e:this._observer=new ResizeObserver(t=>{var s;for(let r of t)fe.entries.set(r.target,r),(s=this._listeners.get(r.target))===null||s===void 0||s(r)})}};fe.entries="WeakMap"in $t?new WeakMap:void 0;var en=!1;function as(){en=!0}function os(){en=!1}function b(n,e){n.appendChild(e)}function y(n,e,t){n.insertBefore(e,t||null)}function C(n){n.parentNode&&n.parentNode.removeChild(n)}function Q(n,e){for(let t=0;tn.removeEventListener(e,t,s)}function p(n,e,t){t==null?n.removeAttribute(e):n.getAttribute(e)!==t&&n.setAttribute(e,t)}function cs(n){return Array.from(n.childNodes)}function N(n,e){e=""+e,n.data!==e&&(n.data=e)}function it(n,e){n.value=e??""}function W(n,e,t){n.classList[t?"add":"remove"](e)}var Xe=class{constructor(e=!1){this.is_svg=!1,this.is_svg=e,this.e=this.n=null}c(e){this.h(e)}m(e,t,s=null){this.e||(this.is_svg?this.e=us(t.nodeName):this.e=k(t.nodeType===11?"TEMPLATE":t.nodeName),this.t=t.tagName!=="TEMPLATE"?t:t.content,this.c(e)),this.i(s)}h(e){this.e.innerHTML=e,this.n=Array.from(this.e.nodeName==="TEMPLATE"?this.e.content.childNodes:this.e.childNodes)}i(e){for(let t=0;tn.indexOf(s)===-1?e.push(s):t.push(s)),t.forEach(s=>s()),se=e}var Je=new Set,ee;function ie(){ee={r:0,c:[],p:ee}}function ae(){ee.r||V(ee.c),ee=ee.p}function z(n,e){n&&n.i&&(Je.delete(n),n.i(e))}function I(n,e,t,s){if(n&&n.o){if(Je.has(n))return;Je.add(n),ee.c.push(()=>{Je.delete(n),s&&(t&&n.d(1),s())}),n.o(e)}else s&&s()}function rn(n,e){I(n,1,1,()=>{e.delete(n.key)})}function ln(n,e,t,s,r,l,i,a,o,h,_,f){let c=n.length,E=l.length,u=c,m={};for(;u--;)m[n[u].key]=u;let d=[],R=new Map,T=new Map,S=[];for(u=E;u--;){let F=f(r,l,u),U=t(F),P=i.get(U);P?s&&S.push(()=>P.p(F,e)):(P=h(U,F),P.c()),R.set(U,d[u]=P),U in m&&T.set(U,Math.abs(u-m[U]))}let w=new Set,B=new Set;function X(F){z(F,1),F.m(a,_),i.set(F.key,F),_=F.first,E--}for(;c&&E;){let F=d[E-1],U=n[c-1],P=F.key,Z=U.key;F===U?(_=F.first,c--,E--):R.has(Z)?!i.has(P)||w.has(P)?X(F):B.has(Z)?c--:T.get(P)>T.get(Z)?(B.add(P),X(F)):(w.add(Z),c--):(o(U,i),c--)}for(;c--;){let F=n[c];R.has(F.key)||o(F,i)}for(;E;)X(d[E-1]);return V(S),d}var ms=["allowfullscreen","allowpaymentrequest","async","autofocus","autoplay","checked","controls","default","defer","disabled","formnovalidate","hidden","inert","ismap","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected"],Fi=new Set([...ms]);function an(n,e,t){let s=n.$$.props[e];s!==void 0&&(n.$$.bound[s]=t,t(n.$$.ctx[s]))}function Ze(n){n&&n.c()}function he(n,e,t,s){let{fragment:r,after_update:l}=n.$$;r&&r.m(e,t),s||rt(()=>{let i=n.$$.on_mount.map(lt).filter(Ye);n.$$.on_destroy?n.$$.on_destroy.push(...i):V(i),n.$$.on_mount=[]}),l.forEach(rt)}function oe(n,e){let t=n.$$;t.fragment!==null&&(hs(t.after_update),V(t.on_destroy),t.fragment&&t.fragment.d(e),t.on_destroy=t.fragment=null,t.ctx=[])}function ps(n,e){n.$$.dirty[0]===-1&&(ne.push(n),fs(),n.$$.dirty.fill(0)),n.$$.dirty[e/31|0]|=1<{let u=E.length?E[0]:c;return h.ctx&&r(h.ctx[f],h.ctx[f]=u)&&(!h.skip_bound&&h.bound[f]&&h.bound[f](u),_&&ps(n,f)),c}):[],h.update(),_=!0,V(h.before_update),h.fragment=s?s(h.ctx):!1,e.target){if(e.hydrate){as();let f=cs(e.target);h.fragment&&h.fragment.l(f),f.forEach(C)}else h.fragment&&h.fragment.c();e.intro&&z(n.$$.fragment),he(n,e.target,e.anchor,e.customElement),os(),sn()}_e(o)}var gs;typeof HTMLElement=="function"&&(gs=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){let{on_mount:n}=this.$$;this.$$.on_disconnect=n.map(lt).filter(Ye);for(let e in this.$$.slotted)this.appendChild(this.$$.slotted[e])}attributeChangedCallback(n,e,t){this[n]=t}disconnectedCallback(){V(this.$$.on_disconnect)}$destroy(){oe(this,1),this.$destroy=j}$on(n,e){if(!Ye(e))return j;let t=this.$$.callbacks[n]||(this.$$.callbacks[n]=[]);return t.push(e),()=>{let s=t.indexOf(e);s!==-1&&t.splice(s,1)}}$set(n){this.$$set&&!xt(n)&&(this.$$.skip_bound=!0,this.$$set(n),this.$$.skip_bound=!1)}});var q=class{$destroy(){oe(this,1),this.$destroy=j}$on(e,t){if(!Ye(t))return j;let s=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return s.push(t),()=>{let r=s.indexOf(t);r!==-1&&s.splice(r,1)}}$set(e){this.$$set&&!xt(e)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}};function D(n){let e=typeof n=="string"?n.charCodeAt(0):n;return e>=97&&e<=122||e>=65&&e<=90}function $(n){let e=typeof n=="string"?n.charCodeAt(0):n;return e>=48&&e<=57}function Y(n){return D(n)||$(n)}var on=["art-lojban","cel-gaulish","no-bok","no-nyn","zh-guoyu","zh-hakka","zh-min","zh-min-nan","zh-xiang"];var ut={"en-gb-oed":"en-GB-oxendict","i-ami":"ami","i-bnn":"bnn","i-default":null,"i-enochian":null,"i-hak":"hak","i-klingon":"tlh","i-lux":"lb","i-mingo":null,"i-navajo":"nv","i-pwn":"pwn","i-tao":"tao","i-tay":"tay","i-tsu":"tsu","sgn-be-fr":"sfb","sgn-be-nl":"vgt","sgn-ch-de":"sgg","art-lojban":"jbo","cel-gaulish":null,"no-bok":"nb","no-nyn":"nn","zh-guoyu":"cmn","zh-hakka":"hak","zh-min":null,"zh-min-nan":"nan","zh-xiang":"hsn"};var Es={}.hasOwnProperty;function Qe(n,e={}){let t=un(),s=String(n),r=s.toLowerCase(),l=0;if(n==null)throw new Error("Expected string, got `"+n+"`");if(Es.call(ut,r)){let a=ut[r];return(e.normalize===void 0||e.normalize===null||e.normalize)&&typeof a=="string"?Qe(a):(t[on.includes(r)?"regular":"irregular"]=s,t)}for(;D(r.charCodeAt(l))&&l<9;)l++;if(l>1&&l<9){if(t.language=s.slice(0,l),l<4){let a=0;for(;r.charCodeAt(l)===45&&D(r.charCodeAt(l+1))&&D(r.charCodeAt(l+2))&&D(r.charCodeAt(l+3))&&!D(r.charCodeAt(l+4));){if(a>2)return i(l,3,"Too many extended language subtags, expected at most 3 subtags");t.extendedLanguageSubtags.push(s.slice(l+1,l+4)),l+=4,a++}}for(r.charCodeAt(l)===45&&D(r.charCodeAt(l+1))&&D(r.charCodeAt(l+2))&&D(r.charCodeAt(l+3))&&D(r.charCodeAt(l+4))&&!D(r.charCodeAt(l+5))&&(t.script=s.slice(l+1,l+5),l+=5),r.charCodeAt(l)===45&&(D(r.charCodeAt(l+1))&&D(r.charCodeAt(l+2))&&!D(r.charCodeAt(l+3))?(t.region=s.slice(l+1,l+3),l+=3):$(r.charCodeAt(l+1))&&$(r.charCodeAt(l+2))&&$(r.charCodeAt(l+3))&&!$(r.charCodeAt(l+4))&&(t.region=s.slice(l+1,l+4),l+=4));r.charCodeAt(l)===45;){let a=l+1,o=a;for(;Y(r.charCodeAt(o));){if(o-a>7)return i(o,1,"Too long variant, expected at most 8 characters");o++}if(o-a>4||o-a>3&&$(r.charCodeAt(a)))t.variants.push(s.slice(a,o)),l=o;else break}for(;r.charCodeAt(l)===45&&!(r.charCodeAt(l+1)===120||!Y(r.charCodeAt(l+1))||r.charCodeAt(l+2)!==45||!Y(r.charCodeAt(l+3)));){let a=l+2,o=0;for(;r.charCodeAt(a)===45&&Y(r.charCodeAt(a+1))&&Y(r.charCodeAt(a+2));){let h=a+1;for(a=h+2,o++;Y(r.charCodeAt(a));){if(a-h>7)return i(a,2,"Too long extension, expected at most 8 characters");a++}}if(!o)return i(a,4,"Empty extension, extensions must have at least 2 characters of content");t.extensions.push({singleton:s.charAt(l+1),extensions:s.slice(l+3,a).split("-")}),l=a}}else l=0;if(l===0&&r.charCodeAt(l)===120||r.charCodeAt(l)===45&&r.charCodeAt(l+1)===120){l=l?l+2:1;let a=l;for(;r.charCodeAt(a)===45&&Y(r.charCodeAt(a+1));){let o=l+1;for(a=o;Y(r.charCodeAt(a));){if(a-o>7)return i(a,5,"Too long private-use area, expected at most 8 characters");a++}t.privateuse.push(s.slice(l+1,a)),l=a}}if(l!==s.length)return i(l,6,"Found superfluous content after tag");return t;function i(a,o,h){return e.warning&&e.warning(h,o,a),e.forgiving?t:un()}}function un(){return{language:null,extendedLanguageSubtags:[],script:null,region:null,variants:[],extensions:[],privateuse:[],irregular:null,regular:null}}function cn(n,e,t){let s=n.slice();return s[8]=e[t][0],s[9]=e[t][1],s}function bs(n){let e,t,s,r,l,i=n[0]&&_n(n);return{c(){i&&i.c(),e=M(),t=k("div"),s=k("p"),s.textContent=`${n[3](30)}`,r=M(),l=k("p"),l.textContent=`${n[3](40)}`,p(s,"class","pagefind-ui__result-title pagefind-ui__loading svelte-j9e30"),p(l,"class","pagefind-ui__result-excerpt pagefind-ui__loading svelte-j9e30"),p(t,"class","pagefind-ui__result-inner svelte-j9e30")},m(a,o){i&&i.m(a,o),y(a,e,o),y(a,t,o),b(t,s),b(t,r),b(t,l)},p(a,o){a[0]?i||(i=_n(a),i.c(),i.m(e.parentNode,e)):i&&(i.d(1),i=null)},d(a){i&&i.d(a),a&&C(e),a&&C(t)}}}function Rs(n){let e,t,s,r,l=n[1].meta?.title+"",i,a,o,h,_=n[1].excerpt+"",f,c=n[0]&&fn(n),E=n[2].length&&hn(n);return{c(){c&&c.c(),e=M(),t=k("div"),s=k("p"),r=k("a"),i=A(l),o=M(),h=k("p"),f=M(),E&&E.c(),p(r,"class","pagefind-ui__result-link svelte-j9e30"),p(r,"href",a=n[1].meta?.url||n[1].url),p(s,"class","pagefind-ui__result-title svelte-j9e30"),p(h,"class","pagefind-ui__result-excerpt svelte-j9e30"),p(t,"class","pagefind-ui__result-inner svelte-j9e30")},m(u,m){c&&c.m(u,m),y(u,e,m),y(u,t,m),b(t,s),b(s,r),b(r,i),b(t,o),b(t,h),h.innerHTML=_,b(t,f),E&&E.m(t,null)},p(u,m){u[0]?c?c.p(u,m):(c=fn(u),c.c(),c.m(e.parentNode,e)):c&&(c.d(1),c=null),m&2&&l!==(l=u[1].meta?.title+"")&&N(i,l),m&2&&a!==(a=u[1].meta?.url||u[1].url)&&p(r,"href",a),m&2&&_!==(_=u[1].excerpt+"")&&(h.innerHTML=_),u[2].length?E?E.p(u,m):(E=hn(u),E.c(),E.m(t,null)):E&&(E.d(1),E=null)},d(u){c&&c.d(u),u&&C(e),u&&C(t),E&&E.d()}}}function _n(n){let e;return{c(){e=k("div"),p(e,"class","pagefind-ui__result-thumb pagefind-ui__loading svelte-j9e30")},m(t,s){y(t,e,s)},d(t){t&&C(e)}}}function fn(n){let e,t=n[1].meta.image&&dn(n);return{c(){e=k("div"),t&&t.c(),p(e,"class","pagefind-ui__result-thumb svelte-j9e30")},m(s,r){y(s,e,r),t&&t.m(e,null)},p(s,r){s[1].meta.image?t?t.p(s,r):(t=dn(s),t.c(),t.m(e,null)):t&&(t.d(1),t=null)},d(s){s&&C(e),t&&t.d()}}}function dn(n){let e,t,s;return{c(){e=k("img"),p(e,"class","pagefind-ui__result-image svelte-j9e30"),le(e.src,t=n[1].meta?.image)||p(e,"src",t),p(e,"alt",s=n[1].meta?.image_alt||n[1].meta?.title)},m(r,l){y(r,e,l)},p(r,l){l&2&&!le(e.src,t=r[1].meta?.image)&&p(e,"src",t),l&2&&s!==(s=r[1].meta?.image_alt||r[1].meta?.title)&&p(e,"alt",s)},d(r){r&&C(e)}}}function hn(n){let e,t=n[2],s=[];for(let r=0;rn.toLocaleUpperCase();function ks(n,e,t){let{show_images:s=!0}=e,{process_result:r=null}=e,{result:l={data:async()=>{}}}=e,i=["title","image","image_alt","url"],a,o=[],h=async f=>{t(1,a=await f.data()),t(1,a=r?.(a)??a),t(2,o=Object.entries(a.meta).filter(([c])=>!i.includes(c)))},_=(f=30)=>". ".repeat(Math.floor(10+Math.random()*f));return n.$$set=f=>{"show_images"in f&&t(0,s=f.show_images),"process_result"in f&&t(4,r=f.process_result),"result"in f&&t(5,l=f.result)},n.$$.update=()=>{if(n.$$.dirty&32)e:h(l)},[s,a,o,_,r,l]}var ct=class extends q{constructor(e){super(),J(this,e,ks,Ts,G,{show_images:0,process_result:4,result:5})}},gn=ct;function En(n,e,t){let s=n.slice();return s[11]=e[t][0],s[12]=e[t][1],s}function bn(n,e,t){let s=n.slice();return s[15]=e[t],s}function Cs(n){let e,t,s,r,l,i=n[0]&&Rn(n);return{c(){i&&i.c(),e=M(),t=k("div"),s=k("p"),s.textContent=`${n[5](30)}`,r=M(),l=k("p"),l.textContent=`${n[5](40)}`,p(s,"class","pagefind-ui__result-title pagefind-ui__loading svelte-4xnkmf"),p(l,"class","pagefind-ui__result-excerpt pagefind-ui__loading svelte-4xnkmf"),p(t,"class","pagefind-ui__result-inner svelte-4xnkmf")},m(a,o){i&&i.m(a,o),y(a,e,o),y(a,t,o),b(t,s),b(t,r),b(t,l)},p(a,o){a[0]?i||(i=Rn(a),i.c(),i.m(e.parentNode,e)):i&&(i.d(1),i=null)},d(a){i&&i.d(a),a&&C(e),a&&C(t)}}}function ys(n){let e,t,s,r,l=n[1].meta?.title+"",i,a,o,h,_,f=n[0]&&Tn(n),c=n[4]&&Cn(n),E=n[3],u=[];for(let d=0;dn.toLocaleUpperCase();function vs(n,e,t){let{show_images:s=!0}=e,{process_result:r=null}=e,{result:l={data:async()=>{}}}=e,i=["title","image","image_alt","url"],a,o=[],h=[],_=!1,f=(u,m)=>{if(u.length<=m)return u;let d=[...u].sort((R,T)=>T.locations.length-R.locations.length).slice(0,3).map(R=>R.url);return u.filter(R=>d.includes(R.url))},c=async u=>{t(1,a=await u.data()),t(1,a=r?.(a)??a),t(2,o=Object.entries(a.meta).filter(([m])=>!i.includes(m))),Array.isArray(a.sub_results)&&(t(4,_=a.sub_results?.[0]?.url===(a.meta?.url||a.url)),_?t(3,h=f(a.sub_results.slice(1),3)):t(3,h=f([...a.sub_results],3)))},E=(u=30)=>". ".repeat(Math.floor(10+Math.random()*u));return n.$$set=u=>{"show_images"in u&&t(0,s=u.show_images),"process_result"in u&&t(6,r=u.process_result),"result"in u&&t(7,l=u.result)},n.$$.update=()=>{if(n.$$.dirty&128)e:c(l)},[s,a,o,h,_,E,r,l]}var _t=class extends q{constructor(e){super(),J(this,e,vs,Ss,G,{show_images:0,process_result:6,result:7})}},An=_t;function wn(n,e,t){let s=n.slice();return s[9]=e[t][0],s[10]=e[t][1],s[11]=e,s[12]=t,s}function Fn(n,e,t){let s=n.slice();return s[13]=e[t][0],s[14]=e[t][1],s[15]=e,s[16]=t,s}function Hn(n){let e,t,s=n[3]("filters_label",n[4],n[5])+"",r,l,i=Object.entries(n[1]),a=[];for(let o=0;on.toLocaleUpperCase();function As(n,e,t){let{available_filters:s=null}=e,{show_empty_filters:r=!0}=e,{translate:l=()=>""}=e,{automatic_translations:i={}}=e,{translations:a={}}=e,o={},h=!1,_=!1;function f(c,E){o[`${c}:${E}`]=this.checked,t(0,o)}return n.$$set=c=>{"available_filters"in c&&t(1,s=c.available_filters),"show_empty_filters"in c&&t(2,r=c.show_empty_filters),"translate"in c&&t(3,l=c.translate),"automatic_translations"in c&&t(4,i=c.automatic_translations),"translations"in c&&t(5,a=c.translations)},n.$$.update=()=>{if(n.$$.dirty&130){e:if(s&&!h){t(7,h=!0);let c=Object.entries(s||{});c.length===1&&Object.entries(c[0][1])?.length<=6&&t(6,_=!0)}}},[o,s,r,l,i,a,_,h,f]}var ft=class extends q{constructor(e){super(),J(this,e,As,Ms,G,{available_filters:1,show_empty_filters:2,translate:3,automatic_translations:4,translations:5,selected_filters:0})}get selected_filters(){return this.$$.ctx[0]}},Dn=ft;var dt={};v(dt,{comments:()=>Fs,default:()=>Os,direction:()=>Hs,strings:()=>Ns,thanks_to:()=>ws});var ws="Jan Claasen ",Fs="",Hs="ltr",Ns={placeholder:"Soek",clear_search:"Opruim",load_more:"Laai nog resultate",search_label:"Soek hierdie webwerf",filters_label:"Filters",zero_results:"Geen resultate vir [SEARCH_TERM]",many_results:"[COUNT] resultate vir [SEARCH_TERM]",one_result:"[COUNT] resultate vir [SEARCH_TERM]",alt_search:"Geen resultate vir [SEARCH_TERM]. Toon resultate vir [DIFFERENT_TERM] in plaas daarvan",search_suggestion:"Geen resultate vir [SEARCH_TERM]. Probeer eerder een van die volgende terme:",searching:"Soek vir [SEARCH_TERM]"},Os={thanks_to:ws,comments:Fs,direction:Hs,strings:Ns};var ht={};v(ht,{comments:()=>zs,default:()=>Is,direction:()=>Ds,strings:()=>Us,thanks_to:()=>js});var js="Maruf Alom ",zs="",Ds="ltr",Us={placeholder:"\u0985\u09A8\u09C1\u09B8\u09A8\u09CD\u09A7\u09BE\u09A8 \u0995\u09B0\u09C1\u09A8",clear_search:"\u09AE\u09C1\u099B\u09C7 \u09AB\u09C7\u09B2\u09C1\u09A8",load_more:"\u0986\u09B0\u09CB \u09AB\u09B2\u09BE\u09AB\u09B2 \u09A6\u09C7\u0996\u09C1\u09A8",search_label:"\u098F\u0987 \u0993\u09DF\u09C7\u09AC\u09B8\u09BE\u0987\u099F\u09C7 \u0985\u09A8\u09C1\u09B8\u09A8\u09CD\u09A7\u09BE\u09A8 \u0995\u09B0\u09C1\u09A8",filters_label:"\u09AB\u09BF\u09B2\u09CD\u099F\u09BE\u09B0",zero_results:"[SEARCH_TERM] \u098F\u09B0 \u099C\u09A8\u09CD\u09AF \u0995\u09BF\u099B\u09C1 \u0996\u09C1\u0981\u099C\u09C7 \u09AA\u09BE\u0993\u09DF\u09BE \u09AF\u09BE\u09DF\u09A8\u09BF",many_results:"[COUNT]-\u099F\u09BF \u09AB\u09B2\u09BE\u09AB\u09B2 \u09AA\u09BE\u0993\u09DF\u09BE \u0997\u09BF\u09DF\u09C7\u099B\u09C7 [SEARCH_TERM] \u098F\u09B0 \u099C\u09A8\u09CD\u09AF",one_result:"[COUNT]-\u099F\u09BF \u09AB\u09B2\u09BE\u09AB\u09B2 \u09AA\u09BE\u0993\u09DF\u09BE \u0997\u09BF\u09DF\u09C7\u099B\u09C7 [SEARCH_TERM] \u098F\u09B0 \u099C\u09A8\u09CD\u09AF",alt_search:"\u0995\u09CB\u09A8 \u0995\u09BF\u099B\u09C1 \u0996\u09C1\u0981\u099C\u09C7 \u09AA\u09BE\u0993\u09DF\u09BE \u09AF\u09BE\u09DF\u09A8\u09BF [SEARCH_TERM] \u098F\u09B0 \u099C\u09A8\u09CD\u09AF. \u09AA\u09B0\u09BF\u09AC\u09B0\u09CD\u09A4\u09C7 [DIFFERENT_TERM] \u098F\u09B0 \u099C\u09A8\u09CD\u09AF \u09A6\u09C7\u0996\u09BE\u09A8\u09CB \u09B9\u099A\u09CD\u099B\u09C7",search_suggestion:"\u0995\u09CB\u09A8 \u0995\u09BF\u099B\u09C1 \u0996\u09C1\u0981\u099C\u09C7 \u09AA\u09BE\u0993\u09DF\u09BE \u09AF\u09BE\u09DF\u09A8\u09BF [SEARCH_TERM] \u098F\u09B0 \u09AC\u09BF\u09B7\u09DF\u09C7. \u09A8\u09BF\u09A8\u09CD\u09AE\u09C7\u09B0 \u09AC\u09BF\u09B7\u09DF\u09AC\u09B8\u09CD\u09A4\u09C1 \u0996\u09C1\u0981\u099C\u09C7 \u09A6\u09C7\u0996\u09C1\u09A8:",searching:"\u0985\u09A8\u09C1\u09B8\u09A8\u09CD\u09A7\u09BE\u09A8 \u099A\u09B2\u099B\u09C7 [SEARCH_TERM]..."},Is={thanks_to:js,comments:zs,direction:Ds,strings:Us};var mt={};v(mt,{comments:()=>Ls,default:()=>Ws,direction:()=>qs,strings:()=>Bs,thanks_to:()=>Ps});var Ps="Pablo Villaverde ",Ls="",qs="ltr",Bs={placeholder:"Cerca",clear_search:"Netejar",load_more:"Veure m\xE9es resultats",search_label:"Cerca en aquest lloc",filters_label:"Filtres",zero_results:"No es van trobar resultats per [SEARCH_TERM]",many_results:"[COUNT] resultats trobats per [SEARCH_TERM]",one_result:"[COUNT] resultat trobat per [SEARCH_TERM]",alt_search:"No es van trobar resultats per [SEARCH_TERM]. Mostrant al seu lloc resultats per [DIFFERENT_TERM]",search_suggestion:"No es van trobar resultats per [SEARCH_TERM]. Proveu una de les cerques seg\xFCents:",searching:"Cercant [SEARCH_TERM]..."},Ws={thanks_to:Ps,comments:Ls,direction:qs,strings:Bs};var pt={};v(pt,{comments:()=>Gs,default:()=>Ys,direction:()=>Ks,strings:()=>Js,thanks_to:()=>Vs});var Vs="Jonas Smedegaard ",Gs="",Ks="ltr",Js={placeholder:"S\xF8g",clear_search:"Nulstil",load_more:"Indl\xE6s flere resultater",search_label:"S\xF8g p\xE5 dette website",filters_label:"Filtre",zero_results:"Ingen resultater for [SEARCH_TERM]",many_results:"[COUNT] resultater for [SEARCH_TERM]",one_result:"[COUNT] resultat for [SEARCH_TERM]",alt_search:"Ingen resultater for [SEARCH_TERM]. Viser resultater for [DIFFERENT_TERM] i stedet",search_suggestion:"Ingen resultater for [SEARCH_TERM]. Pr\xF8v et af disse s\xF8geord i stedet:",searching:"S\xF8ger efter [SEARCH_TERM]..."},Ys={thanks_to:Vs,comments:Gs,direction:Ks,strings:Js};var gt={};v(gt,{comments:()=>Zs,default:()=>$s,direction:()=>Qs,strings:()=>xs,thanks_to:()=>Xs});var Xs="Jan Claasen ",Zs="",Qs="ltr",xs={placeholder:"Suche",clear_search:"L\xF6schen",load_more:"Mehr Ergebnisse laden",search_label:"Suche diese Seite",filters_label:"Filter",zero_results:"Keine Ergebnisse f\xFCr [SEARCH_TERM]",many_results:"[COUNT] Ergebnisse f\xFCr [SEARCH_TERM]",one_result:"[COUNT] Ergebnis f\xFCr [SEARCH_TERM]",alt_search:"Keine Ergebnisse f\xFCr [SEARCH_TERM]. Stattdessen werden Ergebnisse f\xFCr [DIFFERENT_TERM] angezeigt",search_suggestion:"Keine Ergebnisse f\xFCr [SEARCH_TERM]. Versuchen Sie eine der folgenden Suchen:",searching:"Suche f\xFCr [SEARCH_TERM]"},$s={thanks_to:Xs,comments:Zs,direction:Qs,strings:xs};var Et={};v(Et,{comments:()=>tr,default:()=>rr,direction:()=>nr,strings:()=>sr,thanks_to:()=>er});var er="Liam Bigelow ",tr="",nr="ltr",sr={placeholder:"Search",clear_search:"Clear",load_more:"Load more results",search_label:"Search this site",filters_label:"Filters",zero_results:"No results for [SEARCH_TERM]",many_results:"[COUNT] results for [SEARCH_TERM]",one_result:"[COUNT] result for [SEARCH_TERM]",alt_search:"No results for [SEARCH_TERM]. Showing results for [DIFFERENT_TERM] instead",search_suggestion:"No results for [SEARCH_TERM]. Try one of the following searches:",searching:"Searching for [SEARCH_TERM]..."},rr={thanks_to:er,comments:tr,direction:nr,strings:sr};var bt={};v(bt,{comments:()=>ir,default:()=>ur,direction:()=>ar,strings:()=>or,thanks_to:()=>lr});var lr="Pablo Villaverde ",ir="",ar="ltr",or={placeholder:"Buscar",clear_search:"Limpiar",load_more:"Ver m\xE1s resultados",search_label:"Buscar en este sitio",filters_label:"Filtros",zero_results:"No se encontraron resultados para [SEARCH_TERM]",many_results:"[COUNT] resultados encontrados para [SEARCH_TERM]",one_result:"[COUNT] resultado encontrado para [SEARCH_TERM]",alt_search:"No se encontraron resultados para [SEARCH_TERM]. Mostrando en su lugar resultados para [DIFFERENT_TERM]",search_suggestion:"No se encontraron resultados para [SEARCH_TERM]. Prueba una de las siguientes b\xFAsquedas:",searching:"Buscando [SEARCH_TERM]..."},ur={thanks_to:lr,comments:ir,direction:ar,strings:or};var Rt={};v(Rt,{comments:()=>_r,default:()=>hr,direction:()=>fr,strings:()=>dr,thanks_to:()=>cr});var cr="Valtteri Laitinen ",_r="",fr="ltr",dr={placeholder:"Haku",clear_search:"Tyhjenn\xE4",load_more:"Lataa lis\xE4\xE4 tuloksia",search_label:"Hae t\xE4lt\xE4 sivustolta",filters_label:"Suodattimet",zero_results:"Ei tuloksia haulle [SEARCH_TERM]",many_results:"[COUNT] tulosta haulle [SEARCH_TERM]",one_result:"[COUNT] tulos haulle [SEARCH_TERM]",alt_search:"Ei tuloksia haulle [SEARCH_TERM]. N\xE4ytet\xE4\xE4n tulokset sen sijaan haulle [DIFFERENT_TERM]",search_suggestion:"Ei tuloksia haulle [SEARCH_TERM]. Kokeile jotain seuraavista:",searching:"Haetaan [SEARCH_TERM]..."},hr={thanks_to:cr,comments:_r,direction:fr,strings:dr};var Tt={};v(Tt,{comments:()=>pr,default:()=>br,direction:()=>gr,strings:()=>Er,thanks_to:()=>mr});var mr="Nicolas Friedli ",pr="",gr="ltr",Er={placeholder:"Rechercher",clear_search:"Nettoyer",load_more:"Charger plus de r\xE9sultats",search_label:"Recherche sur ce site",filters_label:"Filtres",zero_results:"Pas de r\xE9sultat pour [SEARCH_TERM]",many_results:"[COUNT] r\xE9sultats pour [SEARCH_TERM]",one_result:"[COUNT] r\xE9sultat pour [SEARCH_TERM]",alt_search:"Pas de r\xE9sultat pour [SEARCH_TERM]. Montre les r\xE9sultats pour [DIFFERENT_TERM] \xE0 la place",search_suggestion:"Pas de r\xE9sultat pour [SEARCH_TERM]. Essayer une des recherches suivantes:",searching:"Recherche [SEARCH_TERM]..."},br={thanks_to:mr,comments:pr,direction:gr,strings:Er};var kt={};v(kt,{comments:()=>Tr,default:()=>yr,direction:()=>kr,strings:()=>Cr,thanks_to:()=>Rr});var Rr="Pablo Villaverde ",Tr="",kr="ltr",Cr={placeholder:"Buscar",clear_search:"Limpar",load_more:"Ver m\xE1is resultados",search_label:"Buscar neste sitio",filters_label:"Filtros",zero_results:"Non se atoparon resultados para [SEARCH_TERM]",many_results:"[COUNT] resultados atopados para [SEARCH_TERM]",one_result:"[COUNT] resultado atopado para [SEARCH_TERM]",alt_search:"Non se atoparon resultados para [SEARCH_TERM]. Amosando no seu lugar resultados para [DIFFERENT_TERM]",search_suggestion:"Non se atoparon resultados para [SEARCH_TERM]. Probe unha das seguintes pesquisas:",searching:"Buscando [SEARCH_TERM]..."},yr={thanks_to:Rr,comments:Tr,direction:kr,strings:Cr};var Ct={};v(Ct,{comments:()=>vr,default:()=>wr,direction:()=>Mr,strings:()=>Ar,thanks_to:()=>Sr});var Sr="Amit Yadav ",vr="",Mr="ltr",Ar={placeholder:"\u0916\u094B\u091C\u0947\u0902",clear_search:"\u0938\u093E\u092B \u0915\u0930\u0947\u0902",load_more:"\u0914\u0930 \u0905\u0927\u093F\u0915 \u092A\u0930\u093F\u0923\u093E\u092E \u0932\u094B\u0921 \u0915\u0930\u0947\u0902",search_label:"\u0907\u0938 \u0938\u093E\u0907\u091F \u092E\u0947\u0902 \u0916\u094B\u091C\u0947\u0902",filters_label:"\u092B\u093C\u093F\u0932\u094D\u091F\u0930",zero_results:"\u0915\u094B\u0908 \u092A\u0930\u093F\u0923\u093E\u092E [SEARCH_TERM] \u0915\u0947 \u0932\u093F\u090F \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u093E",many_results:"[COUNT] \u092A\u0930\u093F\u0923\u093E\u092E [SEARCH_TERM] \u0915\u0947 \u0932\u093F\u090F \u092E\u093F\u0932\u0947",one_result:"[COUNT] \u092A\u0930\u093F\u0923\u093E\u092E [SEARCH_TERM] \u0915\u0947 \u0932\u093F\u090F \u092E\u093F\u0932\u093E",alt_search:"[SEARCH_TERM] \u0915\u0947 \u0932\u093F\u090F \u0915\u094B\u0908 \u092A\u0930\u093F\u0923\u093E\u092E \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u093E\u0964 \u0907\u0938\u0915\u0947 \u092C\u091C\u093E\u092F [DIFFERENT_TERM] \u0915\u0947 \u0932\u093F\u090F \u092A\u0930\u093F\u0923\u093E\u092E \u0926\u093F\u0916\u093E \u0930\u0939\u093E \u0939\u0948",search_suggestion:"[SEARCH_TERM] \u0915\u0947 \u0932\u093F\u090F \u0915\u094B\u0908 \u092A\u0930\u093F\u0923\u093E\u092E \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u093E\u0964 \u0928\u093F\u092E\u094D\u0928\u0932\u093F\u0916\u093F\u0924 \u0916\u094B\u091C\u094B\u0902 \u092E\u0947\u0902 \u0938\u0947 \u0915\u094B\u0908 \u090F\u0915 \u0906\u091C\u093C\u092E\u093E\u090F\u0902:",searching:"[SEARCH_TERM] \u0915\u0940 \u0916\u094B\u091C \u0915\u0940 \u091C\u093E \u0930\u0939\u0940 \u0939\u0948..."},wr={thanks_to:Sr,comments:vr,direction:Mr,strings:Ar};var yt={};v(yt,{comments:()=>Hr,default:()=>jr,direction:()=>Nr,strings:()=>Or,thanks_to:()=>Fr});var Fr="Diomed ",Hr="",Nr="ltr",Or={placeholder:"Tra\u017Ei",clear_search:"O\u010Disti",load_more:"U\u010Ditaj vi\u0161e rezultata",search_label:"Pretra\u017Ei ovu stranicu",filters_label:"Filteri",zero_results:"Nema rezultata za [SEARCH_TERM]",many_results:"[COUNT] rezultata za [SEARCH_TERM]",one_result:"[COUNT] rezultat za [SEARCH_TERM]",alt_search:"Nema rezultata za [SEARCH_TERM]. Prikazujem rezultate za [DIFFERENT_TERM]",search_suggestion:"Nema rezultata za [SEARCH_TERM]. Poku\u0161aj s jednom od ovih pretraga:",searching:"Pretra\u017Eujem [SEARCH_TERM]..."},jr={thanks_to:Fr,comments:Hr,direction:Nr,strings:Or};var St={};v(St,{comments:()=>Dr,default:()=>Pr,direction:()=>Ur,strings:()=>Ir,thanks_to:()=>zr});var zr="Adam Laki ",Dr="",Ur="ltr",Ir={placeholder:"Keres\xE9s",clear_search:"T\xF6rl\xE9s",load_more:"Tov\xE1bbi tal\xE1latok bet\xF6lt\xE9se",search_label:"Keres\xE9s az oldalon",filters_label:"Sz\u0171r\xE9s",zero_results:"Nincs tal\xE1lat a(z) [SEARCH_TERM] kifejez\xE9sre",many_results:"[COUNT] db tal\xE1lat a(z) [SEARCH_TERM] kifejez\xE9sre",one_result:"[COUNT] db tal\xE1lat a(z) [SEARCH_TERM] kifejez\xE9sre",alt_search:"Nincs tal\xE1lat a(z) [SEARCH_TERM] kifejez\xE9sre. Tal\xE1latok mutat\xE1sa ink\xE1bb a(z) [DIFFERENT_TERM] kifejez\xE9sre",search_suggestion:"Nincs tal\xE1lat a(z) [SEARCH_TERM] kifejez\xE9sre. Pr\xF3b\xE1ld meg a k\xF6vetkez\u0151 keres\xE9sek egyik\xE9t:",searching:"Keres\xE9s a(z) [SEARCH_TERM] kifejez\xE9sre..."},Pr={thanks_to:zr,comments:Dr,direction:Ur,strings:Ir};var vt={};v(vt,{comments:()=>qr,default:()=>Vr,direction:()=>Br,strings:()=>Wr,thanks_to:()=>Lr});var Lr="Nixentric",qr="",Br="ltr",Wr={placeholder:"Cari",clear_search:"Bersihkan",load_more:"Muat lebih banyak hasil",search_label:"Telusuri situs ini",filters_label:"Filter",zero_results:"[SEARCH_TERM] tidak ditemukan",many_results:"Ditemukan [COUNT] hasil untuk [SEARCH_TERM]",one_result:"Ditemukan [COUNT] hasil untuk [SEARCH_TERM]",alt_search:"[SEARCH_TERM] tidak ditemukan. Menampilkan hasil [DIFFERENT_TERM] sebagai gantinya",search_suggestion:"[SEARCH_TERM] tidak ditemukan. Coba salah satu pencarian berikut ini:",searching:"Mencari [SEARCH_TERM]..."},Vr={thanks_to:Lr,comments:qr,direction:Br,strings:Wr};var Mt={};v(Mt,{comments:()=>Kr,default:()=>Xr,direction:()=>Jr,strings:()=>Yr,thanks_to:()=>Gr});var Gr="Cosette Bruhns Alonso, Andrew Janco ",Kr="",Jr="ltr",Yr={placeholder:"Cerca",clear_search:"Cancella la cronologia",load_more:"Mostra pi\xF9 risultati",search_label:"Cerca nel sito",filters_label:"Filtri di ricerca",zero_results:"Nessun risultato per [SEARCH_TERM]",many_results:"[COUNT] risultati per [SEARCH_TERM]",one_result:"[COUNT] risultato per [SEARCH_TERM]",alt_search:"Nessun risultato per [SEARCH_TERM]. Mostrando risultati per [DIFFERENT_TERM] come alternativa.",search_suggestion:"Nessun risultato per [SEARCH_TERM]. Prova una delle seguenti ricerche:",searching:"Cercando [SEARCH_TERM]..."},Xr={thanks_to:Gr,comments:Kr,direction:Jr,strings:Yr};var At={};v(At,{comments:()=>Qr,default:()=>el,direction:()=>xr,strings:()=>$r,thanks_to:()=>Zr});var Zr="Tate",Qr="",xr="ltr",$r={placeholder:"\u691C\u7D22",clear_search:"\u6D88\u3059",load_more:"\u3082\u3063\u3068\u8AAD\u307F\u8FBC\u3080",search_label:"\u3053\u306E\u30B5\u30A4\u30C8\u3092\u691C\u7D22",filters_label:"\u30D5\u30A3\u30EB\u30BF",zero_results:"[SEARCH_TERM]\u306E\u691C\u7D22\u306B\u4E00\u81F4\u3059\u308B\u4EF6\u306F\u3042\u308A\u307E\u305B\u3093\u3067\u3057\u305F",many_results:"[SEARCH_TERM]\u306E[COUNT]\u4EF6\u306E\u691C\u7D22\u7D50\u679C",one_result:"[SEARCH_TERM]\u306E[COUNT]\u4EF6\u306E\u691C\u7D22\u7D50\u679C",alt_search:"[SEARCH_TERM]\u306E\u691C\u7D22\u306B\u4E00\u81F4\u3059\u308B\u4EF6\u306F\u3042\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002[DIFFERENT_TERM]\u306E\u691C\u7D22\u7D50\u679C\u3092\u8868\u793A\u3057\u3066\u3044\u307E\u3059",search_suggestion:"[SEARCH_TERM]\u306E\u691C\u7D22\u306B\u4E00\u81F4\u3059\u308B\u4EF6\u306F\u3042\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u6B21\u306E\u3044\u305A\u308C\u304B\u306E\u691C\u7D22\u3092\u8A66\u3057\u3066\u304F\u3060\u3055\u3044",searching:"[SEARCH_TERM]\u3092\u691C\u7D22\u3057\u3066\u3044\u307E\u3059"},el={thanks_to:Zr,comments:Qr,direction:xr,strings:$r};var wt={};v(wt,{comments:()=>nl,default:()=>ll,direction:()=>sl,strings:()=>rl,thanks_to:()=>tl});var tl="",nl="",sl="ltr",rl={placeholder:"Rapu",clear_search:"Whakakore",load_more:"Whakauta \u0113tahi otinga k\u0113",search_label:"Rapu",filters_label:"T\u0101tari",zero_results:"Otinga kore ki [SEARCH_TERM]",many_results:"[COUNT] otinga ki [SEARCH_TERM]",one_result:"[COUNT] otinga ki [SEARCH_TERM]",alt_search:"Otinga kore ki [SEARCH_TERM]. Otinga k\u0113 ki [DIFFERENT_TERM]",search_suggestion:"Otinga kore ki [SEARCH_TERM]. whakam\u0101tau ki ng\u0101 mea atu:",searching:"Rapu ki [SEARCH_TERM]..."},ll={thanks_to:tl,comments:nl,direction:sl,strings:rl};var Ft={};v(Ft,{comments:()=>al,default:()=>cl,direction:()=>ol,strings:()=>ul,thanks_to:()=>il});var il="Paul van Brouwershaven",al="",ol="ltr",ul={placeholder:"Zoeken",clear_search:"Reset",load_more:"Meer resultaten laden",search_label:"Doorzoek deze site",filters_label:"Filters",zero_results:"Geen resultaten voor [SEARCH_TERM]",many_results:"[COUNT] resultaten voor [SEARCH_TERM]",one_result:"[COUNT] resultaat voor [SEARCH_TERM]",alt_search:"Geen resultaten voor [SEARCH_TERM]. In plaats daarvan worden resultaten voor [DIFFERENT_TERM] weergegeven",search_suggestion:"Geen resultaten voor [SEARCH_TERM]. Probeer een van de volgende zoekopdrachten:",searching:"Zoeken naar [SEARCH_TERM]..."},cl={thanks_to:il,comments:al,direction:ol,strings:ul};var Ht={};v(Ht,{comments:()=>fl,default:()=>ml,direction:()=>dl,strings:()=>hl,thanks_to:()=>_l});var _l="Christopher Wingate",fl="",dl="ltr",hl={placeholder:"S\xF8k",clear_search:"Fjern",load_more:"Last flere resultater",search_label:"S\xF8k p\xE5 denne siden",filters_label:"Filtre",zero_results:"Ingen resultater for [SEARCH_TERM]",many_results:"[COUNT] resultater for [SEARCH_TERM]",one_result:"[COUNT] resultat for [SEARCH_TERM]",alt_search:"Ingen resultater for [SEARCH_TERM]. Viser resultater for [DIFFERENT_TERM] i stedet",search_suggestion:"Ingen resultater for [SEARCH_TERM]. Pr\xF8v en av disse s\xF8keordene i stedet:",searching:"S\xF8ker etter [SEARCH_TERM]"},ml={thanks_to:_l,comments:fl,direction:dl,strings:hl};var Nt={};v(Nt,{comments:()=>gl,default:()=>Rl,direction:()=>El,strings:()=>bl,thanks_to:()=>pl});var pl="",gl="",El="ltr",bl={placeholder:"Szukaj",clear_search:"Wyczy\u015B\u0107",load_more:"Za\u0142aduj wi\u0119cej",search_label:"Przeszukaj t\u0119 stron\u0119",filters_label:"Filtry",zero_results:"Brak wynik\xF3w dla [SEARCH_TERM]",many_results:"[COUNT] wynik\xF3w dla [SEARCH_TERM]",one_result:"[COUNT] wynik dla [SEARCH_TERM]",alt_search:"Brak wynik\xF3w dla [SEARCH_TERM]. Wy\u015Bwietlam wyniki dla [DIFFERENT_TERM]",search_suggestion:"Brak wynik\xF3w dla [SEARCH_TERM]. Pokrewne wyniki wyszukiwania:",searching:"Szukam [SEARCH_TERM]..."},Rl={thanks_to:pl,comments:gl,direction:El,strings:bl};var Ot={};v(Ot,{comments:()=>kl,default:()=>Sl,direction:()=>Cl,strings:()=>yl,thanks_to:()=>Tl});var Tl="Jonatah",kl="",Cl="ltr",yl={placeholder:"Pesquisar",clear_search:"Limpar",load_more:"Ver mais resultados",search_label:"Pesquisar",filters_label:"Filtros",zero_results:"Nenhum resultado encontrado para [SEARCH_TERM]",many_results:"[COUNT] resultados encontrados para [SEARCH_TERM]",one_result:"[COUNT] resultado encontrado para [SEARCH_TERM]",alt_search:"Nenhum resultado encontrado para [SEARCH_TERM]. Exibindo resultados para [DIFFERENT_TERM]",search_suggestion:"Nenhum resultado encontrado para [SEARCH_TERM]. Tente uma das seguintes pesquisas:",searching:"Pesquisando por [SEARCH_TERM]..."},Sl={thanks_to:Tl,comments:kl,direction:Cl,strings:yl};var jt={};v(jt,{comments:()=>Ml,default:()=>Fl,direction:()=>Al,strings:()=>wl,thanks_to:()=>vl});var vl="Aleksandr Gordeev",Ml="",Al="ltr",wl={placeholder:"\u041F\u043E\u0438\u0441\u043A",clear_search:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043F\u043E\u043B\u0435",load_more:"\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C \u0435\u0449\u0435",search_label:"\u041F\u043E\u0438\u0441\u043A \u043F\u043E \u0441\u0430\u0439\u0442\u0443",filters_label:"\u0424\u0438\u043B\u044C\u0442\u0440\u044B",zero_results:"\u041D\u0438\u0447\u0435\u0433\u043E \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E \u043F\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u0443: [SEARCH_TERM]",many_results:"[COUNT] \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u043E\u0432 \u043F\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u0443: [SEARCH_TERM]",one_result:"[COUNT] \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442 \u043F\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u0443: [SEARCH_TERM]",alt_search:"\u041D\u0438\u0447\u0435\u0433\u043E \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E \u043F\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u0443: [SEARCH_TERM]. \u041F\u043E\u043A\u0430\u0437\u0430\u043D\u044B \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u0443: [DIFFERENT_TERM]",search_suggestion:"\u041D\u0438\u0447\u0435\u0433\u043E \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E \u043F\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u0443: [SEARCH_TERM]. \u041F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043E\u0434\u0438\u043D \u0438\u0437 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0445 \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u043E\u0432",searching:"\u041F\u043E\u0438\u0441\u043A \u043F\u043E \u0437\u0430\u043F\u0440\u043E\u0441\u0443: [SEARCH_TERM]"},Fl={thanks_to:vl,comments:Ml,direction:Al,strings:wl};var zt={};v(zt,{comments:()=>Nl,default:()=>zl,direction:()=>Ol,strings:()=>jl,thanks_to:()=>Hl});var Hl="Andrija Sagicc",Nl="",Ol="ltr",jl={placeholder:"\u041F\u0440\u0435\u0442\u0440\u0430\u0433\u0430",clear_search:"\u0411\u0440\u0438\u0441\u0430\u045A\u0435",load_more:"\u041F\u0440\u0438\u043A\u0430\u0437 \u0432\u0438\u0448\u0435 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0430",search_label:"\u041F\u0440\u0435\u0442\u0440\u0430\u0433\u0430 \u0441\u0430\u0458\u0442\u0430",filters_label:"\u0424\u0438\u043B\u0442\u0435\u0440\u0438",zero_results:"\u041D\u0435\u043C\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0430 \u0437\u0430 [SEARCH_TERM]",many_results:"[COUNT] \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0430 \u0437\u0430 [SEARCH_TERM]",one_result:"[COUNT] \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0430 \u0437\u0430 [SEARCH_TERM]",alt_search:"\u041D\u0435\u043C\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0430 \u0437\u0430 [SEARCH_TERM]. \u041F\u0440\u0438\u043A\u0430\u0437 \u0434\u043E\u0434\u0430\u0442\u043D\u0438\u043A \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0430 \u0437\u0430 [DIFFERENT_TERM]",search_suggestion:"\u041D\u0435\u043C\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0430 \u0437\u0430 [SEARCH_TERM]. \u041F\u043E\u043A\u0443\u0448\u0430\u0458\u0442\u0435 \u0441\u0430 \u043D\u0435\u043A\u043E\u043C \u043E\u0434 \u0441\u043B\u0435\u0434\u0435\u045B\u0438\u0445 \u043F\u0440\u0435\u0442\u0440\u0430\u0433\u0430:",searching:"\u041F\u0440\u0435\u0442\u0440\u0430\u0433\u0430 \u0442\u0435\u0440\u043C\u0438\u043D\u0430 [SEARCH_TERM]..."},zl={thanks_to:Hl,comments:Nl,direction:Ol,strings:jl};var Dt={};v(Dt,{comments:()=>Ul,default:()=>Ll,direction:()=>Il,strings:()=>Pl,thanks_to:()=>Dl});var Dl="Montazar Al-Jaber ",Ul="",Il="ltr",Pl={placeholder:"S\xF6k",clear_search:"Rensa",load_more:"Visa fler tr\xE4ffar",search_label:"S\xF6k p\xE5 denna sida",filters_label:"Filter",zero_results:"[SEARCH_TERM] gav inga tr\xE4ffar",many_results:"[SEARCH_TERM] gav [COUNT] tr\xE4ffar",one_result:"[SEARCH_TERM] gav [COUNT] tr\xE4ff",alt_search:"[SEARCH_TERM] gav inga tr\xE4ffar. Visar resultat f\xF6r [DIFFERENT_TERM] ist\xE4llet",search_suggestion:"[SEARCH_TERM] gav inga tr\xE4ffar. F\xF6rs\xF6k igen med en av f\xF6ljande s\xF6kord:",searching:"S\xF6ker efter [SEARCH_TERM]..."},Ll={thanks_to:Dl,comments:Ul,direction:Il,strings:Pl};var Ut={};v(Ut,{comments:()=>Bl,default:()=>Gl,direction:()=>Wl,strings:()=>Vl,thanks_to:()=>ql});var ql="",Bl="",Wl="ltr",Vl={placeholder:"\u0BA4\u0BC7\u0B9F\u0BC1\u0B95",clear_search:"\u0B85\u0BB4\u0BBF\u0B95\u0BCD\u0B95\u0BC1\u0B95",load_more:"\u0BAE\u0BC7\u0BB2\u0BC1\u0BAE\u0BCD \u0BAE\u0BC1\u0B9F\u0BBF\u0BB5\u0BC1\u0B95\u0BB3\u0BC8\u0B95\u0BCD \u0B95\u0BBE\u0B9F\u0BCD\u0B9F\u0BC1\u0B95",search_label:"\u0B87\u0BA8\u0BCD\u0BA4 \u0BA4\u0BB3\u0BA4\u0BCD\u0BA4\u0BBF\u0BB2\u0BCD \u0BA4\u0BC7\u0B9F\u0BC1\u0B95",filters_label:"\u0BB5\u0B9F\u0BBF\u0B95\u0B9F\u0BCD\u0B9F\u0BB2\u0BCD\u0B95\u0BB3\u0BCD",zero_results:"[SEARCH_TERM] \u0B95\u0BCD\u0B95\u0BBE\u0BA9 \u0BAE\u0BC1\u0B9F\u0BBF\u0BB5\u0BC1\u0B95\u0BB3\u0BCD \u0B87\u0BB2\u0BCD\u0BB2\u0BC8",many_results:"[SEARCH_TERM] \u0B95\u0BCD\u0B95\u0BBE\u0BA9 [COUNT] \u0BAE\u0BC1\u0B9F\u0BBF\u0BB5\u0BC1\u0B95\u0BB3\u0BCD",one_result:"[SEARCH_TERM] \u0B95\u0BCD\u0B95\u0BBE\u0BA9 \u0BAE\u0BC1\u0B9F\u0BBF\u0BB5\u0BC1",alt_search:"[SEARCH_TERM] \u0B87\u0BA4\u0BCD\u0BA4\u0BC7\u0B9F\u0BB2\u0BC1\u0B95\u0BCD\u0B95\u0BBE\u0BA9 \u0BAE\u0BC1\u0B9F\u0BBF\u0BB5\u0BC1\u0B95\u0BB3\u0BCD \u0B87\u0BB2\u0BCD\u0BB2\u0BC8, \u0B87\u0BA8\u0BCD\u0BA4 \u0BA4\u0BC7\u0B9F\u0BB2\u0BCD\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BBE\u0BA9 \u0B92\u0BA4\u0BCD\u0BA4 \u0BAE\u0BC1\u0B9F\u0BBF\u0BB5\u0BC1\u0B95\u0BB3\u0BCD [DIFFERENT_TERM]",search_suggestion:"[SEARCH_TERM] \u0B87\u0BA4\u0BCD \u0BA4\u0BC7\u0B9F\u0BB2\u0BC1\u0B95\u0BCD\u0B95\u0BBE\u0BA9 \u0BAE\u0BC1\u0B9F\u0BBF\u0BB5\u0BC1\u0B95\u0BB3\u0BCD \u0B87\u0BB2\u0BCD\u0BB2\u0BC8.\u0B87\u0BA4\u0BB1\u0BCD\u0B95\u0BC1 \u0BAA\u0BA4\u0BBF\u0BB2\u0BC0\u0B9F\u0BBE\u0BA9 \u0BA4\u0BC7\u0B9F\u0BB2\u0BCD\u0B95\u0BB3\u0BC8 \u0BA4\u0BC7\u0B9F\u0BC1\u0B95:",searching:"[SEARCH_TERM] \u0BA4\u0BC7\u0B9F\u0BAA\u0BCD\u0BAA\u0B9F\u0BC1\u0B95\u0BBF\u0BA9\u0BCD\u0BB1\u0BA4\u0BC1"},Gl={thanks_to:ql,comments:Bl,direction:Wl,strings:Vl};var It={};v(It,{comments:()=>Jl,default:()=>Zl,direction:()=>Yl,strings:()=>Xl,thanks_to:()=>Kl});var Kl="Taylan \xD6zg\xFCr Bildik",Jl="",Yl="ltr",Xl={placeholder:"Ara\u015Ft\u0131r",clear_search:"Temizle",load_more:"Daha fazla sonu\xE7",search_label:"Site genelinde arama",filters_label:"Filtreler",zero_results:"[SEARCH_TERM] i\xE7in sonu\xE7 yok",many_results:"[SEARCH_TERM] i\xE7in [COUNT] sonu\xE7 bulundu",one_result:"[SEARCH_TERM] i\xE7in [COUNT] sonu\xE7 bulundu",alt_search:"[SEARCH_TERM] i\xE7in sonu\xE7 yok. Bunun yerine [DIFFERENT_TERM] i\xE7in sonu\xE7lar g\xF6steriliyor",search_suggestion:"[SEARCH_TERM] i\xE7in sonu\xE7 yok. Alternatif olarak a\u015Fa\u011F\u0131daki kelimelerden birini deneyebilirsiniz:",searching:"[SEARCH_TERM] ara\u015Ft\u0131r\u0131l\u0131yor..."},Zl={thanks_to:Kl,comments:Jl,direction:Yl,strings:Xl};var Pt={};v(Pt,{comments:()=>xl,default:()=>ti,direction:()=>$l,strings:()=>ei,thanks_to:()=>Ql});var Ql="Long Nhat Nguyen",xl="",$l="ltr",ei={placeholder:"T\xECm ki\u1EBFm",clear_search:"X\xF3a",load_more:"Nhi\u1EC1u k\u1EBFt qu\u1EA3 h\u01A1n",search_label:"T\xECm ki\u1EBFm trong trang n\xE0y",filters_label:"B\u1ED9 l\u1ECDc",zero_results:"Kh\xF4ng t\xECm th\u1EA5y k\u1EBFt qu\u1EA3 cho [SEARCH_TERM]",many_results:"[COUNT] k\u1EBFt qu\u1EA3 cho [SEARCH_TERM]",one_result:"[COUNT] k\u1EBFt qu\u1EA3 cho [SEARCH_TERM]",alt_search:"Kh\xF4ng t\xECm th\u1EA5y k\u1EBFt qu\u1EA3 cho [SEARCH_TERM]. Ki\u1EC3m th\u1ECB k\u1EBFt qu\u1EA3 thay th\u1EBF v\u1EDBi [DIFFERENT_TERM]",search_suggestion:"Kh\xF4ng t\xECm th\u1EA5y k\u1EBFt qu\u1EA3 cho [SEARCH_TERM]. Th\u1EED m\u1ED9t trong c\xE1c t\xECm ki\u1EBFm:",searching:"\u0110ang t\xECm ki\u1EBFm cho [SEARCH_TERM]..."},ti={thanks_to:Ql,comments:xl,direction:$l,strings:ei};var Lt={};v(Lt,{comments:()=>si,default:()=>ii,direction:()=>ri,strings:()=>li,thanks_to:()=>ni});var ni="Amber Song",si="",ri="ltr",li={placeholder:"\u641C\u7D22",clear_search:"\u6E05\u9664",load_more:"\u52A0\u8F7D\u66F4\u591A\u7ED3\u679C",search_label:"\u7AD9\u5185\u641C\u7D22",filters_label:"\u7B5B\u9009",zero_results:"\u672A\u627E\u5230 [SEARCH_TERM] \u7684\u76F8\u5173\u7ED3\u679C",many_results:"\u627E\u5230 [COUNT] \u4E2A [SEARCH_TERM] \u7684\u76F8\u5173\u7ED3\u679C",one_result:"\u627E\u5230 [COUNT] \u4E2A [SEARCH_TERM] \u7684\u76F8\u5173\u7ED3\u679C",alt_search:"\u672A\u627E\u5230 [SEARCH_TERM] \u7684\u76F8\u5173\u7ED3\u679C\u3002\u6539\u4E3A\u663E\u793A [DIFFERENT_TERM] \u7684\u76F8\u5173\u7ED3\u679C",search_suggestion:"\u672A\u627E\u5230 [SEARCH_TERM] \u7684\u76F8\u5173\u7ED3\u679C\u3002\u8BF7\u5C1D\u8BD5\u4EE5\u4E0B\u641C\u7D22\u3002",searching:"\u6B63\u5728\u641C\u7D22 [SEARCH_TERM]..."},ii={thanks_to:ni,comments:si,direction:ri,strings:li};var qt={};v(qt,{comments:()=>oi,default:()=>_i,direction:()=>ui,strings:()=>ci,thanks_to:()=>ai});var ai="Amber Song",oi="",ui="ltr",ci={placeholder:"\u641C\u7D22",clear_search:"\u6E05\u9664",load_more:"\u52A0\u8F09\u66F4\u591A\u7D50\u679C",search_label:"\u7AD9\u5167\u641C\u7D22",filters_label:"\u7BE9\u9078",zero_results:"\u672A\u627E\u5230 [SEARCH_TERM] \u7684\u76F8\u95DC\u7D50\u679C",many_results:"\u627E\u5230 [COUNT] \u500B [SEARCH_TERM] \u7684\u76F8\u95DC\u7D50\u679C",one_result:"\u627E\u5230 [COUNT] \u500B [SEARCH_TERM] \u7684\u76F8\u95DC\u7D50\u679C",alt_search:"\u672A\u627E\u5230 [SEARCH_TERM] \u7684\u76F8\u95DC\u7D50\u679C\u3002\u6539\u70BA\u986F\u793A [DIFFERENT_TERM] \u7684\u76F8\u95DC\u7D50\u679C",search_suggestion:"\u672A\u627E\u5230 [SEARCH_TERM] \u7684\u76F8\u95DC\u7D50\u679C\u3002\u8ACB\u5617\u8A66\u4EE5\u4E0B\u641C\u7D22\u3002",searching:"\u6B63\u5728\u641C\u7D22 [SEARCH_TERM]..."},_i={thanks_to:ai,comments:oi,direction:ui,strings:ci};var Bt={};v(Bt,{comments:()=>di,default:()=>pi,direction:()=>hi,strings:()=>mi,thanks_to:()=>fi});var fi="Amber Song",di="",hi="ltr",mi={placeholder:"\u641C\u7D22",clear_search:"\u6E05\u9664",load_more:"\u52A0\u8F7D\u66F4\u591A\u7ED3\u679C",search_label:"\u7AD9\u5185\u641C\u7D22",filters_label:"\u7B5B\u9009",zero_results:"\u672A\u627E\u5230 [SEARCH_TERM] \u7684\u76F8\u5173\u7ED3\u679C",many_results:"\u627E\u5230 [COUNT] \u4E2A [SEARCH_TERM] \u7684\u76F8\u5173\u7ED3\u679C",one_result:"\u627E\u5230 [COUNT] \u4E2A [SEARCH_TERM] \u7684\u76F8\u5173\u7ED3\u679C",alt_search:"\u672A\u627E\u5230 [SEARCH_TERM] \u7684\u76F8\u5173\u7ED3\u679C\u3002\u6539\u4E3A\u663E\u793A [DIFFERENT_TERM] \u7684\u76F8\u5173\u7ED3\u679C",search_suggestion:"\u672A\u627E\u5230 [SEARCH_TERM] \u7684\u76F8\u5173\u7ED3\u679C\u3002\u8BF7\u5C1D\u8BD5\u4EE5\u4E0B\u641C\u7D22\u3002",searching:"\u6B63\u5728\u641C\u7D22 [SEARCH_TERM]..."},pi={thanks_to:fi,comments:di,direction:hi,strings:mi};var gi=[dt,ht,mt,pt,gt,Et,bt,Rt,Tt,kt,Ct,yt,St,vt,Mt,At,wt,Ft,Ht,Nt,Ot,jt,zt,Dt,Ut,It,Pt,Lt,qt,Bt],Un=gi,In=["../../translations/af.json","../../translations/bn.json","../../translations/ca.json","../../translations/da.json","../../translations/de.json","../../translations/en.json","../../translations/es.json","../../translations/fi.json","../../translations/fr.json","../../translations/gl.json","../../translations/hi.json","../../translations/hr.json","../../translations/hu.json","../../translations/id.json","../../translations/it.json","../../translations/ja.json","../../translations/mi.json","../../translations/nl.json","../../translations/no.json","../../translations/pl.json","../../translations/pt.json","../../translations/ru.json","../../translations/sr.json","../../translations/sv.json","../../translations/ta.json","../../translations/tr.json","../../translations/vi.json","../../translations/zh-cn.json","../../translations/zh-tw.json","../../translations/zh.json"];function Pn(n,e,t){let s=n.slice();return s[48]=e[t],s}function Ln(n){let e,t,s;function r(i){n[34](i)}let l={show_empty_filters:n[4],available_filters:n[16],translate:n[18],automatic_translations:n[17],translations:n[5]};return n[7]!==void 0&&(l.selected_filters=n[7]),e=new Dn({props:l}),re.push(()=>an(e,"selected_filters",r)),{c(){Ze(e.$$.fragment)},m(i,a){he(e,i,a),s=!0},p(i,a){let o={};a[0]&16&&(o.show_empty_filters=i[4]),a[0]&65536&&(o.available_filters=i[16]),a[0]&131072&&(o.automatic_translations=i[17]),a[0]&32&&(o.translations=i[5]),!t&&a[0]&128&&(t=!0,o.selected_filters=i[7],nn(()=>t=!1)),e.$set(o)},i(i){s||(z(e.$$.fragment,i),s=!0)},o(i){I(e.$$.fragment,i),s=!1},d(i){oe(e,i)}}}function qn(n){let e,t,s,r,l=[Ri,bi],i=[];function a(o,h){return o[12]?0:1}return t=a(n,[-1,-1]),s=i[t]=l[t](n),{c(){e=k("div"),s.c(),p(e,"class","pagefind-ui__results-area svelte-e9gkc3")},m(o,h){y(o,e,h),i[t].m(e,null),r=!0},p(o,h){let _=t;t=a(o,h),t===_?i[t].p(o,h):(ie(),I(i[_],1,1,()=>{i[_]=null}),ae(),s=i[t],s?s.p(o,h):(s=i[t]=l[t](o),s.c()),z(s,1),s.m(e,null))},i(o){r||(z(s),r=!0)},o(o){I(s),r=!1},d(o){o&&C(e),i[t].d()}}}function bi(n){let e,t,s,r=[],l=new Map,i,a,o;function h(m,d){return m[11].results.length===0?Ci:m[11].results.length===1?ki:Ti}let _=h(n,[-1,-1]),f=_(n),c=n[11].results.slice(0,n[15]),E=m=>m[48].id;for(let m=0;mn[15]&&Wn(n);return{c(){e=k("p"),f.c(),t=M(),s=k("ol");for(let m=0;mm[15]?u?u.p(m,d):(u=Wn(m),u.c(),u.m(a.parentNode,a)):u&&(u.d(1),u=null)},i(m){if(!o){for(let d=0;d{o[c]=null}),ae(),r=o[s],r?r.p(e,f):(r=o[s]=a[s](e),r.c()),z(r,1),r.m(l.parentNode,l))},i(_){i||(z(r),i=!0)},o(_){I(r),i=!1},d(_){_&&C(t),o[s].d(_),_&&C(l)}}}function Wn(n){let e,t=n[18]("load_more",n[17],n[5])+"",s,r,l;return{c(){e=k("button"),s=A(t),p(e,"type","button"),p(e,"class","pagefind-ui__button svelte-e9gkc3")},m(i,a){y(i,e,a),b(e,s),r||(l=K(e,"click",n[20]),r=!0)},p(i,a){a[0]&131104&&t!==(t=i[18]("load_more",i[17],i[5])+"")&&N(s,t)},d(i){i&&C(e),r=!1,l()}}}function Vn(n){let e,t=n[18]("searching",n[17],n[5]).replace(/\[SEARCH_TERM\]/,n[14])+"",s;return{c(){e=k("p"),s=A(t),p(e,"class","pagefind-ui__message svelte-e9gkc3")},m(r,l){y(r,e,l),b(e,s)},p(r,l){l[0]&147488&&t!==(t=r[18]("searching",r[17],r[5]).replace(/\[SEARCH_TERM\]/,r[14])+"")&&N(s,t)},d(r){r&&C(e)}}}function vi(n){let e,t,s,r,l,i,a=n[18]("clear_search",n[17],n[5])+"",o,h,_,f,c,E,u,m,d=n[10]&&Ln(n),R=n[13]&&qn(n);return{c(){e=k("div"),t=k("form"),s=k("input"),l=M(),i=k("button"),o=A(a),h=M(),_=k("div"),d&&d.c(),f=M(),R&&R.c(),p(s,"class","pagefind-ui__search-input svelte-e9gkc3"),p(s,"type","text"),p(s,"placeholder",r=n[18]("placeholder",n[17],n[5])),p(s,"autocapitalize","none"),p(s,"enterkeyhint","search"),p(i,"class","pagefind-ui__search-clear svelte-e9gkc3"),W(i,"pagefind-ui__suppressed",!n[6]),p(_,"class","pagefind-ui__drawer svelte-e9gkc3"),W(_,"pagefind-ui__hidden",!n[13]),p(t,"class","pagefind-ui__form svelte-e9gkc3"),p(t,"role","search"),p(t,"aria-label",c=n[18]("search_label",n[17],n[5])),p(t,"action","javascript:void(0);"),p(e,"class","pagefind-ui svelte-e9gkc3"),W(e,"pagefind-ui--reset",n[0])},m(T,S){y(T,e,S),b(e,t),b(t,s),it(s,n[6]),n[31](s),b(t,l),b(t,i),b(i,o),n[32](i),b(t,h),b(t,_),d&&d.m(_,null),b(_,f),R&&R.m(_,null),E=!0,u||(m=[K(s,"focus",n[19]),K(s,"keydown",n[29]),K(s,"input",n[30]),K(i,"click",n[33]),K(t,"submit",Mi)],u=!0)},p(T,S){(!E||S[0]&131104&&r!==(r=T[18]("placeholder",T[17],T[5])))&&p(s,"placeholder",r),S[0]&64&&s.value!==T[6]&&it(s,T[6]),(!E||S[0]&131104)&&a!==(a=T[18]("clear_search",T[17],T[5])+"")&&N(o,a),(!E||S[0]&64)&&W(i,"pagefind-ui__suppressed",!T[6]),T[10]?d?(d.p(T,S),S[0]&1024&&z(d,1)):(d=Ln(T),d.c(),z(d,1),d.m(_,f)):d&&(ie(),I(d,1,1,()=>{d=null}),ae()),T[13]?R?(R.p(T,S),S[0]&8192&&z(R,1)):(R=qn(T),R.c(),z(R,1),R.m(_,null)):R&&(ie(),I(R,1,1,()=>{R=null}),ae()),(!E||S[0]&8192)&&W(_,"pagefind-ui__hidden",!T[13]),(!E||S[0]&131104&&c!==(c=T[18]("search_label",T[17],T[5])))&&p(t,"aria-label",c),(!E||S[0]&1)&&W(e,"pagefind-ui--reset",T[0])},i(T){E||(z(d),z(R),E=!0)},o(T){I(d),I(R),E=!1},d(T){T&&C(e),n[31](null),n[32](null),d&&d.d(),R&&R.d(),u=!1,V(m)}}}var Mi=n=>n.preventDefault();function Ai(n,e,t){let s={},r=In.map(g=>g.match(/([^\/]+)\.json$/)[1]);for(let g=0;gO[g]??H[g]??"";at(()=>{let g=document?.querySelector?.("html")?.getAttribute?.("lang")||"en",H=Qe(g.toLocaleLowerCase());t(17,Yt=s[`${H.language}-${H.script}-${H.region}`]||s[`${H.language}-${H.region}`]||s[`${H.language}`]||s.en)}),ot(()=>{w?.destroy?.(),w=null});let Xt=async()=>{if(!U&&(t(10,U=!0),!w)){let g;try{g=await import(`${l}pagefind.js`)}catch(O){console.error(O),console.error([`Pagefind couldn't be loaded from ${this.options.bundlePath}pagefind.js`,"You can configure this by passing a bundlePath option to PagefindUI",`[DEBUG: Loaded from ${document?.currentScript?.src??"no known script location"}]`].join(` +`))}_||t(22,_=h?12:30);let H={...m||{},excerptLength:_};await g.options(H);for(let O of d){if(!O.bundlePath)throw new Error("mergeIndex requires a bundlePath parameter");let L=O.bundlePath;delete O.bundlePath,await g.mergeIndex(L,O)}w=g,Jn()}},Jn=async()=>{w&&(Jt=await w.filters(),(!ue||!Object.keys(ue).length)&&t(16,ue=Jt))},Yn=g=>{let H={};return Object.entries(g).filter(([,O])=>O).forEach(([O])=>{let[L,ls]=O.split(/:(.*)$/);H[L]=H[L]||[],H[L].push(ls)}),H},ce,Xn=async(g,H)=>{if(!g){t(13,$e=!1),ce&&clearTimeout(ce);return}let O=Yn(H),L=()=>Zn(g,O);u>0&&g?(ce&&clearTimeout(ce),ce=setTimeout(L,u),await Zt(),w.preload(g,{filters:O})):L(),Qn()},Zt=async()=>{for(;!w;)Xt(),await new Promise(g=>setTimeout(g,50))},Zn=async(g,H)=>{t(14,Kt=g||""),typeof c=="function"&&(g=c(g)),t(12,Z=!0),t(13,$e=!0),await Zt();let O=++Gt,L=await w.search(g,{filters:H});Gt===O&&(L.filters&&Object.keys(L.filters)?.length&&t(16,ue=L.filters),t(11,P=L),t(12,Z=!1),t(15,et=i))},Qn=()=>{let g=X.offsetWidth;g!=F&&t(8,B.style.paddingRight=`${g+2}px`,B)},xn=g=>{g?.preventDefault(),t(15,et+=i)},$n=g=>{g.key==="Escape"&&(t(6,S=""),B.blur()),g.key==="Enter"&&g.preventDefault()};function es(){S=this.value,t(6,S),t(21,R)}function ts(g){re[g?"unshift":"push"](()=>{B=g,t(8,B)})}function ns(g){re[g?"unshift":"push"](()=>{X=g,t(9,X)})}let ss=()=>{t(6,S=""),B.blur()};function rs(g){Ge=g,t(7,Ge)}return n.$$set=g=>{"base_path"in g&&t(23,l=g.base_path),"page_size"in g&&t(24,i=g.page_size),"reset_styles"in g&&t(0,a=g.reset_styles),"show_images"in g&&t(1,o=g.show_images),"show_sub_results"in g&&t(2,h=g.show_sub_results),"excerpt_length"in g&&t(22,_=g.excerpt_length),"process_result"in g&&t(3,f=g.process_result),"process_term"in g&&t(25,c=g.process_term),"show_empty_filters"in g&&t(4,E=g.show_empty_filters),"debounce_timeout_ms"in g&&t(26,u=g.debounce_timeout_ms),"pagefind_options"in g&&t(27,m=g.pagefind_options),"merge_index"in g&&t(28,d=g.merge_index),"trigger_search_term"in g&&t(21,R=g.trigger_search_term),"translations"in g&&t(5,T=g.translations)},n.$$.update=()=>{if(n.$$.dirty[0]&2097152)e:R&&(t(6,S=R),t(21,R=""));if(n.$$.dirty[0]&192)e:Xn(S,Ge)},[a,o,h,f,E,T,S,Ge,B,X,U,P,Z,$e,Kt,et,ue,Yt,Kn,Xt,xn,R,_,l,i,c,u,m,d,$n,es,ts,ns,ss,rs]}var Wt=class extends q{constructor(e){super(),J(this,e,Ai,vi,G,{base_path:23,page_size:24,reset_styles:0,show_images:1,show_sub_results:2,excerpt_length:22,process_result:3,process_term:25,show_empty_filters:4,debounce_timeout_ms:26,pagefind_options:27,merge_index:28,trigger_search_term:21,translations:5},null,[-1,-1])}},Gn=Wt;var Vt;try{Vt=new URL(document.currentScript.src).pathname.match(/^(.*\/)(?:pagefind-)?ui.js.*$/)[1]}catch{Vt="/pagefind/"}var xe=class{constructor(e){this._pfs=null;let t=e.element??"[data-pagefind-ui]",s=e.bundlePath??Vt,r=e.pageSize??5,l=e.resetStyles??!0,i=e.showImages??!0,a=e.showSubResults??!1,o=e.excerptLength??0,h=e.processResult??null,_=e.processTerm??null,f=e.showEmptyFilters??!0,c=e.debounceTimeoutMs??300,E=e.mergeIndex??[],u=e.translations??[];delete e.element,delete e.bundlePath,delete e.pageSize,delete e.resetStyles,delete e.showImages,delete e.showSubResults,delete e.excerptLength,delete e.processResult,delete e.processTerm,delete e.showEmptyFilters,delete e.debounceTimeoutMs,delete e.mergeIndex,delete e.translations;let m=t instanceof HTMLElement?t:document.querySelector(t);m?this._pfs=new Gn({target:m,props:{base_path:s,page_size:r,reset_styles:l,show_images:i,show_sub_results:a,excerpt_length:o,process_result:h,process_term:_,show_empty_filters:f,debounce_timeout_ms:c,merge_index:E,translations:u,pagefind_options:e}}):console.error(`Pagefind UI couldn't find the selector ${t}`)}triggerSearch(e){this._pfs.$$set({trigger_search_term:e})}destroy(){this._pfs.$destroy()}};window.PagefindUI=xe;})(); diff --git a/public/pagefind/pagefind.js b/public/pagefind/pagefind.js new file mode 100644 index 00000000..94ab9237 --- /dev/null +++ b/public/pagefind/pagefind.js @@ -0,0 +1,9 @@ +const pagefind_version="1.0.4";let wasm_bindgen;(function(){const __exports={};let script_src;if(typeof document==='undefined'){script_src=location.href}else{script_src=new URL("UNHANDLED",location.href).toString()}let wasm;let cachedUint8Memory0=null;function getUint8Memory0(){if(cachedUint8Memory0===null||cachedUint8Memory0.byteLength===0){cachedUint8Memory0=new Uint8Array(wasm.memory.buffer)}return cachedUint8Memory0}let WASM_VECTOR_LEN=0;function passArray8ToWasm0(arg,malloc){const ptr=malloc(arg.length*1);getUint8Memory0().set(arg,ptr/1);WASM_VECTOR_LEN=arg.length;return ptr}__exports.init_pagefind=function(metadata_bytes){const ptr0=passArray8ToWasm0(metadata_bytes,wasm.__wbindgen_malloc);const len0=WASM_VECTOR_LEN;const ret=wasm.init_pagefind(ptr0,len0);return ret};__exports.load_index_chunk=function(ptr,chunk_bytes){const ptr0=passArray8ToWasm0(chunk_bytes,wasm.__wbindgen_malloc);const len0=WASM_VECTOR_LEN;const ret=wasm.load_index_chunk(ptr,ptr0,len0);return ret};__exports.load_filter_chunk=function(ptr,chunk_bytes){const ptr0=passArray8ToWasm0(chunk_bytes,wasm.__wbindgen_malloc);const len0=WASM_VECTOR_LEN;const ret=wasm.load_filter_chunk(ptr,ptr0,len0);return ret};const cachedTextEncoder=new TextEncoder('utf-8');const encodeString=(typeof cachedTextEncoder.encodeInto==='function'?function(arg,view){return cachedTextEncoder.encodeInto(arg,view)}:function(arg,view){const buf=cachedTextEncoder.encode(arg);view.set(buf);return{read:arg.length,written:buf.length}});function passStringToWasm0(arg,malloc,realloc){if(realloc===undefined){const buf=cachedTextEncoder.encode(arg);const ptr=malloc(buf.length);getUint8Memory0().subarray(ptr,ptr+buf.length).set(buf);WASM_VECTOR_LEN=buf.length;return ptr}let len=arg.length;let ptr=malloc(len);const mem=getUint8Memory0();let offset=0;for(;offset0x7F)break;mem[ptr+offset]=code}if(offset!==len){if(offset!==0){arg=arg.slice(offset)}ptr=realloc(ptr,len,len=offset+arg.length*3);const view=getUint8Memory0().subarray(ptr+offset,ptr+len);const ret=encodeString(arg,view);offset+=ret.written}WASM_VECTOR_LEN=offset;return ptr}__exports.add_synthetic_filter=function(ptr,filter){const ptr0=passStringToWasm0(filter,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len0=WASM_VECTOR_LEN;const ret=wasm.add_synthetic_filter(ptr,ptr0,len0);return ret};let cachedInt32Memory0=null;function getInt32Memory0(){if(cachedInt32Memory0===null||cachedInt32Memory0.byteLength===0){cachedInt32Memory0=new Int32Array(wasm.memory.buffer)}return cachedInt32Memory0}const cachedTextDecoder=new TextDecoder('utf-8',{ignoreBOM:true,fatal:true});cachedTextDecoder.decode();function getStringFromWasm0(ptr,len){return cachedTextDecoder.decode(getUint8Memory0().subarray(ptr,ptr+len))}__exports.request_indexes=function(ptr,query){try{const retptr=wasm.__wbindgen_add_to_stack_pointer(-16);const ptr0=passStringToWasm0(query,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len0=WASM_VECTOR_LEN;wasm.request_indexes(retptr,ptr,ptr0,len0);var r0=getInt32Memory0()[retptr/4+0];var r1=getInt32Memory0()[retptr/4+1];return getStringFromWasm0(r0,r1)}finally{wasm.__wbindgen_add_to_stack_pointer(16);wasm.__wbindgen_free(r0,r1)}};__exports.request_filter_indexes=function(ptr,filters){try{const retptr=wasm.__wbindgen_add_to_stack_pointer(-16);const ptr0=passStringToWasm0(filters,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len0=WASM_VECTOR_LEN;wasm.request_filter_indexes(retptr,ptr,ptr0,len0);var r0=getInt32Memory0()[retptr/4+0];var r1=getInt32Memory0()[retptr/4+1];return getStringFromWasm0(r0,r1)}finally{wasm.__wbindgen_add_to_stack_pointer(16);wasm.__wbindgen_free(r0,r1)}};__exports.request_all_filter_indexes=function(ptr){try{const retptr=wasm.__wbindgen_add_to_stack_pointer(-16);wasm.request_all_filter_indexes(retptr,ptr);var r0=getInt32Memory0()[retptr/4+0];var r1=getInt32Memory0()[retptr/4+1];return getStringFromWasm0(r0,r1)}finally{wasm.__wbindgen_add_to_stack_pointer(16);wasm.__wbindgen_free(r0,r1)}};__exports.filters=function(ptr){try{const retptr=wasm.__wbindgen_add_to_stack_pointer(-16);wasm.filters(retptr,ptr);var r0=getInt32Memory0()[retptr/4+0];var r1=getInt32Memory0()[retptr/4+1];return getStringFromWasm0(r0,r1)}finally{wasm.__wbindgen_add_to_stack_pointer(16);wasm.__wbindgen_free(r0,r1)}};__exports.search=function(ptr,query,filter,sort,exact){try{const retptr=wasm.__wbindgen_add_to_stack_pointer(-16);const ptr0=passStringToWasm0(query,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len0=WASM_VECTOR_LEN;const ptr1=passStringToWasm0(filter,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len1=WASM_VECTOR_LEN;const ptr2=passStringToWasm0(sort,wasm.__wbindgen_malloc,wasm.__wbindgen_realloc);const len2=WASM_VECTOR_LEN;wasm.search(retptr,ptr,ptr0,len0,ptr1,len1,ptr2,len2,exact);var r0=getInt32Memory0()[retptr/4+0];var r1=getInt32Memory0()[retptr/4+1];return getStringFromWasm0(r0,r1)}finally{wasm.__wbindgen_add_to_stack_pointer(16);wasm.__wbindgen_free(r0,r1)}};async function load(module,imports){if(typeof Response==='function'&&module instanceof Response){if(typeof WebAssembly.instantiateStreaming==='function'){try{return await WebAssembly.instantiateStreaming(module,imports)}catch(e){if(module.headers.get('Content-Type')!='application/wasm'){console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",e)}else{throw e}}}const bytes=await module.arrayBuffer();return await WebAssembly.instantiate(bytes,imports)}else{const instance=await WebAssembly.instantiate(module,imports);if(instance instanceof WebAssembly.Instance){return{instance,module}}else{return instance}}}function getImports(){const imports={};imports.wbg={};return imports}function initMemory(imports,maybe_memory){}function finalizeInit(instance,module){wasm=instance.exports;init.__wbindgen_wasm_module=module;cachedInt32Memory0=null;cachedUint8Memory0=null;return wasm}function initSync(module){const imports=getImports();initMemory(imports);if(!(module instanceof WebAssembly.Module)){module=new WebAssembly.Module(module)}const instance=new WebAssembly.Instance(module,imports);return finalizeInit(instance,module)}async function init(input){if(typeof input==='undefined'){input=script_src.replace(/\.js$/,'_bg.wasm')}const imports=getImports();if(typeof input==='string'||(typeof Request==='function'&&input instanceof Request)||(typeof URL==='function'&&input instanceof URL)){input=fetch(input)}initMemory(imports);const{instance,module}=await load(await input,imports);return finalizeInit(instance,module)}wasm_bindgen=Object.assign(init,{initSync},__exports)})();var u8=Uint8Array;var u16=Uint16Array;var u32=Uint32Array;var fleb=new u8([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]);var fdeb=new u8([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]);var clim=new u8([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]);var freb=function(eb,start){var b=new u16(31);for(var i2=0;i2<31;++i2){b[i2]=start+=1<>>1|(i&21845)<<1;x=(x&52428)>>>2|(x&13107)<<2;x=(x&61680)>>>4|(x&3855)<<4;rev[i]=((x&65280)>>>8|(x&255)<<8)>>>1}var x;var i;var hMap=function(cd,mb,r){var s=cd.length;var i2=0;var l=new u16(mb);for(;i2>>rvb]=sv}}}}else{co=new u16(s);for(i2=0;i2>>15-cd[i2]}}}return co};var flt=new u8(288);for(i=0;i<144;++i)flt[i]=8;var i;for(i=144;i<256;++i)flt[i]=9;var i;for(i=256;i<280;++i)flt[i]=7;var i;for(i=280;i<288;++i)flt[i]=8;var i;var fdt=new u8(32);for(i=0;i<32;++i)fdt[i]=5;var i;var flrm=hMap(flt,9,1);var fdrm=hMap(fdt,5,1);var max=function(a){var m=a[0];for(var i2=1;i2m)m=a[i2]}return m};var bits=function(d,p,m){var o=p/8|0;return(d[o]|d[o+1]<<8)>>(p&7)&m};var bits16=function(d,p){var o=p/8|0;return(d[o]|d[o+1]<<8|d[o+2]<<16)>>(p&7)};var shft=function(p){return(p+7)/8|0};var slc=function(v,s,e){if(s==null||s<0)s=0;if(e==null||e>v.length)e=v.length;var n=new(v.BYTES_PER_ELEMENT==2?u16:v.BYTES_PER_ELEMENT==4?u32:u8)(e-s);n.set(v.subarray(s,e));return n};var ec=["unexpected EOF","invalid block type","invalid length/literal","invalid distance","stream finished","no stream handler",,"no callback","invalid UTF-8 data","extra field too long","date not in range 1980-2099","filename too long","stream finishing","invalid zip data"];var err=function(ind,msg,nt){var e=new Error(msg||ec[ind]);e.code=ind;if(Error.captureStackTrace)Error.captureStackTrace(e,err);if(!nt)throw e;return e};var inflt=function(dat,buf,st){var sl=dat.length;if(!sl||st&&st.f&&!st.l)return buf||new u8(0);var noBuf=!buf||st;var noSt=!st||st.i;if(!st)st={};if(!buf)buf=new u8(sl*3);var cbuf=function(l2){var bl=buf.length;if(l2>bl){var nbuf=new u8(Math.max(bl*2,l2));nbuf.set(buf);buf=nbuf}};var final=st.f||0,pos=st.p||0,bt=st.b||0,lm=st.l,dm=st.d,lbt=st.m,dbt=st.n;var tbts=sl*8;do{if(!lm){final=bits(dat,pos,1);var type=bits(dat,pos+1,3);pos+=3;if(!type){var s=shft(pos)+4,l=dat[s-4]|dat[s-3]<<8,t=s+l;if(t>sl){if(noSt)err(0);break}if(noBuf)cbuf(bt+l);buf.set(dat.subarray(s,t),bt);st.b=bt+=l,st.p=pos=t*8,st.f=final;continue}else if(type==1)lm=flrm,dm=fdrm,lbt=9,dbt=5;else if(type==2){var hLit=bits(dat,pos,31)+257,hcLen=bits(dat,pos+10,15)+4;var tl=hLit+bits(dat,pos+5,31)+1;pos+=14;var ldt=new u8(tl);var clt=new u8(19);for(var i2=0;i2>>4;if(s<16){ldt[i2++]=s}else{var c=0,n=0;if(s==16)n=3+bits(dat,pos,3),pos+=2,c=ldt[i2-1];else if(s==17)n=3+bits(dat,pos,7),pos+=3;else if(s==18)n=11+bits(dat,pos,127),pos+=7;while(n--)ldt[i2++]=c}}var lt=ldt.subarray(0,hLit),dt=ldt.subarray(hLit);lbt=max(lt);dbt=max(dt);lm=hMap(lt,lbt,1);dm=hMap(dt,dbt,1)}else err(1);if(pos>tbts){if(noSt)err(0);break}}if(noBuf)cbuf(bt+131072);var lms=(1<>>4;pos+=c&15;if(pos>tbts){if(noSt)err(0);break}if(!c)err(2);if(sym<256)buf[bt++]=sym;else if(sym==256){lpos=pos,lm=null;break}else{var add=sym-254;if(sym>264){var i2=sym-257,b=fleb[i2];add=bits(dat,pos,(1<>>4;if(!d)err(3);pos+=d&15;var dt=fd[dsym];if(dsym>3){var b=fdeb[dsym];dt+=bits16(dat,pos)&(1<tbts){if(noSt)err(0);break}if(noBuf)cbuf(bt+131072);var end=bt+add;for(;bt>3&1)+(flg>>4&1);zs>0;zs-=!d[st++]);return st+(flg&2)};var gzl=function(d){var l=d.length;return(d[l-4]|d[l-3]<<8|d[l-2]<<16|d[l-1]<<24)>>>0};function gunzipSync(data,out){return inflt(data.subarray(gzs(data),-8),out||new u8(gzl(data)))}var td=typeof TextDecoder!="undefined"&&new TextDecoder();var tds=0;try{td.decode(et,{stream:true});tds=1}catch(e){}var gz_default=gunzipSync;var calculate_excerpt_region=(word_positions,excerpt_length)=>{if(word_positions.length===0){return 0}let words=[];for(const word of word_positions){words[word.location]=words[word.location]||0;words[word.location]+=word.balanced_score}if(words.length<=excerpt_length){return 0}let densest=words.slice(0,excerpt_length).reduce((partialSum,a)=>partialSum+a,0);let working_sum=densest;let densest_at=[0];for(let i2=0;i2densest){densest=working_sum;densest_at=[i2]}else if(working_sum===densest&&densest_at[densest_at.length-1]===i2-1){densest_at.push(i2)}}let midpoint=densest_at[Math.floor(densest_at.length/2)];return midpoint};var build_excerpt=(content,start,length,locations,not_before,not_from)=>{let is_zws_delimited=content.includes("\u200B");let fragment_words=[];if(is_zws_delimited){fragment_words=content.split("\u200B")}else{fragment_words=content.split(/[\r\n\s]+/g)}for(let word of locations){if(fragment_words[word]?.startsWith(``)){continue}fragment_words[word]=`${fragment_words[word]}`}let endcap=not_from??fragment_words.length;let startcap=not_before??0;if(endcap-startcapendcap){start=endcap-length}if(start{const anchors=fragment.anchors.filter((a)=>/h\d/i.test(a.element)&&a.text?.length&&/\S/.test(a.text)).sort((a,b)=>a.location-b.location);const results=[];let current_anchor_position=0;let current_anchor={title:fragment.meta["title"],url:fragment.url,weighted_locations:[],locations:[],excerpt:""};const add_result=(end_range)=>{if(current_anchor.locations.length){const relative_weighted_locations=current_anchor.weighted_locations.map((l)=>{return{weight:l.weight,balanced_score:l.balanced_score,location:l.location-current_anchor_position}});const excerpt_start=calculate_excerpt_region(relative_weighted_locations,desired_excerpt_length)+current_anchor_position;const excerpt_length=end_range?Math.min(end_range-excerpt_start,desired_excerpt_length):desired_excerpt_length;current_anchor.excerpt=build_excerpt(fragment.raw_content??"",excerpt_start,excerpt_length,current_anchor.locations,current_anchor_position,end_range);results.push(current_anchor)}};for(let word of fragment.weighted_locations){if(!anchors.length||word.location=anchors[0].location){next_anchor=anchors.shift()}let anchored_url=fragment.url;try{const url_is_fq=/^((https?:)?\/\/)/.test(anchored_url);if(url_is_fq){let fq_url=new URL(anchored_url);fq_url.hash=next_anchor.id;anchored_url=fq_url.toString()}else{if(!/^\//.test(anchored_url)){anchored_url=`/${anchored_url}`}let fq_url=new URL(`https://example.com${anchored_url}`);fq_url.hash=next_anchor.id;anchored_url=fq_url.toString().replace(/^https:\/\/example.com/,"")}}catch(e){console.error(`Pagefind: Couldn't process ${anchored_url} for a search result`)}current_anchor_position=next_anchor.location;current_anchor={title:next_anchor.text,url:anchored_url,anchor:next_anchor,weighted_locations:[word],locations:[word.location],excerpt:""}}}add_result(anchors[0]?.location);return results};var asyncSleep=async(ms=100)=>{return new Promise((r)=>setTimeout(r,ms))};var PagefindInstance=class{constructor(opts={}){this.version=pagefind_version;this.backend=wasm_bindgen;this.decoder=new TextDecoder("utf-8");this.wasm=null;this.basePath=opts.basePath||"/pagefind/";this.primary=opts.primary||false;if(this.primary&&!opts.basePath){this.initPrimary()}if(/[^\/]$/.test(this.basePath)){this.basePath=`${this.basePath}/`}if(window?.location?.origin&&this.basePath.startsWith(window.location.origin)){this.basePath=this.basePath.replace(window.location.origin,"")}this.baseUrl=opts.baseUrl||this.defaultBaseUrl();if(!/^(\/|https?:\/\/)/.test(this.baseUrl)){this.baseUrl=`/${this.baseUrl}`}this.indexWeight=opts.indexWeight??1;this.excerptLength=opts.excerptLength??30;this.mergeFilter=opts.mergeFilter??{};this.highlightParam=opts.highlightParam??null;this.loaded_chunks={};this.loaded_filters={};this.loaded_fragments={};this.raw_ptr=null;this.searchMeta=null;this.languages=null}initPrimary(){let derivedBasePath=import.meta.url.match(/^(.*\/)pagefind.js.*$/)?.[1];if(derivedBasePath){this.basePath=derivedBasePath}else{console.warn(["Pagefind couldn't determine the base of the bundle from the import path. Falling back to the default.","Set a basePath option when initialising Pagefind to ignore this message."].join("\n"))}}defaultBaseUrl(){let default_base=this.basePath.match(/^(.*\/)_?pagefind/)?.[1];return default_base||"/"}async options(options2){const opts=["basePath","baseUrl","indexWeight","excerptLength","mergeFilter","highlightParam"];for(const[k,v]of Object.entries(options2)){if(k==="mergeFilter"){let filters2=this.stringifyFilters(v);let ptr=await this.getPtr();this.raw_ptr=this.backend.add_synthetic_filter(ptr,filters2)}else if(opts.includes(k)){if(k==="basePath"&&typeof v==="string")this.basePath=v;if(k==="baseUrl"&&typeof v==="string")this.baseUrl=v;if(k==="indexWeight"&&typeof v==="number")this.indexWeight=v;if(k==="excerptLength"&&typeof v==="number")this.excerptLength=v;if(k==="mergeFilter"&&typeof v==="object")this.mergeFilter=v;if(k==="highlightParam"&&typeof v==="string")this.highlightParam=v}else{console.warn(`Unknown Pagefind option ${k}. Allowed options: [${opts.join(", ")}]`)}}}decompress(data,file="unknown file"){if(this.decoder.decode(data.slice(0,12))==="pagefind_dcd"){return data.slice(12)}data=gz_default(data);if(this.decoder.decode(data.slice(0,12))!=="pagefind_dcd"){console.error(`Decompressing ${file} appears to have failed: Missing signature`);return data}return data.slice(12)}async init(language,opts){await this.loadEntry();let index=this.findIndex(language);let lang_wasm=index.wasm?index.wasm:"unknown";let resources=[this.loadMeta(index.hash)];if(opts.load_wasm===true){resources.push(this.loadWasm(lang_wasm))}await Promise.all(resources);this.raw_ptr=this.backend.init_pagefind(new Uint8Array(this.searchMeta));if(Object.keys(this.mergeFilter)?.length){let filters2=this.stringifyFilters(this.mergeFilter);let ptr=await this.getPtr();this.raw_ptr=this.backend.add_synthetic_filter(ptr,filters2)}}async loadEntry(){try{let entry_response=await fetch(`${this.basePath}pagefind-entry.json?ts=${Date.now()}`);let entry_json=await entry_response.json();this.languages=entry_json.languages;if(entry_json.version!==this.version){if(this.primary){console.warn(["Pagefind JS version doesn't match the version in your search index.",`Pagefind JS: ${this.version}. Pagefind index: ${entry_json.version}`,"If you upgraded Pagefind recently, you likely have a cached pagefind.js file.","If you encounter any search errors, try clearing your cache."].join("\n"))}else{console.warn(["Merging a Pagefind index from a different version than the main Pagefind instance.",`Main Pagefind JS: ${this.version}. Merged index (${this.basePath}): ${entry_json.version}`,"If you encounter any search errors, make sure that both sites are running the same version of Pagefind."].join("\n"))}}}catch(e){console.error(`Failed to load Pagefind metadata: +${e?.toString()}`);throw new Error("Failed to load Pagefind metadata")}}findIndex(language){if(this.languages){let index=this.languages[language];if(index)return index;index=this.languages[language.split("-")[0]];if(index)return index;let topLang=Object.values(this.languages).sort((a,b)=>b.page_count-a.page_count);if(topLang[0])return topLang[0]}throw new Error("Pagefind Error: No language indexes found.")}async loadMeta(index){try{let compressed_resp=await fetch(`${this.basePath}pagefind.${index}.pf_meta`);let compressed_meta=await compressed_resp.arrayBuffer();this.searchMeta=this.decompress(new Uint8Array(compressed_meta),"Pagefind metadata")}catch(e){console.error(`Failed to load the meta index: +${e?.toString()}`)}}async loadWasm(language){try{const wasm_url=`${this.basePath}wasm.${language}.pagefind`;let compressed_resp=await fetch(wasm_url);let compressed_wasm=await compressed_resp.arrayBuffer();const final_wasm=this.decompress(new Uint8Array(compressed_wasm),"Pagefind WebAssembly");if(!final_wasm){throw new Error("No WASM after decompression")}this.wasm=await this.backend(final_wasm)}catch(e){console.error(`Failed to load the Pagefind WASM: +${e?.toString()}`);throw new Error(`Failed to load the Pagefind WASM: +${e?.toString()}`)}}async _loadGenericChunk(url,method){try{let compressed_resp=await fetch(url);let compressed_chunk=await compressed_resp.arrayBuffer();let chunk=this.decompress(new Uint8Array(compressed_chunk),url);let ptr=await this.getPtr();this.raw_ptr=this.backend[method](ptr,chunk)}catch(e){console.error(`Failed to load the index chunk ${url}: +${e?.toString()}`)}}async loadChunk(hash){if(!this.loaded_chunks[hash]){const url=`${this.basePath}index/${hash}.pf_index`;this.loaded_chunks[hash]=this._loadGenericChunk(url,"load_index_chunk")}return await this.loaded_chunks[hash]}async loadFilterChunk(hash){if(!this.loaded_filters[hash]){const url=`${this.basePath}filter/${hash}.pf_filter`;this.loaded_filters[hash]=this._loadGenericChunk(url,"load_filter_chunk")}return await this.loaded_filters[hash]}async _loadFragment(hash){let compressed_resp=await fetch(`${this.basePath}fragment/${hash}.pf_fragment`);let compressed_fragment=await compressed_resp.arrayBuffer();let fragment=this.decompress(new Uint8Array(compressed_fragment),`Fragment ${hash}`);return JSON.parse(new TextDecoder().decode(fragment))}async loadFragment(hash,weighted_locations=[],search_term){if(!this.loaded_fragments[hash]){this.loaded_fragments[hash]=this._loadFragment(hash)}let fragment=await this.loaded_fragments[hash];fragment.weighted_locations=weighted_locations;fragment.locations=weighted_locations.map((l)=>l.location);if(!fragment.raw_content){fragment.raw_content=fragment.content.replace(//g,">");fragment.content=fragment.content.replace(/\u200B/g,"")}if(!fragment.raw_url){fragment.raw_url=fragment.url}fragment.url=this.processedUrl(fragment.raw_url,search_term);const excerpt_start=calculate_excerpt_region(weighted_locations,this.excerptLength);fragment.excerpt=build_excerpt(fragment.raw_content,excerpt_start,this.excerptLength,fragment.locations);fragment.sub_results=calculate_sub_results(fragment,this.excerptLength);return fragment}fullUrl(raw){if(/^(https?:)?\/\//.test(raw)){return raw}return`${this.baseUrl}/${raw}`.replace(/\/+/g,"/").replace(/^(https?:\/)/,"$1/")}processedUrl(url,search_term){const normalized=this.fullUrl(url);if(this.highlightParam===null){return normalized}let individual_terms=search_term.split(/\s+/);try{let processed=new URL(normalized);for(const term of individual_terms){processed.searchParams.append(this.highlightParam,term)}return processed.toString()}catch(e){try{let processed=new URL(`https://example.com${normalized}`);for(const term of individual_terms){processed.searchParams.append(this.highlightParam,term)}return processed.toString().replace(/^https:\/\/example\.com/,"")}catch(e2){return normalized}}}async getPtr(){while(this.raw_ptr===null){await asyncSleep(50)}if(!this.raw_ptr){console.error("Pagefind: WASM Error (No pointer)");throw new Error("Pagefind: WASM Error (No pointer)")}return this.raw_ptr}parseFilters(str){let output={};if(!str)return output;for(const block of str.split("__PF_FILTER_DELIM__")){let[filter,values]=block.split(/:(.*)$/);output[filter]={};if(values){for(const valueBlock of values.split("__PF_VALUE_DELIM__")){if(valueBlock){let extract=valueBlock.match(/^(.*):(\d+)$/);if(extract){let[,value,count]=extract;output[filter][value]=parseInt(count)??count}}}}}return output}stringifyFilters(obj={}){return JSON.stringify(obj)}stringifySorts(obj={}){let sorts=Object.entries(obj);for(let[sort,direction]of sorts){if(sorts.length>1){console.warn(`Pagefind was provided multiple sort options in this search, but can only operate on one. Using the ${sort} sort.`)}if(direction!=="asc"&&direction!=="desc"){console.warn(`Pagefind was provided a sort with unknown direction ${direction}. Supported: [asc, desc]`)}return`${sort}:${direction}`}return``}async filters(){let ptr=await this.getPtr();let filters2=this.backend.request_all_filter_indexes(ptr);let filter_chunks=filters2.split(" ").filter((v)=>v).map((chunk)=>this.loadFilterChunk(chunk));await Promise.all([...filter_chunks]);ptr=await this.getPtr();let results=this.backend.filters(ptr);return this.parseFilters(results)}async preload(term,options2={}){await this.search(term,{...options2,preload:true})}async search(term,options2={}){options2={verbose:false,filters:{},sort:{},...options2};const log=(str)=>{if(options2.verbose)console.log(str)};log(`Starting search on ${this.basePath}`);let start=Date.now();let ptr=await this.getPtr();let filter_only=term===null;term=term??"";let exact_search=/^\s*".+"\s*$/.test(term);if(exact_search){log(`Running an exact search`)}term=term.toLowerCase().trim().replace(/[\.`~!@#\$%\^&\*\(\)\{\}\[\]\\\|:;'",<>\/\?\-]/g,"").replace(/\s{2,}/g," ").trim();log(`Normalized search term to ${term}`);if(!term?.length&&!filter_only){return{results:[],unfilteredResultCount:0,filters:{},totalFilters:{},timings:{preload:Date.now()-start,search:Date.now()-start,total:Date.now()-start}}}let sort_list=this.stringifySorts(options2.sort);log(`Stringified sort to ${sort_list}`);const filter_list=this.stringifyFilters(options2.filters);log(`Stringified filters to ${filter_list}`);let index_resp=this.backend.request_indexes(ptr,term);let filter_resp=this.backend.request_filter_indexes(ptr,filter_list);let chunks=index_resp.split(" ").filter((v)=>v).map((chunk)=>this.loadChunk(chunk));let filter_chunks=filter_resp.split(" ").filter((v)=>v).map((chunk)=>this.loadFilterChunk(chunk));await Promise.all([...chunks,...filter_chunks]);log(`Loaded necessary chunks to run search`);if(options2.preload){log(`Preload \u2014 bailing out of search operation now.`);return null}ptr=await this.getPtr();let searchStart=Date.now();let result=this.backend.search(ptr,term,filter_list,sort_list,exact_search);log(`Got the raw search result: ${result}`);let[unfilteredResultCount,all_results,filters2,totalFilters]=result.split(/:([^:]*):(.*)__PF_UNFILTERED_DELIM__(.*)$/);let filterObj=this.parseFilters(filters2);let totalFilterObj=this.parseFilters(totalFilters);log(`Remaining filters: ${JSON.stringify(result)}`);let results=all_results.length?all_results.split(" "):[];let resultsInterface=results.map((result2)=>{let[hash,score,all_locations]=result2.split("@");log(`Processing result: + hash:${hash} + score:${score} + locations:${all_locations}`);let weighted_locations=all_locations.length?all_locations.split(",").map((l)=>{let[weight,balanced_score,location]=l.split(">");return{weight:parseInt(weight)/24,balanced_score:parseFloat(balanced_score),location:parseInt(location)}}):[];let locations=weighted_locations.map((l)=>l.location);return{id:hash,score:parseFloat(score)*this.indexWeight,words:locations,data:async()=>await this.loadFragment(hash,weighted_locations,term)}});const searchTime=Date.now()-searchStart;const realTime=Date.now()-start;log(`Found ${results.length} result${results.length == 1 ? "" : "s"} for "${term}" in ${Date.now() - searchStart}ms (${Date.now() - start}ms realtime)`);return{results:resultsInterface,unfilteredResultCount:parseInt(unfilteredResultCount),filters:filterObj,totalFilters:totalFilterObj,timings:{preload:realTime-searchTime,search:searchTime,total:realTime}}}};var Pagefind=class{constructor(options2={}){this.backend=wasm_bindgen;this.primaryLanguage="unknown";this.searchID=0;this.primary=new PagefindInstance({...options2,primary:true});this.instances=[this.primary];this.init(options2?.language)}async options(options2){await this.primary.options(options2)}async init(overrideLanguage){if(document?.querySelector){const langCode=document.querySelector("html")?.getAttribute("lang")||"unknown";this.primaryLanguage=langCode.toLocaleLowerCase()}await this.primary.init(overrideLanguage?overrideLanguage:this.primaryLanguage,{load_wasm:true})}async mergeIndex(indexPath,options2={}){if(this.primary.basePath.startsWith(indexPath)){console.warn(`Skipping mergeIndex ${indexPath} that appears to be the same as the primary index (${this.primary.basePath})`);return}let newInstance=new PagefindInstance({primary:false,basePath:indexPath});this.instances.push(newInstance);while(this.primary.wasm===null){await asyncSleep(50)}await newInstance.init(options2.language||this.primaryLanguage,{load_wasm:false});delete options2["language"];await newInstance.options(options2)}mergeFilters(filters2){const merged={};for(const searchFilter of filters2){for(const[filterKey,values]of Object.entries(searchFilter)){if(!merged[filterKey]){merged[filterKey]=values;continue}else{const filter=merged[filterKey];for(const[valueKey,count]of Object.entries(values)){filter[valueKey]=(filter[valueKey]||0)+count}}}}return merged}async filters(){let filters2=await Promise.all(this.instances.map((i2)=>i2.filters()));return this.mergeFilters(filters2)}async preload(term,options2={}){await Promise.all(this.instances.map((i2)=>i2.preload(term,options2)))}async debouncedSearch(term,options2,debounceTimeoutMs){const thisSearchID=++this.searchID;this.preload(term,options2);await asyncSleep(debounceTimeoutMs);if(thisSearchID!==this.searchID){return null}const searchResult=await this.search(term,options2);if(thisSearchID!==this.searchID){return null}return searchResult}async search(term,options2={}){let search2=await Promise.all(this.instances.map((i2)=>i2.search(term,options2)));const filters2=this.mergeFilters(search2.map((s)=>s.filters));const totalFilters=this.mergeFilters(search2.map((s)=>s.totalFilters));const results=search2.map((s)=>s.results).flat().sort((a,b)=>b.score-a.score);const timings=search2.map((s)=>s.timings);const unfilteredResultCount=search2.reduce((sum,s)=>sum+s.unfilteredResultCount,0);return{results,unfilteredResultCount,filters:filters2,totalFilters,timings}}};var pagefind=void 0;var initial_options=void 0;var init_pagefind=()=>{if(!pagefind){pagefind=new Pagefind(initial_options??{})}};var options=async(new_options)=>{if(pagefind){await pagefind.options(new_options)}else{initial_options=new_options}};var init=async()=>{init_pagefind()};var destroy=async()=>{pagefind=void 0;initial_options=void 0};var mergeIndex=async(indexPath,options2)=>{init_pagefind();return await pagefind.mergeIndex(indexPath,options2)};var search=async(term,options2)=>{init_pagefind();return await pagefind.search(term,options2)};var debouncedSearch=async(term,options2,debounceTimeoutMs=300)=>{init_pagefind();return await pagefind.debouncedSearch(term,options2,debounceTimeoutMs)};var preload=async(term,options2)=>{init_pagefind();return await pagefind.preload(term,options2)};var filters=async()=>{init_pagefind();return await pagefind.filters()};export{debouncedSearch,destroy,filters,init,mergeIndex,options,preload,search} \ No newline at end of file diff --git a/public/pagefind/pagefind.unknown_3a8d7cf8185f779.pf_meta b/public/pagefind/pagefind.unknown_3a8d7cf8185f779.pf_meta new file mode 100644 index 00000000..2e21e8ac Binary files /dev/null and b/public/pagefind/pagefind.unknown_3a8d7cf8185f779.pf_meta differ diff --git a/public/pagefind/wasm.unknown.pagefind b/public/pagefind/wasm.unknown.pagefind new file mode 100644 index 00000000..a2f87424 Binary files /dev/null and b/public/pagefind/wasm.unknown.pagefind differ diff --git a/public/post/index.html b/public/post/index.html index f2402e62..aefb85d1 100644 --- a/public/post/index.html +++ b/public/post/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -145,18 +141,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/post/index.xml b/public/post/index.xml index 1a506371..11b2eaa7 100644 --- a/public/post/index.xml +++ b/public/post/index.xml @@ -7,105 +7,84 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 10 Dec 2023 17:22:11 -0500 + Sun, 10 Dec 2023 17:22:11 -0500 + Setting Up Gitea Actions With Tailscale /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ Sun, 10 Dec 2023 17:22:11 -0500 - /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ - Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 - /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ - Watching YouTube in Private /blog/2022/12/10/watching-youtube-in-private/ Sat, 10 Dec 2022 21:46:55 -0500 - /blog/2022/12/10/watching-youtube-in-private/ - Virtualizing My Router With pfSense /blog/2022/04/02/virtualizing-my-router-with-pfsense/ Sat, 02 Apr 2022 18:50:09 -0400 - /blog/2022/04/02/virtualizing-my-router-with-pfsense/ - Backing Up Gmail With Synology /blog/2022/03/13/backing-up-gmail-with-synology/ Sun, 13 Mar 2022 18:49:10 -0400 - /blog/2022/03/13/backing-up-gmail-with-synology/ - Running K3s in LXC on Proxmox /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ Sun, 14 Nov 2021 10:07:03 -0500 - /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ - Replacing docker with podman on macOS (and Linux) /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ Mon, 11 Oct 2021 10:43:35 -0400 - /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ - Automatically Rotating AWS Access Keys /blog/2021/09/17/automatically-rotating-aws-access-keys/ Fri, 17 Sep 2021 12:48:33 -0400 - /blog/2021/09/17/automatically-rotating-aws-access-keys/ - Why I Threw Out My Dotfiles /blog/2021/09/08/why-i-threw-out-my-dotfiles/ Wed, 08 Sep 2021 00:42:33 -0400 - /blog/2021/09/08/why-i-threw-out-my-dotfiles/ - What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 - /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> - AppGate SDP on Arch Linux /blog/2020/03/16/appgate-sdp-on-arch-linux/ Mon, 16 Mar 2020 22:00:15 -0400 - /blog/2020/03/16/appgate-sdp-on-arch-linux/ <p>AppGate SDP provides a Zero Trust network. This post describes how to get AppGate SDP <code>4.3.2</code> working on Arch Linux.</p> - diff --git a/public/tags/adguard/index.html b/public/tags/adguard/index.html index 5e114f63..a70d1de8 100644 --- a/public/tags/adguard/index.html +++ b/public/tags/adguard/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/adguard/index.xml b/public/tags/adguard/index.xml index 86e66a5a..099cdc48 100644 --- a/public/tags/adguard/index.xml +++ b/public/tags/adguard/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 06 Sep 2021 01:12:54 -0400 + Mon, 06 Sep 2021 01:12:54 -0400 + What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 - /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> - diff --git a/public/tags/aks/index.html b/public/tags/aks/index.html index c361c6dc..d3d0b7a4 100644 --- a/public/tags/aks/index.html +++ b/public/tags/aks/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/aks/index.xml b/public/tags/aks/index.xml index 9ca02d2b..361e2a0f 100644 --- a/public/tags/aks/index.xml +++ b/public/tags/aks/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 + Mon, 22 May 2023 16:31:29 -0400 + Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 - /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ - diff --git a/public/tags/aws-vault/index.html b/public/tags/aws-vault/index.html index 8fa92cab..2e8c0342 100644 --- a/public/tags/aws-vault/index.html +++ b/public/tags/aws-vault/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/aws-vault/index.xml b/public/tags/aws-vault/index.xml index e5dc0faf..07cf28cc 100644 --- a/public/tags/aws-vault/index.xml +++ b/public/tags/aws-vault/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Fri, 17 Sep 2021 12:48:33 -0400 + Fri, 17 Sep 2021 12:48:33 -0400 + Automatically Rotating AWS Access Keys /blog/2021/09/17/automatically-rotating-aws-access-keys/ Fri, 17 Sep 2021 12:48:33 -0400 - /blog/2021/09/17/automatically-rotating-aws-access-keys/ - diff --git a/public/tags/aws/index.html b/public/tags/aws/index.html index b38c3444..e7c1a473 100644 --- a/public/tags/aws/index.html +++ b/public/tags/aws/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -127,18 +123,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/aws/index.xml b/public/tags/aws/index.xml index 5b9c67f7..a1d98066 100644 --- a/public/tags/aws/index.xml +++ b/public/tags/aws/index.xml @@ -7,24 +7,21 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 + Mon, 22 May 2023 16:31:29 -0400 + Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 - /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ - Automatically Rotating AWS Access Keys /blog/2021/09/17/automatically-rotating-aws-access-keys/ Fri, 17 Sep 2021 12:48:33 -0400 - /blog/2021/09/17/automatically-rotating-aws-access-keys/ - diff --git a/public/tags/azure/index.html b/public/tags/azure/index.html index 8849f197..a0f62725 100644 --- a/public/tags/azure/index.html +++ b/public/tags/azure/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/azure/index.xml b/public/tags/azure/index.xml index 21d3cf9f..243a3e0c 100644 --- a/public/tags/azure/index.xml +++ b/public/tags/azure/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 + Mon, 22 May 2023 16:31:29 -0400 + Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 - /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ - diff --git a/public/tags/backup/index.html b/public/tags/backup/index.html index 27f5ac20..3fd19c46 100644 --- a/public/tags/backup/index.html +++ b/public/tags/backup/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/backup/index.xml b/public/tags/backup/index.xml index a926b1ee..db502ddb 100644 --- a/public/tags/backup/index.xml +++ b/public/tags/backup/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 13 Mar 2022 18:49:10 -0400 + Sun, 13 Mar 2022 18:49:10 -0400 + Backing Up Gmail With Synology /blog/2022/03/13/backing-up-gmail-with-synology/ Sun, 13 Mar 2022 18:49:10 -0400 - /blog/2022/03/13/backing-up-gmail-with-synology/ - diff --git a/public/tags/bastion/index.html b/public/tags/bastion/index.html index 7e289f59..ca87a1cd 100644 --- a/public/tags/bastion/index.html +++ b/public/tags/bastion/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/bastion/index.xml b/public/tags/bastion/index.xml index 90ae1f70..1ab4bc1e 100644 --- a/public/tags/bastion/index.xml +++ b/public/tags/bastion/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 + Mon, 22 May 2023 16:31:29 -0400 + Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 - /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ - diff --git a/public/tags/cloud-sql-proxy/index.html b/public/tags/cloud-sql-proxy/index.html index f35f9b23..6a6cce35 100644 --- a/public/tags/cloud-sql-proxy/index.html +++ b/public/tags/cloud-sql-proxy/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/cloud-sql-proxy/index.xml b/public/tags/cloud-sql-proxy/index.xml index 2a59db56..f55ce922 100644 --- a/public/tags/cloud-sql-proxy/index.xml +++ b/public/tags/cloud-sql-proxy/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 + Mon, 22 May 2023 16:31:29 -0400 + Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 - /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ - diff --git a/public/tags/containers/index.html b/public/tags/containers/index.html index fa5f2bad..ce6829fb 100644 --- a/public/tags/containers/index.html +++ b/public/tags/containers/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/containers/index.xml b/public/tags/containers/index.xml index 56069b30..2e8af29b 100644 --- a/public/tags/containers/index.xml +++ b/public/tags/containers/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 11 Oct 2021 10:43:35 -0400 + Mon, 11 Oct 2021 10:43:35 -0400 + Replacing docker with podman on macOS (and Linux) /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ Mon, 11 Oct 2021 10:43:35 -0400 - /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ - diff --git a/public/tags/database/index.html b/public/tags/database/index.html index 0dbccf67..45836d9e 100644 --- a/public/tags/database/index.html +++ b/public/tags/database/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/database/index.xml b/public/tags/database/index.xml index 2c43fd48..4081e6b8 100644 --- a/public/tags/database/index.xml +++ b/public/tags/database/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 + Mon, 22 May 2023 16:31:29 -0400 + Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 - /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ - diff --git a/public/tags/degoogle/index.html b/public/tags/degoogle/index.html index 881afba6..e8912e5d 100644 --- a/public/tags/degoogle/index.html +++ b/public/tags/degoogle/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -127,18 +123,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/degoogle/index.xml b/public/tags/degoogle/index.xml index 016752f9..8d7e3fd3 100644 --- a/public/tags/degoogle/index.xml +++ b/public/tags/degoogle/index.xml @@ -7,24 +7,21 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 10 Dec 2022 21:46:55 -0500 + Sat, 10 Dec 2022 21:46:55 -0500 + Watching YouTube in Private /blog/2022/12/10/watching-youtube-in-private/ Sat, 10 Dec 2022 21:46:55 -0500 - /blog/2022/12/10/watching-youtube-in-private/ - Backing Up Gmail With Synology /blog/2022/03/13/backing-up-gmail-with-synology/ Sun, 13 Mar 2022 18:49:10 -0400 - /blog/2022/03/13/backing-up-gmail-with-synology/ - diff --git a/public/tags/docker/index.html b/public/tags/docker/index.html index 6cb5c15b..beefa635 100644 --- a/public/tags/docker/index.html +++ b/public/tags/docker/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/docker/index.xml b/public/tags/docker/index.xml index 53a80e94..3d4a4099 100644 --- a/public/tags/docker/index.xml +++ b/public/tags/docker/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 11 Oct 2021 10:43:35 -0400 + Mon, 11 Oct 2021 10:43:35 -0400 + Replacing docker with podman on macOS (and Linux) /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ Mon, 11 Oct 2021 10:43:35 -0400 - /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ - diff --git a/public/tags/dotfiles/index.html b/public/tags/dotfiles/index.html index 0feb2a9e..a263b688 100644 --- a/public/tags/dotfiles/index.html +++ b/public/tags/dotfiles/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/dotfiles/index.xml b/public/tags/dotfiles/index.xml index c70cf0b4..6f750e4c 100644 --- a/public/tags/dotfiles/index.xml +++ b/public/tags/dotfiles/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Wed, 08 Sep 2021 00:42:33 -0400 + Wed, 08 Sep 2021 00:42:33 -0400 + Why I Threw Out My Dotfiles /blog/2021/09/08/why-i-threw-out-my-dotfiles/ Wed, 08 Sep 2021 00:42:33 -0400 - /blog/2021/09/08/why-i-threw-out-my-dotfiles/ - diff --git a/public/tags/eks/index.html b/public/tags/eks/index.html index e80dd0af..b8a00508 100644 --- a/public/tags/eks/index.html +++ b/public/tags/eks/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/eks/index.xml b/public/tags/eks/index.xml index cdbc3f83..7d719555 100644 --- a/public/tags/eks/index.xml +++ b/public/tags/eks/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 + Mon, 22 May 2023 16:31:29 -0400 + Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 - /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ - diff --git a/public/tags/gitea-actions/index.html b/public/tags/gitea-actions/index.html index b26a2525..03e32aeb 100644 --- a/public/tags/gitea-actions/index.html +++ b/public/tags/gitea-actions/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/gitea-actions/index.xml b/public/tags/gitea-actions/index.xml index ce97473a..88297cda 100644 --- a/public/tags/gitea-actions/index.xml +++ b/public/tags/gitea-actions/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 10 Dec 2023 17:22:11 -0500 + Sun, 10 Dec 2023 17:22:11 -0500 + Setting Up Gitea Actions With Tailscale /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ Sun, 10 Dec 2023 17:22:11 -0500 - /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ - diff --git a/public/tags/gitea/index.html b/public/tags/gitea/index.html index ce5b35c9..beade4c1 100644 --- a/public/tags/gitea/index.html +++ b/public/tags/gitea/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/gitea/index.xml b/public/tags/gitea/index.xml index b8c15434..662b2240 100644 --- a/public/tags/gitea/index.xml +++ b/public/tags/gitea/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 10 Dec 2023 17:22:11 -0500 + Sun, 10 Dec 2023 17:22:11 -0500 + Setting Up Gitea Actions With Tailscale /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ Sun, 10 Dec 2023 17:22:11 -0500 - /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ - diff --git a/public/tags/github-actions/index.html b/public/tags/github-actions/index.html index 17cbc45e..94c7fd56 100644 --- a/public/tags/github-actions/index.html +++ b/public/tags/github-actions/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/github-actions/index.xml b/public/tags/github-actions/index.xml index be8133fe..de533cf2 100644 --- a/public/tags/github-actions/index.xml +++ b/public/tags/github-actions/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 10 Dec 2023 17:22:11 -0500 + Sun, 10 Dec 2023 17:22:11 -0500 + Setting Up Gitea Actions With Tailscale /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ Sun, 10 Dec 2023 17:22:11 -0500 - /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ - diff --git a/public/tags/gmail/index.html b/public/tags/gmail/index.html index 588eeeb5..c14f10cb 100644 --- a/public/tags/gmail/index.html +++ b/public/tags/gmail/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/gmail/index.xml b/public/tags/gmail/index.xml index 45c75fbd..44b60956 100644 --- a/public/tags/gmail/index.xml +++ b/public/tags/gmail/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 13 Mar 2022 18:49:10 -0400 + Sun, 13 Mar 2022 18:49:10 -0400 + Backing Up Gmail With Synology /blog/2022/03/13/backing-up-gmail-with-synology/ Sun, 13 Mar 2022 18:49:10 -0400 - /blog/2022/03/13/backing-up-gmail-with-synology/ - diff --git a/public/tags/grafana/index.html b/public/tags/grafana/index.html index 07a746a2..d1b74728 100644 --- a/public/tags/grafana/index.html +++ b/public/tags/grafana/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/grafana/index.xml b/public/tags/grafana/index.xml index 36168a0c..9b26a26c 100644 --- a/public/tags/grafana/index.xml +++ b/public/tags/grafana/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 06 Sep 2021 01:12:54 -0400 + Mon, 06 Sep 2021 01:12:54 -0400 + What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 - /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> - diff --git a/public/tags/home-manager/index.html b/public/tags/home-manager/index.html index 1da5a4e8..f99a5c8c 100644 --- a/public/tags/home-manager/index.html +++ b/public/tags/home-manager/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/home-manager/index.xml b/public/tags/home-manager/index.xml index 4ed945a2..b1ae7b63 100644 --- a/public/tags/home-manager/index.xml +++ b/public/tags/home-manager/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Wed, 08 Sep 2021 00:42:33 -0400 + Wed, 08 Sep 2021 00:42:33 -0400 + Why I Threw Out My Dotfiles /blog/2021/09/08/why-i-threw-out-my-dotfiles/ Wed, 08 Sep 2021 00:42:33 -0400 - /blog/2021/09/08/why-i-threw-out-my-dotfiles/ - diff --git a/public/tags/homelab/index.html b/public/tags/homelab/index.html index 1303d1d1..26256663 100644 --- a/public/tags/homelab/index.html +++ b/public/tags/homelab/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/homelab/index.xml b/public/tags/homelab/index.xml index c485e12f..0b1506f2 100644 --- a/public/tags/homelab/index.xml +++ b/public/tags/homelab/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 06 Sep 2021 01:12:54 -0400 + Mon, 06 Sep 2021 01:12:54 -0400 + What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 - /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> - diff --git a/public/tags/index.html b/public/tags/index.html index 3f5d7717..4bbd7266 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + +

    All tags

    @@ -340,18 +336,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/index.xml b/public/tags/index.xml index c9b10bb9..9db3494b 100644 --- a/public/tags/index.xml +++ b/public/tags/index.xml @@ -7,474 +7,371 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 10 Dec 2023 17:22:11 -0500 + Sun, 10 Dec 2023 17:22:11 -0500 + gitea /tags/gitea/ Sun, 10 Dec 2023 17:22:11 -0500 - /tags/gitea/ - gitea actions /tags/gitea-actions/ Sun, 10 Dec 2023 17:22:11 -0500 - /tags/gitea-actions/ - github actions /tags/github-actions/ Sun, 10 Dec 2023 17:22:11 -0500 - /tags/github-actions/ - tailscale /tags/tailscale/ Sun, 10 Dec 2023 17:22:11 -0500 - /tags/tailscale/ - aks /tags/aks/ Mon, 22 May 2023 16:31:29 -0400 - /tags/aks/ - aws /tags/aws/ Mon, 22 May 2023 16:31:29 -0400 - /tags/aws/ - azure /tags/azure/ Mon, 22 May 2023 16:31:29 -0400 - /tags/azure/ - bastion /tags/bastion/ Mon, 22 May 2023 16:31:29 -0400 - /tags/bastion/ - cloud-sql-proxy /tags/cloud-sql-proxy/ Mon, 22 May 2023 16:31:29 -0400 - /tags/cloud-sql-proxy/ - database /tags/database/ Mon, 22 May 2023 16:31:29 -0400 - /tags/database/ - eks /tags/eks/ Mon, 22 May 2023 16:31:29 -0400 - /tags/eks/ - k8s /tags/k8s/ Mon, 22 May 2023 16:31:29 -0400 - /tags/k8s/ - kubectl-plugin-socks5-proxy /tags/kubectl-plugin-socks5-proxy/ Mon, 22 May 2023 16:31:29 -0400 - /tags/kubectl-plugin-socks5-proxy/ - proxy /tags/proxy/ Mon, 22 May 2023 16:31:29 -0400 - /tags/proxy/ - socat /tags/socat/ Mon, 22 May 2023 16:31:29 -0400 - /tags/socat/ - socks /tags/socks/ Mon, 22 May 2023 16:31:29 -0400 - /tags/socks/ - degoogle /tags/degoogle/ Sat, 10 Dec 2022 21:46:55 -0500 - /tags/degoogle/ - invidious /tags/invidious/ Sat, 10 Dec 2022 21:46:55 -0500 - /tags/invidious/ - privacy /tags/privacy/ Sat, 10 Dec 2022 21:46:55 -0500 - /tags/privacy/ - yewtu.be /tags/yewtu.be/ Sat, 10 Dec 2022 21:46:55 -0500 - /tags/yewtu.be/ - youtube /tags/youtube/ Sat, 10 Dec 2022 21:46:55 -0500 - /tags/youtube/ - openwrt /tags/openwrt/ Sat, 02 Apr 2022 18:50:09 -0400 - /tags/openwrt/ - pfsense /tags/pfsense/ Sat, 02 Apr 2022 18:50:09 -0400 - /tags/pfsense/ - proxmox /tags/proxmox/ Sat, 02 Apr 2022 18:50:09 -0400 - /tags/proxmox/ - router /tags/router/ Sat, 02 Apr 2022 18:50:09 -0400 - /tags/router/ - router-on-a-stick /tags/router-on-a-stick/ Sat, 02 Apr 2022 18:50:09 -0400 - /tags/router-on-a-stick/ - vlan /tags/vlan/ Sat, 02 Apr 2022 18:50:09 -0400 - /tags/vlan/ - backup /tags/backup/ Sun, 13 Mar 2022 18:49:10 -0400 - /tags/backup/ - gmail /tags/gmail/ Sun, 13 Mar 2022 18:49:10 -0400 - /tags/gmail/ - ransomware /tags/ransomware/ Sun, 13 Mar 2022 18:49:10 -0400 - /tags/ransomware/ - synology /tags/synology/ Sun, 13 Mar 2022 18:49:10 -0400 - /tags/synology/ - k3s /tags/k3s/ Sun, 14 Nov 2021 10:07:03 -0500 - /tags/k3s/ - lxc /tags/lxc/ Sun, 14 Nov 2021 10:07:03 -0500 - /tags/lxc/ - containers /tags/containers/ Mon, 11 Oct 2021 10:43:35 -0400 - /tags/containers/ - docker /tags/docker/ Mon, 11 Oct 2021 10:43:35 -0400 - /tags/docker/ - podman /tags/podman/ Mon, 11 Oct 2021 10:43:35 -0400 - /tags/podman/ - aws-vault /tags/aws-vault/ Fri, 17 Sep 2021 12:48:33 -0400 - /tags/aws-vault/ - python /tags/python/ Fri, 17 Sep 2021 12:48:33 -0400 - /tags/python/ - security /tags/security/ Fri, 17 Sep 2021 12:48:33 -0400 - /tags/security/ - dotfiles /tags/dotfiles/ Wed, 08 Sep 2021 00:42:33 -0400 - /tags/dotfiles/ - home-manager /tags/home-manager/ Wed, 08 Sep 2021 00:42:33 -0400 - /tags/home-manager/ - nix /tags/nix/ Wed, 08 Sep 2021 00:42:33 -0400 - /tags/nix/ - adguard /tags/adguard/ Mon, 06 Sep 2021 01:12:54 -0400 - /tags/adguard/ - grafana /tags/grafana/ Mon, 06 Sep 2021 01:12:54 -0400 - /tags/grafana/ - homelab /tags/homelab/ Mon, 06 Sep 2021 01:12:54 -0400 - /tags/homelab/ - jellyfin /tags/jellyfin/ Mon, 06 Sep 2021 01:12:54 -0400 - /tags/jellyfin/ - netdata /tags/netdata/ Mon, 06 Sep 2021 01:12:54 -0400 - /tags/netdata/ - pihole /tags/pihole/ Mon, 06 Sep 2021 01:12:54 -0400 - /tags/pihole/ - plex /tags/plex/ Mon, 06 Sep 2021 01:12:54 -0400 - /tags/plex/ - virtualization /tags/virtualization/ Mon, 06 Sep 2021 01:12:54 -0400 - /tags/virtualization/ - linux /tags/linux/ Mon, 16 Mar 2020 22:00:15 -0400 - /tags/linux/ - vpn /tags/vpn/ Mon, 16 Mar 2020 22:00:15 -0400 - /tags/vpn/ - diff --git a/public/tags/invidious/index.html b/public/tags/invidious/index.html index d256c3f9..f3c3089a 100644 --- a/public/tags/invidious/index.html +++ b/public/tags/invidious/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/invidious/index.xml b/public/tags/invidious/index.xml index 318b4376..de28a068 100644 --- a/public/tags/invidious/index.xml +++ b/public/tags/invidious/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 10 Dec 2022 21:46:55 -0500 + Sat, 10 Dec 2022 21:46:55 -0500 + Watching YouTube in Private /blog/2022/12/10/watching-youtube-in-private/ Sat, 10 Dec 2022 21:46:55 -0500 - /blog/2022/12/10/watching-youtube-in-private/ - diff --git a/public/tags/jellyfin/index.html b/public/tags/jellyfin/index.html index 513163d9..da164be5 100644 --- a/public/tags/jellyfin/index.html +++ b/public/tags/jellyfin/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/jellyfin/index.xml b/public/tags/jellyfin/index.xml index ca4b716c..0e674c1b 100644 --- a/public/tags/jellyfin/index.xml +++ b/public/tags/jellyfin/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 06 Sep 2021 01:12:54 -0400 + Mon, 06 Sep 2021 01:12:54 -0400 + What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 - /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> - diff --git a/public/tags/k3s/index.html b/public/tags/k3s/index.html index ba1ba5ca..2a0fb09d 100644 --- a/public/tags/k3s/index.html +++ b/public/tags/k3s/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/k3s/index.xml b/public/tags/k3s/index.xml index a0c5a396..bd6eb985 100644 --- a/public/tags/k3s/index.xml +++ b/public/tags/k3s/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 14 Nov 2021 10:07:03 -0500 + Sun, 14 Nov 2021 10:07:03 -0500 + Running K3s in LXC on Proxmox /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ Sun, 14 Nov 2021 10:07:03 -0500 - /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ - diff --git a/public/tags/k8s/index.html b/public/tags/k8s/index.html index d8843313..c70feb1b 100644 --- a/public/tags/k8s/index.html +++ b/public/tags/k8s/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/k8s/index.xml b/public/tags/k8s/index.xml index f11c08a0..dfb058cb 100644 --- a/public/tags/k8s/index.xml +++ b/public/tags/k8s/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 + Mon, 22 May 2023 16:31:29 -0400 + Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 - /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ - diff --git a/public/tags/kubectl-plugin-socks5-proxy/index.html b/public/tags/kubectl-plugin-socks5-proxy/index.html index 0d2b361d..016d34fe 100644 --- a/public/tags/kubectl-plugin-socks5-proxy/index.html +++ b/public/tags/kubectl-plugin-socks5-proxy/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/kubectl-plugin-socks5-proxy/index.xml b/public/tags/kubectl-plugin-socks5-proxy/index.xml index 6aff86cc..d3e342fc 100644 --- a/public/tags/kubectl-plugin-socks5-proxy/index.xml +++ b/public/tags/kubectl-plugin-socks5-proxy/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 + Mon, 22 May 2023 16:31:29 -0400 + Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 - /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ - diff --git a/public/tags/linux/index.html b/public/tags/linux/index.html index a9180bbe..4d9c28e0 100644 --- a/public/tags/linux/index.html +++ b/public/tags/linux/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/linux/index.xml b/public/tags/linux/index.xml index c672359d..07886016 100644 --- a/public/tags/linux/index.xml +++ b/public/tags/linux/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 16 Mar 2020 22:00:15 -0400 + Mon, 16 Mar 2020 22:00:15 -0400 + AppGate SDP on Arch Linux /blog/2020/03/16/appgate-sdp-on-arch-linux/ Mon, 16 Mar 2020 22:00:15 -0400 - /blog/2020/03/16/appgate-sdp-on-arch-linux/ <p>AppGate SDP provides a Zero Trust network. This post describes how to get AppGate SDP <code>4.3.2</code> working on Arch Linux.</p> - diff --git a/public/tags/lxc/index.html b/public/tags/lxc/index.html index 4668a064..72752698 100644 --- a/public/tags/lxc/index.html +++ b/public/tags/lxc/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/lxc/index.xml b/public/tags/lxc/index.xml index 99058235..8ea43fd3 100644 --- a/public/tags/lxc/index.xml +++ b/public/tags/lxc/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 14 Nov 2021 10:07:03 -0500 + Sun, 14 Nov 2021 10:07:03 -0500 + Running K3s in LXC on Proxmox /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ Sun, 14 Nov 2021 10:07:03 -0500 - /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ - diff --git a/public/tags/netdata/index.html b/public/tags/netdata/index.html index 3783a542..e394fa88 100644 --- a/public/tags/netdata/index.html +++ b/public/tags/netdata/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/netdata/index.xml b/public/tags/netdata/index.xml index 53d3475b..7deebae9 100644 --- a/public/tags/netdata/index.xml +++ b/public/tags/netdata/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 06 Sep 2021 01:12:54 -0400 + Mon, 06 Sep 2021 01:12:54 -0400 + What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 - /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> - diff --git a/public/tags/nix/index.html b/public/tags/nix/index.html index 8bbe4caf..29629e7d 100644 --- a/public/tags/nix/index.html +++ b/public/tags/nix/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/nix/index.xml b/public/tags/nix/index.xml index 8f899acd..1cee415f 100644 --- a/public/tags/nix/index.xml +++ b/public/tags/nix/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Wed, 08 Sep 2021 00:42:33 -0400 + Wed, 08 Sep 2021 00:42:33 -0400 + Why I Threw Out My Dotfiles /blog/2021/09/08/why-i-threw-out-my-dotfiles/ Wed, 08 Sep 2021 00:42:33 -0400 - /blog/2021/09/08/why-i-threw-out-my-dotfiles/ - diff --git a/public/tags/openwrt/index.html b/public/tags/openwrt/index.html index 62ef8afe..95d893e5 100644 --- a/public/tags/openwrt/index.html +++ b/public/tags/openwrt/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/openwrt/index.xml b/public/tags/openwrt/index.xml index d97fc536..f5acb865 100644 --- a/public/tags/openwrt/index.xml +++ b/public/tags/openwrt/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 02 Apr 2022 18:50:09 -0400 + Sat, 02 Apr 2022 18:50:09 -0400 + Virtualizing My Router With pfSense /blog/2022/04/02/virtualizing-my-router-with-pfsense/ Sat, 02 Apr 2022 18:50:09 -0400 - /blog/2022/04/02/virtualizing-my-router-with-pfsense/ - diff --git a/public/tags/pfsense/index.html b/public/tags/pfsense/index.html index f4b0fe85..0cdf01f7 100644 --- a/public/tags/pfsense/index.html +++ b/public/tags/pfsense/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/pfsense/index.xml b/public/tags/pfsense/index.xml index ec2bb14e..bbd7aaee 100644 --- a/public/tags/pfsense/index.xml +++ b/public/tags/pfsense/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 02 Apr 2022 18:50:09 -0400 + Sat, 02 Apr 2022 18:50:09 -0400 + Virtualizing My Router With pfSense /blog/2022/04/02/virtualizing-my-router-with-pfsense/ Sat, 02 Apr 2022 18:50:09 -0400 - /blog/2022/04/02/virtualizing-my-router-with-pfsense/ - diff --git a/public/tags/pihole/index.html b/public/tags/pihole/index.html index 2c616ca8..92e7f7c4 100644 --- a/public/tags/pihole/index.html +++ b/public/tags/pihole/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/pihole/index.xml b/public/tags/pihole/index.xml index edd5fac9..b03a0f8c 100644 --- a/public/tags/pihole/index.xml +++ b/public/tags/pihole/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 06 Sep 2021 01:12:54 -0400 + Mon, 06 Sep 2021 01:12:54 -0400 + What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 - /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> - diff --git a/public/tags/plex/index.html b/public/tags/plex/index.html index b742e7d4..b0817393 100644 --- a/public/tags/plex/index.html +++ b/public/tags/plex/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/plex/index.xml b/public/tags/plex/index.xml index f9737f61..e83cd084 100644 --- a/public/tags/plex/index.xml +++ b/public/tags/plex/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 06 Sep 2021 01:12:54 -0400 + Mon, 06 Sep 2021 01:12:54 -0400 + What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 - /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> - diff --git a/public/tags/podman/index.html b/public/tags/podman/index.html index 75b47621..5fc08c34 100644 --- a/public/tags/podman/index.html +++ b/public/tags/podman/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/podman/index.xml b/public/tags/podman/index.xml index 0458dadb..77127e4b 100644 --- a/public/tags/podman/index.xml +++ b/public/tags/podman/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 11 Oct 2021 10:43:35 -0400 + Mon, 11 Oct 2021 10:43:35 -0400 + Replacing docker with podman on macOS (and Linux) /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ Mon, 11 Oct 2021 10:43:35 -0400 - /blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/ - diff --git a/public/tags/privacy/index.html b/public/tags/privacy/index.html index 64a7e3ee..afe0e315 100644 --- a/public/tags/privacy/index.html +++ b/public/tags/privacy/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/privacy/index.xml b/public/tags/privacy/index.xml index deb27ef5..bfc84750 100644 --- a/public/tags/privacy/index.xml +++ b/public/tags/privacy/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 10 Dec 2022 21:46:55 -0500 + Sat, 10 Dec 2022 21:46:55 -0500 + Watching YouTube in Private /blog/2022/12/10/watching-youtube-in-private/ Sat, 10 Dec 2022 21:46:55 -0500 - /blog/2022/12/10/watching-youtube-in-private/ - diff --git a/public/tags/proxmox/index.html b/public/tags/proxmox/index.html index a0feb5e9..44862291 100644 --- a/public/tags/proxmox/index.html +++ b/public/tags/proxmox/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -127,18 +123,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/proxmox/index.xml b/public/tags/proxmox/index.xml index 945f8a17..33b42ad2 100644 --- a/public/tags/proxmox/index.xml +++ b/public/tags/proxmox/index.xml @@ -7,24 +7,21 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 02 Apr 2022 18:50:09 -0400 + Sat, 02 Apr 2022 18:50:09 -0400 + Virtualizing My Router With pfSense /blog/2022/04/02/virtualizing-my-router-with-pfsense/ Sat, 02 Apr 2022 18:50:09 -0400 - /blog/2022/04/02/virtualizing-my-router-with-pfsense/ - Running K3s in LXC on Proxmox /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ Sun, 14 Nov 2021 10:07:03 -0500 - /blog/2021/11/14/running-k3s-in-lxc-on-proxmox/ - diff --git a/public/tags/proxy/index.html b/public/tags/proxy/index.html index 2c290e7f..b09435b2 100644 --- a/public/tags/proxy/index.html +++ b/public/tags/proxy/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/proxy/index.xml b/public/tags/proxy/index.xml index a90910a8..c2abc8ad 100644 --- a/public/tags/proxy/index.xml +++ b/public/tags/proxy/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 + Mon, 22 May 2023 16:31:29 -0400 + Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 - /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ - diff --git a/public/tags/python/index.html b/public/tags/python/index.html index d1d52238..5e76e890 100644 --- a/public/tags/python/index.html +++ b/public/tags/python/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -127,18 +123,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/python/index.xml b/public/tags/python/index.xml index e4731a8e..70a4239d 100644 --- a/public/tags/python/index.xml +++ b/public/tags/python/index.xml @@ -7,24 +7,21 @@ Hugo -- gohugo.io en-us Dave Gallant - Fri, 17 Sep 2021 12:48:33 -0400 + Fri, 17 Sep 2021 12:48:33 -0400 + Automatically Rotating AWS Access Keys /blog/2021/09/17/automatically-rotating-aws-access-keys/ Fri, 17 Sep 2021 12:48:33 -0400 - /blog/2021/09/17/automatically-rotating-aws-access-keys/ - AppGate SDP on Arch Linux /blog/2020/03/16/appgate-sdp-on-arch-linux/ Mon, 16 Mar 2020 22:00:15 -0400 - /blog/2020/03/16/appgate-sdp-on-arch-linux/ <p>AppGate SDP provides a Zero Trust network. This post describes how to get AppGate SDP <code>4.3.2</code> working on Arch Linux.</p> - diff --git a/public/tags/ransomware/index.html b/public/tags/ransomware/index.html index f66b6494..32327049 100644 --- a/public/tags/ransomware/index.html +++ b/public/tags/ransomware/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/ransomware/index.xml b/public/tags/ransomware/index.xml index d49167d2..4a87f30d 100644 --- a/public/tags/ransomware/index.xml +++ b/public/tags/ransomware/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 13 Mar 2022 18:49:10 -0400 + Sun, 13 Mar 2022 18:49:10 -0400 + Backing Up Gmail With Synology /blog/2022/03/13/backing-up-gmail-with-synology/ Sun, 13 Mar 2022 18:49:10 -0400 - /blog/2022/03/13/backing-up-gmail-with-synology/ - diff --git a/public/tags/router-on-a-stick/index.html b/public/tags/router-on-a-stick/index.html index 549f06ae..8568d7b3 100644 --- a/public/tags/router-on-a-stick/index.html +++ b/public/tags/router-on-a-stick/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/router-on-a-stick/index.xml b/public/tags/router-on-a-stick/index.xml index 488e6bc1..3ddeaf71 100644 --- a/public/tags/router-on-a-stick/index.xml +++ b/public/tags/router-on-a-stick/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 02 Apr 2022 18:50:09 -0400 + Sat, 02 Apr 2022 18:50:09 -0400 + Virtualizing My Router With pfSense /blog/2022/04/02/virtualizing-my-router-with-pfsense/ Sat, 02 Apr 2022 18:50:09 -0400 - /blog/2022/04/02/virtualizing-my-router-with-pfsense/ - diff --git a/public/tags/router/index.html b/public/tags/router/index.html index fed65cb5..3d0b617e 100644 --- a/public/tags/router/index.html +++ b/public/tags/router/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/router/index.xml b/public/tags/router/index.xml index b277dc2b..81ad6910 100644 --- a/public/tags/router/index.xml +++ b/public/tags/router/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 02 Apr 2022 18:50:09 -0400 + Sat, 02 Apr 2022 18:50:09 -0400 + Virtualizing My Router With pfSense /blog/2022/04/02/virtualizing-my-router-with-pfsense/ Sat, 02 Apr 2022 18:50:09 -0400 - /blog/2022/04/02/virtualizing-my-router-with-pfsense/ - diff --git a/public/tags/security/index.html b/public/tags/security/index.html index 3e3dbd5b..cd75d95a 100644 --- a/public/tags/security/index.html +++ b/public/tags/security/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/security/index.xml b/public/tags/security/index.xml index f8d563aa..0f1e066d 100644 --- a/public/tags/security/index.xml +++ b/public/tags/security/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Fri, 17 Sep 2021 12:48:33 -0400 + Fri, 17 Sep 2021 12:48:33 -0400 + Automatically Rotating AWS Access Keys /blog/2021/09/17/automatically-rotating-aws-access-keys/ Fri, 17 Sep 2021 12:48:33 -0400 - /blog/2021/09/17/automatically-rotating-aws-access-keys/ - diff --git a/public/tags/socat/index.html b/public/tags/socat/index.html index 5c6320cb..f89f6ea5 100644 --- a/public/tags/socat/index.html +++ b/public/tags/socat/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/socat/index.xml b/public/tags/socat/index.xml index b2274a14..c0051ac5 100644 --- a/public/tags/socat/index.xml +++ b/public/tags/socat/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 + Mon, 22 May 2023 16:31:29 -0400 + Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 - /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ - diff --git a/public/tags/socks/index.html b/public/tags/socks/index.html index f73262b7..9d2a4f02 100644 --- a/public/tags/socks/index.html +++ b/public/tags/socks/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/socks/index.xml b/public/tags/socks/index.xml index 9431be19..4d885e2e 100644 --- a/public/tags/socks/index.xml +++ b/public/tags/socks/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 22 May 2023 16:31:29 -0400 + Mon, 22 May 2023 16:31:29 -0400 + Using AKS and SOCKS to connect to a Private Azure DB /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ Mon, 22 May 2023 16:31:29 -0400 - /blog/2023/05/22/using-aks-and-socks-to-connect-to-a-private-azure-db/ - diff --git a/public/tags/synology/index.html b/public/tags/synology/index.html index d28d8e4b..c77894e8 100644 --- a/public/tags/synology/index.html +++ b/public/tags/synology/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/synology/index.xml b/public/tags/synology/index.xml index f44b15cc..e8159267 100644 --- a/public/tags/synology/index.xml +++ b/public/tags/synology/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 13 Mar 2022 18:49:10 -0400 + Sun, 13 Mar 2022 18:49:10 -0400 + Backing Up Gmail With Synology /blog/2022/03/13/backing-up-gmail-with-synology/ Sun, 13 Mar 2022 18:49:10 -0400 - /blog/2022/03/13/backing-up-gmail-with-synology/ - diff --git a/public/tags/tailscale/index.html b/public/tags/tailscale/index.html index 7c1deed0..661206a1 100644 --- a/public/tags/tailscale/index.html +++ b/public/tags/tailscale/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -129,18 +125,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/tailscale/index.xml b/public/tags/tailscale/index.xml index b48e5966..92041d53 100644 --- a/public/tags/tailscale/index.xml +++ b/public/tags/tailscale/index.xml @@ -7,33 +7,28 @@ Hugo -- gohugo.io en-us Dave Gallant - Sun, 10 Dec 2023 17:22:11 -0500 + Sun, 10 Dec 2023 17:22:11 -0500 + Setting Up Gitea Actions With Tailscale /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ Sun, 10 Dec 2023 17:22:11 -0500 - /blog/2023/12/10/setting-up-gitea-actions-with-tailscale/ - Watching YouTube in Private /blog/2022/12/10/watching-youtube-in-private/ Sat, 10 Dec 2022 21:46:55 -0500 - /blog/2022/12/10/watching-youtube-in-private/ - What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 - /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> - diff --git a/public/tags/virtualization/index.html b/public/tags/virtualization/index.html index 300590f9..5fb7e780 100644 --- a/public/tags/virtualization/index.html +++ b/public/tags/virtualization/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/virtualization/index.xml b/public/tags/virtualization/index.xml index d8b1da80..5ae08bcd 100644 --- a/public/tags/virtualization/index.xml +++ b/public/tags/virtualization/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 06 Sep 2021 01:12:54 -0400 + Mon, 06 Sep 2021 01:12:54 -0400 + What To Do With A Homelab /blog/2021/09/06/what-to-do-with-a-homelab/ Mon, 06 Sep 2021 01:12:54 -0400 - /blog/2021/09/06/what-to-do-with-a-homelab/ <p>A homelab can be an inexpensive way to host a multitude of internal/external services and learn <em>a lot</em> in the process.</p> - diff --git a/public/tags/vlan/index.html b/public/tags/vlan/index.html index 6d3813b2..c3ad797b 100644 --- a/public/tags/vlan/index.html +++ b/public/tags/vlan/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/vlan/index.xml b/public/tags/vlan/index.xml index 589823c6..a9b5d1c1 100644 --- a/public/tags/vlan/index.xml +++ b/public/tags/vlan/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 02 Apr 2022 18:50:09 -0400 + Sat, 02 Apr 2022 18:50:09 -0400 + Virtualizing My Router With pfSense /blog/2022/04/02/virtualizing-my-router-with-pfsense/ Sat, 02 Apr 2022 18:50:09 -0400 - /blog/2022/04/02/virtualizing-my-router-with-pfsense/ - diff --git a/public/tags/vpn/index.html b/public/tags/vpn/index.html index d22cb3cf..9a4bb8e1 100644 --- a/public/tags/vpn/index.html +++ b/public/tags/vpn/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/vpn/index.xml b/public/tags/vpn/index.xml index 64eec5c1..e6d19dd6 100644 --- a/public/tags/vpn/index.xml +++ b/public/tags/vpn/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Mon, 16 Mar 2020 22:00:15 -0400 + Mon, 16 Mar 2020 22:00:15 -0400 + AppGate SDP on Arch Linux /blog/2020/03/16/appgate-sdp-on-arch-linux/ Mon, 16 Mar 2020 22:00:15 -0400 - /blog/2020/03/16/appgate-sdp-on-arch-linux/ <p>AppGate SDP provides a Zero Trust network. This post describes how to get AppGate SDP <code>4.3.2</code> working on Arch Linux.</p> - diff --git a/public/tags/yewtu.be/index.html b/public/tags/yewtu.be/index.html index 0ede500a..fc39bc2e 100644 --- a/public/tags/yewtu.be/index.html +++ b/public/tags/yewtu.be/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/yewtu.be/index.xml b/public/tags/yewtu.be/index.xml index 70d066e3..5405b2d7 100644 --- a/public/tags/yewtu.be/index.xml +++ b/public/tags/yewtu.be/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 10 Dec 2022 21:46:55 -0500 + Sat, 10 Dec 2022 21:46:55 -0500 + Watching YouTube in Private /blog/2022/12/10/watching-youtube-in-private/ Sat, 10 Dec 2022 21:46:55 -0500 - /blog/2022/12/10/watching-youtube-in-private/ - diff --git a/public/tags/youtube/index.html b/public/tags/youtube/index.html index 700c34b7..67260aeb 100644 --- a/public/tags/youtube/index.html +++ b/public/tags/youtube/index.html @@ -9,6 +9,7 @@ + @@ -81,19 +82,14 @@ About RSS - | - - - - + - + + + @@ -125,18 +121,27 @@
    -
    - - - - +
    + + + +
    - - + diff --git a/public/tags/youtube/index.xml b/public/tags/youtube/index.xml index 9ce8610f..65c55a61 100644 --- a/public/tags/youtube/index.xml +++ b/public/tags/youtube/index.xml @@ -7,15 +7,14 @@ Hugo -- gohugo.io en-us Dave Gallant - Sat, 10 Dec 2022 21:46:55 -0500 + Sat, 10 Dec 2022 21:46:55 -0500 + Watching YouTube in Private /blog/2022/12/10/watching-youtube-in-private/ Sat, 10 Dec 2022 21:46:55 -0500 - /blog/2022/12/10/watching-youtube-in-private/ - diff --git a/static/keybase.txt b/static/keybase.txt deleted file mode 100644 index 9ae498da..00000000 --- a/static/keybase.txt +++ /dev/null @@ -1,56 +0,0 @@ -================================================================== -https://keybase.io/dgallant --------------------------------------------------------------------- - -I hereby claim: - - * I am an admin of https://davegallant.github.io - * I am dgallant (https://keybase.io/dgallant) on keybase. - * I have a public key ASDIaXVCZNVLcI2nLjiVywkkpRY2wzTUb1nMiDsbGz1mFwo - -To do so, I am signing this object: - -{ - "body": { - "key": { - "eldest_kid": "0120132311ef8d70a8f35f284eb17a45cbcdf653ce040064dfd4a336d48e2dd3c5ee0a", - "host": "keybase.io", - "kid": "0120c869754264d54b708da72e3895cb0924a51636c334d46f59cc883b1b1b3d66170a", - "uid": "117fb0e36a0168fe7c1cb75c32fa1119", - "username": "dgallant" - }, - "merkle_root": { - "ctime": 1584423716, - "hash": "a447336f6b4b3fdc7acd69bfb67724ba417d355c35dff289f0b71edd9a61eb0abca168842e35d030a7f72684961e284ff3e72169cccc822f123124ab1f28bae8", - "hash_meta": "877e40ccac9c0bb3897269f3e270219cfc3b8f51b218249053cb9cef216394c6", - "seqno": 15418771 - }, - "service": { - "entropy": "GF5GAzsSwbL3MwyHTrWacqXg", - "hostname": "davegallant.github.io", - "protocol": "https:" - }, - "type": "web_service_binding", - "version": 2 - }, - "client": { - "name": "keybase.io go client", - "version": "5.3.0" - }, - "ctime": 1584424574, - "expire_in": 504576000, - "prev": "09dc7ed70fa820ed3f8bcfaef95804ab477cc82a1f1de366e38e59ef611631b1", - "seqno": 51, - "tag": "signature" -} - -which yields the signature: - -hKRib2R5hqhkZXRhY2hlZMOpaGFzaF90eXBlCqNrZXnEIwEgyGl1QmTVS3CNpy44lcsJJKUWNsM01G9ZzIg7Gxs9ZhcKp3BheWxvYWTESpcCM8QgCdx+1w+oIO0/i8+u+VgEq0d8yCofHeNm445Z72EWMbHEIATfVmncQJ7AOYvyF/Cmi0WNPdLXRg0owqqF/mgfpwa7AgHCo3NpZ8RASN9ahvUTPy4rvmYlLIwDzyu0fmUiNktCIi2VHDNQfLzzAKCPd6uh54dvGMtoB2JG4DZsRQN56PWx/auuGr5JC6hzaWdfdHlwZSCkaGFzaIKkdHlwZQildmFsdWXEIEaFPIAAHow3jTSI4d1GnlmNomNiJPYzYNDjpGd5QMfDo3RhZ80CAqd2ZXJzaW9uAQ== - -And finally, I am proving ownership of this host by posting or -appending to this document. - -View my publicly-auditable identity here: https://keybase.io/dgallant - -================================================================== diff --git a/themes/archie/layouts/_default/single.html b/themes/archie/layouts/_default/single.html index 9f38e21c..e379dce3 100644 --- a/themes/archie/layouts/_default/single.html +++ b/themes/archie/layouts/_default/single.html @@ -3,7 +3,9 @@

    {{ .Title }}

    + {{ if not .Params.hide_date }}
    Posted on {{ dateFormat "Jan 2, 2006" .Date }}{{ if .Draft }} DRAFT {{ end }}
    + {{ end }}
    {{ if isset .Params "tldr" }}
    diff --git a/themes/archie/layouts/partials/footer.html b/themes/archie/layouts/partials/footer.html index e2c76481..4a41bc0f 100644 --- a/themes/archie/layouts/partials/footer.html +++ b/themes/archie/layouts/partials/footer.html @@ -1,20 +1,20 @@
    -
    +
    {{- range $index, $key := .Site.Params.Social -}} - + {{- end -}}
    -{{ if not .Site.IsServer }} -{{ template "_internal/google_analytics.html" . }} -{{ end }} +{{ if not .Site.IsServer }} {{ template "_internal/google_analytics.html" . }} +{{ end }} {{- if (isset .Site.Params "social") -}} -{{- if (isset .Site.Params "social") -}} {{- end -}} diff --git a/themes/archie/layouts/partials/head.html b/themes/archie/layouts/partials/head.html index 8179cf26..b9903c1d 100644 --- a/themes/archie/layouts/partials/head.html +++ b/themes/archie/layouts/partials/head.html @@ -5,17 +5,13 @@ - + + + {{ end }}