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} - -

- - -
-