From 0dab571b671d33e9b69a744c7332be90794f01c6 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 11 Apr 2026 14:52:37 +0200 Subject: [PATCH] feat: new now page content --- src/constants/bkup/2026-02-22.json | 7 ++ src/constants/bkup/2026-02-22.md | 9 +++ src/constants/now.json | 8 +-- src/constants/now.md | 24 +++++-- src/layouts/Layout.astro | 4 +- src/pages/now/and-then/posts/2026-02-22.astro | 70 +++++++++++++++++++ 6 files changed, 111 insertions(+), 11 deletions(-) create mode 100644 src/constants/bkup/2026-02-22.json create mode 100644 src/constants/bkup/2026-02-22.md create mode 100644 src/pages/now/and-then/posts/2026-02-22.astro diff --git a/src/constants/bkup/2026-02-22.json b/src/constants/bkup/2026-02-22.json new file mode 100644 index 0000000..0e8625a --- /dev/null +++ b/src/constants/bkup/2026-02-22.json @@ -0,0 +1,7 @@ +{ + "title": "BACK AT IT", + "description": "", + "publishDate": "2026-02-22", + "publishedOn": "the 22nd day of February 2026", + "publishState": "" +} diff --git a/src/constants/bkup/2026-02-22.md b/src/constants/bkup/2026-02-22.md new file mode 100644 index 0000000..2d26650 --- /dev/null +++ b/src/constants/bkup/2026-02-22.md @@ -0,0 +1,9 @@ +Hello! Been a while! + +Yes, I'm getting back to some of my shelved side projects like McFly and Astro SW. + +Why were they shelved, you ask? + +Well, that's a story for another time. + +You can Follow me on GitHub to see my activities on these projects if that's your thing. :) diff --git a/src/constants/now.json b/src/constants/now.json index 0e8625a..06e073b 100644 --- a/src/constants/now.json +++ b/src/constants/now.json @@ -1,7 +1,7 @@ { - "title": "BACK AT IT", + "title": "Joining the Elk team, speaking my mind", "description": "", - "publishDate": "2026-02-22", - "publishedOn": "the 22nd day of February 2026", - "publishState": "" + "publishDate": "2026-04-11", + "publishedOn": "a sunny 11th day of April", + "publishState": "in my home in Amsterdam" } diff --git a/src/constants/now.md b/src/constants/now.md index 2d26650..d871539 100644 --- a/src/constants/now.md +++ b/src/constants/now.md @@ -1,9 +1,23 @@ -Hello! Been a while! +Aaaaah summer. Bugs all buzzing and -Yes, I'm getting back to some of my shelved side projects like McFly and Astro SW. +All the darkness are fading and people who lived most of their lives in the tropics but emigrated to less sunny places become friendlier and nicer. -Why were they shelved, you ask? +BUT NOT ME! 😡 -Well, that's a story for another time. +kidding. 😅 -You can Follow me on GitHub to see my activities on these projects if that's your thing. :) +Anyway... I have [joined the team](https://github.com/elk-zone/elk/pull/3594) behind [Elk](https://elk.zone) where I continue to be the bottle of sunshine that I am. + +Kidding again. + +...where I try to be more annoying than usual and tag @everyone in our Discord server. That's it. That's me now. + +Also I have been smothering my [threads](https://ayo.ayco.io/threads) page with my deepest darkest thoughts -- and people either like it or not. That's how it is really. It's probably gonna be written on my grave: "HIS THOUGHTS SUCK" + +...though honestly I have been getting more responses of validation and new connections that I have a feeling maybe I have been touching on something.... true??? + +Only time will tell. As my therapist said: these thoughts will not matter in 5 years. + +...because they will be deleted. + +Kidding! diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index f65e6ed..fd83143 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -127,10 +127,10 @@ const ogFileType = 'image/png' } - + data-cf-beacon='{"token": "a39ad600e67a4db8960c639d2552435c"}'> --> diff --git a/src/pages/now/and-then/posts/2026-02-22.astro b/src/pages/now/and-then/posts/2026-02-22.astro new file mode 100644 index 0000000..a1e0428 --- /dev/null +++ b/src/pages/now/and-then/posts/2026-02-22.astro @@ -0,0 +1,70 @@ +--- +import Layout from '../../../../layouts/Layout.astro' +import Footer from '../../../../components/Footer.astro' + +const title = `BACK AT IT` +const description = `` +let publishedOn = `the 22nd day of February 2026` +const publishDate = `2026-02-22` +const publishState = `` +const content = `

Hello! Been a while!

+

Yes, I'm getting back to some of my shelved side projects like McFly and Astro SW.

+

Why were they shelved, you ask?

+

Well, that's a story for another time.

+

You can Follow me on GitHub to see my activities on these projects if that's your thing. :)

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

{title}

+

+ + Published on + + {publishState} + +

+ + +
+