From 22b192b8ca730d9c398e1ac2141fb40acff98a4b Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 25 Jan 2026 19:56:46 +0100 Subject: [PATCH] fix: remove duplicate "previously" post --- src/pages/now/and-then/posts/2025-06-10.astro | 75 ------------------- 1 file changed, 75 deletions(-) delete mode 100644 src/pages/now/and-then/posts/2025-06-10.astro diff --git a/src/pages/now/and-then/posts/2025-06-10.astro b/src/pages/now/and-then/posts/2025-06-10.astro deleted file mode 100644 index 93202bc..0000000 --- a/src/pages/now/and-then/posts/2025-06-10.astro +++ /dev/null @@ -1,75 +0,0 @@ ---- -import Layout from '../../../../layouts/Layout.astro' -import Footer from '../../../../components/Footer.astro' - -const title = `Reading stuff & something to look forward to` -const description = `fighting to find a direction above the storm` -let publishedOn = `` -const publishDate = `2025-06-10` -const publishState = `` -const content = `

Reading

-

Books I'm currently reading as I continue to have a messed up health & rhythm

- -

Something to look forward to

-

Reading has been a great companion lately. 37signals inspired me while reading their book "Getting Real", just in time as I'm up for updating my vision for 2030, after achieving most of my personal 2025 targets. I want to start a cooperative that will empower people to take ownership of their digital lives..

` - -publishedOn = publishedOn === '' ? publishDate : publishedOn ---- - - -
-

{title}

-

- - Published on - - {publishState} - -

- - -
-