From 2ff591950b94d555bf2c8d1b9ab504c43f442829 Mon Sep 17 00:00:00 2001 From: jherzstein <63795875+jherzstein@users.noreply.github.com> Date: Sat, 19 Oct 2024 00:59:12 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20jherzste?= =?UTF-8?q?in/Website@9e2cdf357e88028825e040b9c0de17d03bf80dbb=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 404.html | 45 ++-- about/index.html | 45 ++-- categories/index.html | 45 ++-- contact/index.html | 45 ++-- css/style.css | 91 +++++++- ...Written-By-Human-Not-By-AI-Badge-black.png | Bin 0 -> 2229 bytes ...Written-By-Human-Not-By-AI-Badge-white.png | Bin 0 -> 2100 bytes index.html | 81 ++++--- index.xml | 11 +- mysetup/index.html | 45 ++-- posts/adb_vanadium/index.html | 45 ++-- posts/caps2esc/index.html | 45 ++-- posts/eclipse_2024/index.html | 45 ++-- posts/eclipse_2024_part2/index.html | 45 ++-- posts/home_assistant_setup/index.html | 45 ++-- posts/index.html | 73 +++++-- posts/index.xml | 9 + .../index.html | 45 ++-- posts/new_domain/index.html | 45 ++-- posts/notbyai/index.html | 196 +++++++++++++++++ posts/nyaa_menu/index.html | 45 ++-- posts/oracle_mc_server/index.html | 45 ++-- posts/skiffdead/index.html | 45 ++-- posts/summer_2023_projects/index.html | 45 ++-- posts/thingstocome/index.html | 45 ++-- posts/welcome_to_yortnet/index.html | 45 ++-- sitemap.xml | 21 +- tags/adb/index.html | 45 ++-- tags/android/index.html | 45 ++-- tags/anime/index.html | 45 ++-- tags/clown-moment/index.html | 45 ++-- tags/daylight-savings/index.html | 45 ++-- tags/dietpi/index.html | 45 ++-- tags/dns/index.html | 45 ++-- tags/eclipse/index.html | 45 ++-- tags/emacs/index.html | 45 ++-- tags/email/index.html | 45 ++-- tags/github/index.html | 45 ++-- tags/grapheneos/index.html | 45 ++-- tags/home-assistant/index.html | 45 ++-- tags/hugo/index.html | 45 ++-- tags/index.html | 49 +++-- tags/index.xml | 36 +++- tags/linkbuttons/index.html | 201 ++++++++++++++++++ tags/linkbuttons/index.xml | 19 ++ tags/manga/index.html | 45 ++-- tags/minecraft/index.html | 45 ++-- tags/namecheap/index.html | 45 ++-- tags/notbyai/index.html | 201 ++++++++++++++++++ tags/notbyai/index.xml | 19 ++ tags/openwrt/index.html | 45 ++-- tags/oracle/index.html | 45 ++-- tags/personal/index.html | 45 ++-- tags/porkbun/index.html | 45 ++-- tags/projects/index.html | 45 ++-- tags/proton/index.html | 45 ++-- tags/qubes-os/index.html | 45 ++-- tags/rpi/index.html | 45 ++-- tags/skiff/index.html | 45 ++-- tags/switch/index.html | 45 ++-- tags/technology/index.html | 45 ++-- tags/themes/index.html | 45 ++-- tags/tutorial/index.html | 45 ++-- tags/updates/index.html | 74 +++++-- tags/updates/index.xml | 11 +- tags/vps/index.html | 45 ++-- tags/x11/index.html | 45 ++-- 67 files changed, 2542 insertions(+), 800 deletions(-) create mode 100644 images/link-buttons/Written-By-Human-Not-By-AI-Badge-black.png create mode 100644 images/link-buttons/Written-By-Human-Not-By-AI-Badge-white.png create mode 100644 posts/notbyai/index.html create mode 100644 tags/linkbuttons/index.html create mode 100644 tags/linkbuttons/index.xml create mode 100644 tags/notbyai/index.html create mode 100644 tags/notbyai/index.xml diff --git a/404.html b/404.html index a3cb2d7..165169d 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@

Jordan Herzstein - + Jordan Herzstein - + Jordan Herzstein const lightIcon = document.getElementById("light-icon"); const darkIcon = document.getElementById("dark-icon"); - - var i = "theme" - var m = (localStorage.getItem(i) || "dark") - var d = document.documentElement.classList + var i = "theme"; + var d = document.documentElement.classList; + + var m = localStorage.getItem(i) || (window.matchMedia && window.matchMedia('(prefers-color-scheme: light)').matches ? "light" : "dark"); + if (m == "light") { - d.remove("dark") - d.add(m) + d.remove("dark"); + d.add(m); lightIcon.setAttribute("display", "none"); darkIcon.setAttribute("display", "block"); } else { + d.remove("light"); + d.add(m); lightIcon.setAttribute("display", "block"); darkIcon.setAttribute("display", "none"); - } - + function switchTheme() { - d.remove(m) - m = (m == "dark") ? "light" : "dark" - d.add(m) - localStorage.setItem(i, m) + d.remove(m); + m = (m == "dark") ? "light" : "dark"; + d.add(m); + localStorage.setItem(i, m); if (m == "light") { lightIcon.setAttribute("display", "none"); darkIcon.setAttribute("display", "block"); @@ -83,6 +85,15 @@

Jordan Herzstein { + const newColorScheme = e.matches ? "light" : "dark"; + if (newColorScheme !== m) { + switchTheme(); + } + }); + @@ -139,6 +150,12 @@

Error

+ + + + + + @@ -144,6 +155,12 @@

About

+ + + + + + @@ -137,6 +148,12 @@

Categories

+ + + + + + @@ -227,6 +238,12 @@

+ + + + + + @@ -150,12 +161,12 @@

Recent Posts

@@ -182,12 +190,12 @@

@@ -217,12 +222,12 @@

@@ -292,6 +297,12 @@

+ + + + + + @@ -153,6 +164,12 @@

Software

+ + + + + + @@ -284,6 +295,12 @@

References

+ + + + + + @@ -212,6 +223,12 @@

References

+ + + + + + @@ -182,6 +193,12 @@

A note about eclipse glasses

+ + + + + + @@ -160,6 +171,12 @@

Eclipse Sun Worm

+ + + + + + @@ -237,6 +248,12 @@

References

+ + + + + + @@ -121,6 +132,34 @@

Posts

+
+

@@ -557,6 +596,12 @@

+ + + + + + @@ -179,6 +190,12 @@

References

+ + + + + + @@ -218,6 +229,12 @@

Why I ended my frienship with N + + + + + + @@ -167,6 +178,12 @@

nyaa_menu

+ + + + + + @@ -319,6 +330,12 @@

References

+ + + + + + @@ -176,6 +187,12 @@

Skiff is Dead 🤡

+ + + + + + @@ -231,6 +242,12 @@

References

+ + + + + + @@ -158,6 +169,12 @@

Hugo and other site changes

+ + + + + + @@ -161,6 +172,12 @@

Welcome to YortNet

+ + + + + + @@ -177,6 +188,12 @@

+ + + + + + @@ -177,6 +188,12 @@

+ + + + + + @@ -174,6 +185,12 @@

+ + + + + + @@ -177,6 +188,12 @@

+ + + + + + @@ -171,6 +182,12 @@

+ + + + + + @@ -177,6 +188,12 @@

+ + + + + + @@ -181,6 +192,12 @@

+ + + + + + @@ -188,6 +199,12 @@

+ + + + + + @@ -174,6 +185,12 @@

+ + + + + + @@ -216,6 +227,12 @@

+ + + + + + @@ -171,6 +182,12 @@

+ + + + + + @@ -177,6 +188,12 @@

+ + + + + + @@ -177,6 +188,12 @@

+ + + + + + @@ -171,6 +182,12 @@

+ + + + + + @@ -116,9 +127,11 @@

Tags

grapheneos 1 home-assistant 1 hugo 1 + linkbuttons 1 manga 1 minecraft 1 namecheap 1 + notbyai 1 openwrt 1 oracle 2 personal 1 @@ -132,7 +145,7 @@

Tags

technology 9 themes 1 tutorial 4 - updates 4 + updates 5 vps 2 x11 1 @@ -170,6 +183,12 @@

Tags

+ + + + + +

+

+
+ +
+ + + + + + + + + + + + + + + diff --git a/tags/linkbuttons/index.xml b/tags/linkbuttons/index.xml new file mode 100644 index 0000000..a91b946 --- /dev/null +++ b/tags/linkbuttons/index.xml @@ -0,0 +1,19 @@ + + + + linkbuttons on Jordan Herzstein + /tags/linkbuttons/ + Recent content in linkbuttons on Jordan Herzstein + Hugo -- gohugo.io + Fri, 18 Oct 2024 00:00:00 +0000 + + This Site Is Not Written By AI + /posts/notbyai/ + Fri, 18 Oct 2024 00:00:00 +0000 + + /posts/notbyai/ + It may be slop, but it&rsquo;s slop made by ME. + + + + diff --git a/tags/manga/index.html b/tags/manga/index.html index f042d5e..ad43f8f 100644 --- a/tags/manga/index.html +++ b/tags/manga/index.html @@ -5,7 +5,7 @@

Jordan Herzstein - + Jordan Herzstein - + Jordan Herzstein const lightIcon = document.getElementById("light-icon"); const darkIcon = document.getElementById("dark-icon"); - - var i = "theme" - var m = (localStorage.getItem(i) || "dark") - var d = document.documentElement.classList + var i = "theme"; + var d = document.documentElement.classList; + + var m = localStorage.getItem(i) || (window.matchMedia && window.matchMedia('(prefers-color-scheme: light)').matches ? "light" : "dark"); + if (m == "light") { - d.remove("dark") - d.add(m) + d.remove("dark"); + d.add(m); lightIcon.setAttribute("display", "none"); darkIcon.setAttribute("display", "block"); } else { + d.remove("light"); + d.add(m); lightIcon.setAttribute("display", "block"); darkIcon.setAttribute("display", "none"); - } - + function switchTheme() { - d.remove(m) - m = (m == "dark") ? "light" : "dark" - d.add(m) - localStorage.setItem(i, m) + d.remove(m); + m = (m == "dark") ? "light" : "dark"; + d.add(m); + localStorage.setItem(i, m); if (m == "light") { lightIcon.setAttribute("display", "none"); darkIcon.setAttribute("display", "block"); @@ -83,6 +85,15 @@

Jordan Herzstein { + const newColorScheme = e.matches ? "light" : "dark"; + if (newColorScheme !== m) { + switchTheme(); + } + }); + @@ -174,6 +185,12 @@

+ + + + + + @@ -177,6 +188,12 @@

+ + + + + + @@ -181,6 +192,12 @@

+ + + + + +

+ +
+ +
+ + + + + + + + + + + + + + + diff --git a/tags/notbyai/index.xml b/tags/notbyai/index.xml new file mode 100644 index 0000000..51b7791 --- /dev/null +++ b/tags/notbyai/index.xml @@ -0,0 +1,19 @@ + + + + notbyai on Jordan Herzstein + /tags/notbyai/ + Recent content in notbyai on Jordan Herzstein + Hugo -- gohugo.io + Fri, 18 Oct 2024 00:00:00 +0000 + + This Site Is Not Written By AI + /posts/notbyai/ + Fri, 18 Oct 2024 00:00:00 +0000 + + /posts/notbyai/ + It may be slop, but it&rsquo;s slop made by ME. + + + + diff --git a/tags/openwrt/index.html b/tags/openwrt/index.html index 1794afa..0332036 100644 --- a/tags/openwrt/index.html +++ b/tags/openwrt/index.html @@ -5,7 +5,7 @@

Jordan Herzstein - + Jordan Herzstein - + Jordan Herzstein const lightIcon = document.getElementById("light-icon"); const darkIcon = document.getElementById("dark-icon"); - - var i = "theme" - var m = (localStorage.getItem(i) || "dark") - var d = document.documentElement.classList + var i = "theme"; + var d = document.documentElement.classList; + + var m = localStorage.getItem(i) || (window.matchMedia && window.matchMedia('(prefers-color-scheme: light)').matches ? "light" : "dark"); + if (m == "light") { - d.remove("dark") - d.add(m) + d.remove("dark"); + d.add(m); lightIcon.setAttribute("display", "none"); darkIcon.setAttribute("display", "block"); } else { + d.remove("light"); + d.add(m); lightIcon.setAttribute("display", "block"); darkIcon.setAttribute("display", "none"); - } - + function switchTheme() { - d.remove(m) - m = (m == "dark") ? "light" : "dark" - d.add(m) - localStorage.setItem(i, m) + d.remove(m); + m = (m == "dark") ? "light" : "dark"; + d.add(m); + localStorage.setItem(i, m); if (m == "light") { lightIcon.setAttribute("display", "none"); darkIcon.setAttribute("display", "block"); @@ -83,6 +85,15 @@

Jordan Herzstein { + const newColorScheme = e.matches ? "light" : "dark"; + if (newColorScheme !== m) { + switchTheme(); + } + }); + @@ -177,6 +188,12 @@

+ + + + + + @@ -209,6 +220,12 @@

+ + + + + + @@ -177,6 +188,12 @@

+ + + + + + @@ -181,6 +192,12 @@

+ + + + + + @@ -174,6 +185,12 @@

+ + + + + + @@ -177,6 +188,12 @@

+ + + + + + @@ -177,6 +188,12 @@

+ + + + + + @@ -177,6 +188,12 @@

+ + + + + + @@ -177,6 +188,12 @@

+ + + + + + @@ -177,6 +188,12 @@

+ + + + + + @@ -452,6 +463,12 @@

+ + + + + + @@ -171,6 +182,12 @@

+ + + + + + @@ -279,6 +290,12 @@

+ + + + + + @@ -105,6 +116,35 @@

Tag:updates

+ +

@@ -271,6 +311,12 @@

+ + + + + + @@ -209,6 +220,12 @@

+ + + + + + @@ -174,6 +185,12 @@

+ + + + + +