From dc871cdea78b2dfbb3de1a7d0352e0f77953b57d Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 22 Feb 2026 15:45:21 +0100 Subject: [PATCH] feat: udpate now page --- src/constants/bkup/2025-06-10.json | 7 ++ src/constants/bkup/2025-06-10.md | 12 +++ src/constants/now.json | 10 +-- src/constants/now.md | 13 +--- src/pages/now/and-then/posts/2025-06-10.astro | 75 +++++++++++++++++++ 5 files changed, 103 insertions(+), 14 deletions(-) create mode 100644 src/constants/bkup/2025-06-10.json create mode 100644 src/constants/bkup/2025-06-10.md create mode 100644 src/pages/now/and-then/posts/2025-06-10.astro diff --git a/src/constants/bkup/2025-06-10.json b/src/constants/bkup/2025-06-10.json new file mode 100644 index 0000000..8505ce4 --- /dev/null +++ b/src/constants/bkup/2025-06-10.json @@ -0,0 +1,7 @@ +{ + "title": "Reading stuff & something to look forward to", + "description": "fighting to find a direction above the storm", + "publishDate": "2025-06-10", + "publishedOn": "", + "publishState": "" +} diff --git a/src/constants/bkup/2025-06-10.md b/src/constants/bkup/2025-06-10.md new file mode 100644 index 0000000..7c0f0e7 --- /dev/null +++ b/src/constants/bkup/2025-06-10.md @@ -0,0 +1,12 @@ +## Reading + +Books I'm currently reading as I continue to have a messed up health & rhythm + +- [Getting Real](https://books.37signals.com/8/getting-real) +- [How to Read a Book](https://en.wikipedia.org/wiki/How_to_Read_a_Book) +- [Code Complete 2](http://www.amazon.com/dp/0735619670/) +- [The Mythical Man-Month](http://www.amazon.com/dp/0201835959/) + +## Something to look forward to + +Reading has been a great companion lately. [37signals](https://37signals.com/) 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.](https://social.ayco.io/@ayo/114655020696985932). diff --git a/src/constants/now.json b/src/constants/now.json index 8505ce4..095ff03 100644 --- a/src/constants/now.json +++ b/src/constants/now.json @@ -1,7 +1,7 @@ { - "title": "Reading stuff & something to look forward to", - "description": "fighting to find a direction above the storm", - "publishDate": "2025-06-10", - "publishedOn": "", - "publishState": "" + "title": "BACK AT IT", + "description": "", + "publishDate": "2026-02-22", + "publishedOn": "the 22nd day of February 2026", + "publishState": "before our family vacation to Iceland :)" } diff --git a/src/constants/now.md b/src/constants/now.md index 7c0f0e7..26ae817 100644 --- a/src/constants/now.md +++ b/src/constants/now.md @@ -1,12 +1,7 @@ -## Reading +Hello! Been a while! -Books I'm currently reading as I continue to have a messed up health & rhythm +Yes, I'm getting back to some of my shelved side projects like McFly and Astro SW. -- [Getting Real](https://books.37signals.com/8/getting-real) -- [How to Read a Book](https://en.wikipedia.org/wiki/How_to_Read_a_Book) -- [Code Complete 2](http://www.amazon.com/dp/0735619670/) -- [The Mythical Man-Month](http://www.amazon.com/dp/0201835959/) +Why were they shelved, you ask? -## Something to look forward to - -Reading has been a great companion lately. [37signals](https://37signals.com/) 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.](https://social.ayco.io/@ayo/114655020696985932). +Well, that's a story for another time. diff --git a/src/pages/now/and-then/posts/2025-06-10.astro b/src/pages/now/and-then/posts/2025-06-10.astro new file mode 100644 index 0000000..93202bc --- /dev/null +++ b/src/pages/now/and-then/posts/2025-06-10.astro @@ -0,0 +1,75 @@ +--- +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} + +

+ + +
+