From b11d4dda99797a275f6637df94d10056784aca66 Mon Sep 17 00:00:00 2001 From: d0jac Date: Sun, 31 May 2026 18:41:42 -0700 Subject: [PATCH 1/3] Added Kinch section to About page --- .well-known/nostr.json | 8 -------- about/index.html | 8 ++++++++ assets/iotw_030.jpeg | Bin assets/iotw_031.jpeg | Bin hearmeroar | 1 - howdoyousleepatnight | 1 - 6 files changed, 8 insertions(+), 10 deletions(-) delete mode 100644 .well-known/nostr.json mode change 100755 => 100644 assets/iotw_030.jpeg mode change 100755 => 100644 assets/iotw_031.jpeg delete mode 120000 hearmeroar delete mode 120000 howdoyousleepatnight diff --git a/.well-known/nostr.json b/.well-known/nostr.json deleted file mode 100644 index 550bd6e..0000000 --- a/.well-known/nostr.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "names": { - "_": "b1b4258a36b34761ee4b06c3803b9678978063f0b52b1a00ea321cbcc0ef6f19", - "jenna": "375fd2b41652a738528b4eb5969d28aced8ad13569550f43b4596bfca7e7f1a2", - "Francis": "fa6c9e1b9978ac1e9a925314757e5117feb3ecd8a59747ac0740cab80ff963c6", - "joe": "f379b6ffe43fbd9acfe108e3112d14627c66a798910be92b4a2e1e0c6764235a" - } -} diff --git a/about/index.html b/about/index.html index c4a16c6..29c1694 100644 --- a/about/index.html +++ b/about/index.html @@ -89,6 +89,14 @@ +
+

Music

+
+

Intro and outro music by Kinch

+

Sympathy (DistroKid | Spotify | Apple Music | YouTube Music)

+

Handclap. (Spotify | Apple Music | YouTube Music)

+
+
diff --git a/assets/iotw_030.jpeg b/assets/iotw_030.jpeg old mode 100755 new mode 100644 diff --git a/assets/iotw_031.jpeg b/assets/iotw_031.jpeg old mode 100755 new mode 100644 diff --git a/hearmeroar b/hearmeroar deleted file mode 120000 index 51c1fb4..0000000 --- a/hearmeroar +++ /dev/null @@ -1 +0,0 @@ -./howdoyouspeakatnight \ No newline at end of file diff --git a/howdoyousleepatnight b/howdoyousleepatnight deleted file mode 120000 index 51c1fb4..0000000 --- a/howdoyousleepatnight +++ /dev/null @@ -1 +0,0 @@ -./howdoyouspeakatnight \ No newline at end of file -- 2.52.0 From cb3fd83b13a388bb8f8efa0705c3499e14b0e31e Mon Sep 17 00:00:00 2001 From: d0jac Date: Sun, 31 May 2026 18:45:18 -0700 Subject: [PATCH 2/3] Updated About page --- about/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/about/index.html b/about/index.html index 29c1694..8cd441e 100644 --- a/about/index.html +++ b/about/index.html @@ -77,6 +77,7 @@

Usually makes an appearance at the end of the Invention of the Week segment.

+

Other Friends

@@ -88,7 +89,7 @@

Episode 9

- +

Music

@@ -99,6 +100,7 @@
+

Contact the Friends

-- 2.52.0 From d32e1b5f86a2c4db827e87789d201cb7ff305b97 Mon Sep 17 00:00:00 2001 From: d0jac Date: Sun, 31 May 2026 18:46:54 -0700 Subject: [PATCH 3/3] restored well-known --- .well-known/nostr.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .well-known/nostr.json diff --git a/.well-known/nostr.json b/.well-known/nostr.json new file mode 100644 index 0000000..550bd6e --- /dev/null +++ b/.well-known/nostr.json @@ -0,0 +1,8 @@ +{ + "names": { + "_": "b1b4258a36b34761ee4b06c3803b9678978063f0b52b1a00ea321cbcc0ef6f19", + "jenna": "375fd2b41652a738528b4eb5969d28aced8ad13569550f43b4596bfca7e7f1a2", + "Francis": "fa6c9e1b9978ac1e9a925314757e5117feb3ecd8a59747ac0740cab80ff963c6", + "joe": "f379b6ffe43fbd9acfe108e3112d14627c66a798910be92b4a2e1e0c6764235a" + } +} -- 2.52.0