From d8ac2df0ecf39a8e9f19e422d9a2e4d906502a15 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Wed, 5 Feb 2025 17:02:15 +0100 Subject: [PATCH] feat: new now page --- src/constants/bkup/2025-01-31.json | 7 ++ src/constants/bkup/2025-01-31.md | 9 +++ src/constants/now.json | 10 +-- src/constants/now.md | 14 ++-- src/pages/now/and-then/posts/2025-01-31.astro | 73 +++++++++++++++++++ 5 files changed, 103 insertions(+), 10 deletions(-) create mode 100644 src/constants/bkup/2025-01-31.json create mode 100644 src/constants/bkup/2025-01-31.md create mode 100644 src/pages/now/and-then/posts/2025-01-31.astro diff --git a/src/constants/bkup/2025-01-31.json b/src/constants/bkup/2025-01-31.json new file mode 100644 index 0000000..a80c884 --- /dev/null +++ b/src/constants/bkup/2025-01-31.json @@ -0,0 +1,7 @@ +{ + "title": "At FOSDEM Social Web", + "description": "This Saturday (Feb 1) I will give a talk about Elk at FOSDEM 2025 Social Web dev room!", + "publishDate": "2025-01-31", + "publishedOn": "the 31st of January, 2025", + "publishState": "while preparing to go to Brussels :)" +} diff --git a/src/constants/bkup/2025-01-31.md b/src/constants/bkup/2025-01-31.md new file mode 100644 index 0000000..4ea3c36 --- /dev/null +++ b/src/constants/bkup/2025-01-31.md @@ -0,0 +1,9 @@ +## At FOSDEM Social Web + +This Saturday (Feb 1) I will give a talk about Elk at FOSDEM 2025 Social Web dev room! + +There’s plenty to talk about in the Social Web space, and the line up looks really interesting! Particularly looking forward to hearing about Federation @ Forgejo 😄 + +Glad to be part of this. See you if you’re there! + +👉 See the schedule diff --git a/src/constants/now.json b/src/constants/now.json index a80c884..accb38a 100644 --- a/src/constants/now.json +++ b/src/constants/now.json @@ -1,7 +1,7 @@ { - "title": "At FOSDEM Social Web", - "description": "This Saturday (Feb 1) I will give a talk about Elk at FOSDEM 2025 Social Web dev room!", - "publishDate": "2025-01-31", - "publishedOn": "the 31st of January, 2025", - "publishState": "while preparing to go to Brussels :)" + "title": "Binge-watching, playing, and recovering", + "description": "", + "publishDate": "2025-02-05", + "publishedOn": "", + "publishState": "" } diff --git a/src/constants/now.md b/src/constants/now.md index 4ea3c36..cb78df7 100644 --- a/src/constants/now.md +++ b/src/constants/now.md @@ -1,9 +1,13 @@ -## At FOSDEM Social Web +## Binge-watched [Arcane season 2](https://www.netflix.com/tudum/articles/arcane-season-2-release-date-photos) -This Saturday (Feb 1) I will give a talk about Elk at FOSDEM 2025 Social Web dev room! +I did not want to, but I started and can't stop watching! The first season was an absolute masterpiece, this second season is... I don't know how to say it best... it has been a loooong while since I was this absorbed in a story. It's epic, well-written, gripping, unpredictably good. Music is perfect. Ah, five stars is not enough I think. :) -There’s plenty to talk about in the Social Web space, and the line up looks really interesting! Particularly looking forward to hearing about Federation @ Forgejo 😄 +## Playing [Final Fantasy VII Remake for PC](https://en.wikipedia.org/wiki/Final_Fantasy_VII_Remake) -Glad to be part of this. See you if you’re there! +I am in the 8th chapter (I think) and what I like about this one is that it is so arcade-y it is easy to pick up and understand without thinking about it too much. Right amount of hack-and-slash combat and tactics (choosing skills & items to use for party members, switching between them, etc.) -👉 See the schedule +## This is progress + +After COVID and emigrating to The Netherlands (a different story by itself), I don't think I ever really had the headspace to enjoy these things. It's weird. I have been trying, but even watching a movie is not really enjoyable. + +I think me being able to enjoy watching series and a game like this is progress. 2021 has caused a huge adjustment for me (bordering trauma). And I feel that this "progress" is further indication that I am recovering. diff --git a/src/pages/now/and-then/posts/2025-01-31.astro b/src/pages/now/and-then/posts/2025-01-31.astro new file mode 100644 index 0000000..3fe46c8 --- /dev/null +++ b/src/pages/now/and-then/posts/2025-01-31.astro @@ -0,0 +1,73 @@ +--- +import Layout from '../../../../layouts/Layout.astro' +import Footer from '../../../../components/Footer.astro' + +const title = `At FOSDEM Social Web` +const description = `This Saturday (Feb 1) I will give a talk about Elk at FOSDEM 2025 Social Web dev room!` +const publishedOn = `the 31st of January, 2025` +const publishDate = `2025-01-31` +const publishState = `while preparing to go to Brussels :)` +const content = `

At FOSDEM Social Web

+

This Saturday (Feb 1) I will give a talk about Elk at FOSDEM 2025 Social Web dev room!

+

There’s plenty to talk about in the Social Web space, and the line up looks really interesting! Particularly looking forward to hearing about Federation @ Forgejo 😄

+

Glad to be part of this. See you if you’re there!

+

👉 See the schedule

` +--- + + +
+

{title}

+

+ + Published on + + {publishState} + +

+ + + +
+
+
+ +