From 7b66d97af7a031f966118fa50d653e92f2e5d17a Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 15 Nov 2025 20:36:27 +0100 Subject: [PATCH] feat: empty now page --- src/constants/bkup/2025-06-10.json | 7 ++ src/constants/bkup/2025-06-10.md | 12 +++ src/constants/now.json | 6 +- src/constants/now.md | 12 --- src/pages/now/and-then/posts/2025-06-10.astro | 75 +++++++++++++++++++ 5 files changed, 97 insertions(+), 15 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..ad839fb 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", + "title": "", + "description": "", + "publishDate": "2025-10-18", "publishedOn": "", "publishState": "" } diff --git a/src/constants/now.md b/src/constants/now.md index 7c0f0e7..e69de29 100644 --- a/src/constants/now.md +++ b/src/constants/now.md @@ -1,12 +0,0 @@ -## 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/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} + +

+ + +
+