From f63c8fff52818b0d794b97bab164d326202e2692 Mon Sep 17 00:00:00 2001 From: cassie Date: Fri, 25 Jul 2025 01:48:56 -0400 Subject: [PATCH] i'm fucking dumb --- public/css/main.css | 2 +- public/sitemap.xml | 19 +++++++++++-------- public/tags/index.html | 4 ++-- public/tags/index.xml | 16 ++++++++-------- public/week-notes/index.xml | 9 ++++++++- themes/neverhungoveragain/assets/css/main.css | 2 +- 6 files changed, 31 insertions(+), 21 deletions(-) diff --git a/public/css/main.css b/public/css/main.css index 72849f6..09e0585 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -214,7 +214,7 @@ nav ul { font-size: 3rem; } -.home article h2:not(:first-child), h1 { +.home article h2:not(:first-child), .home article h1:not(:first-child) { font-size: 2rem; color: var(--claret); text-align: left; diff --git a/public/sitemap.xml b/public/sitemap.xml index dbea132..6eb4395 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -3,10 +3,19 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> http://localhost:1313/ - 2025-07-27T00:00:00+00:00 + 2025-07-25T00:00:00+00:00 + + http://localhost:1313/week-notes/025/ + 2025-07-25T00:00:00+00:00 + + http://localhost:1313/tags/ + 2025-07-25T00:00:00+00:00 + + http://localhost:1313/tags/week-notes/ + 2025-07-25T00:00:00+00:00 http://localhost:1313/week-notes/ - 2025-07-27T00:00:00+00:00 + 2025-07-25T00:00:00+00:00 http://localhost:1313/tags/audio/ 2025-07-24T00:00:00+00:00 @@ -19,9 +28,6 @@ http://localhost:1313/posts/ 2025-07-24T00:00:00+00:00 - - http://localhost:1313/tags/ - 2025-07-24T00:00:00+00:00 http://localhost:1313/tags/tech/ 2025-07-24T00:00:00+00:00 @@ -40,9 +46,6 @@ http://localhost:1313/week-notes/025-unused/ 2025-03-02T00:00:00+00:00 - - http://localhost:1313/tags/week-notes/ - 2025-03-02T00:00:00+00:00 http://localhost:1313/week-notes/024/ 2025-02-23T00:00:00+00:00 diff --git a/public/tags/index.html b/public/tags/index.html index 2b19a14..27fee6a 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -46,6 +46,8 @@

Tags

+

Week-Notes

+

Audio

Podcasting

@@ -56,8 +58,6 @@

Meta

-

Week-Notes

-

Life

Politics

diff --git a/public/tags/index.xml b/public/tags/index.xml index de551bc..6e66830 100644 --- a/public/tags/index.xml +++ b/public/tags/index.xml @@ -6,8 +6,15 @@ Recent content in Tags on cassie.ink Hugo en-us - Thu, 24 Jul 2025 00:00:00 +0000 + Fri, 25 Jul 2025 00:00:00 +0000 + + Week-Notes + http://localhost:1313/tags/week-notes/ + Fri, 25 Jul 2025 00:00:00 +0000 + http://localhost:1313/tags/week-notes/ + + Audio http://localhost:1313/tags/audio/ @@ -43,13 +50,6 @@ http://localhost:1313/tags/meta/ - - Week-Notes - http://localhost:1313/tags/week-notes/ - Sun, 02 Mar 2025 00:00:00 +0000 - http://localhost:1313/tags/week-notes/ - - Life http://localhost:1313/tags/life/ diff --git a/public/week-notes/index.xml b/public/week-notes/index.xml index 4aed1aa..5020570 100644 --- a/public/week-notes/index.xml +++ b/public/week-notes/index.xml @@ -6,8 +6,15 @@ Recent content in Week-Notes on cassie.ink Hugo en-us - Sun, 02 Mar 2025 00:00:00 +0000 + Fri, 25 Jul 2025 00:00:00 +0000 + + i'm falling down with shit caked on my shoes (week notes 25) + http://localhost:1313/week-notes/025/ + Fri, 25 Jul 2025 00:00:00 +0000 + http://localhost:1313/week-notes/025/ + <h2 id="doing">Doing</h2> <p>Joe and I visited some of his family with a lake house this week where my farmer&rsquo;s tan became more and more pronounced. I also &ldquo;worked&rdquo; two days this week: I had committee meetings on Thursday and then a joint meeting to coordinate middle school/high school/college GSAs in my area.</p> <h2 id="reading">Reading</h2> <p>I finished reading <em>Return of the King</em> this week, completing a long-standing personal mission to read <em>The Lord of the Rings</em>. I <a href="https://git.32bit.cafe/cassie/cassiedotink.git">wrote up a big long post</a> with my history with the series and my thoughts.</p> + (week notes 25) http://localhost:1313/week-notes/025-unused/ diff --git a/themes/neverhungoveragain/assets/css/main.css b/themes/neverhungoveragain/assets/css/main.css index 72849f6..09e0585 100644 --- a/themes/neverhungoveragain/assets/css/main.css +++ b/themes/neverhungoveragain/assets/css/main.css @@ -214,7 +214,7 @@ nav ul { font-size: 3rem; } -.home article h2:not(:first-child), h1 { +.home article h2:not(:first-child), .home article h1:not(:first-child) { font-size: 2rem; color: var(--claret); text-align: left;