diff --git a/src/constants/bkup/2025-01-15.json b/src/constants/bkup/2025-01-15.json new file mode 100644 index 0000000..00f6cf1 --- /dev/null +++ b/src/constants/bkup/2025-01-15.json @@ -0,0 +1,7 @@ +{ + "title": "Going to FOSDEM2025", + "description": "Going to FOSDEM2025", + "publishDate": "2025-01-15", + "publishedOn": "the 15th of January, 2025", + "publishState": "" +} diff --git a/src/constants/bkup/2025-01-15.md b/src/constants/bkup/2025-01-15.md new file mode 100644 index 0000000..0ceaf4f --- /dev/null +++ b/src/constants/bkup/2025-01-15.md @@ -0,0 +1,7 @@ +## FOSDEM 2025 + +Just today, I got a notification via mail that I've been added to a [Matrix](https://matrix.org/) chat room for social web "backstage" -- I thought it was strange because I was not in the schedule the last several times I checked. So I visited the [page for the day's schedule](https://fosdem.org/2025/schedule/track/social-web/) and apparently I'm included. + +Not sure what happened, it could be a glitch in the conference planning platform or the communication, but yeah, I'm going to [FOSDEM 2025](https://fosdem.org/2025) for a short talk about [Elk](https://github.com/elk-zone/elk). + +If you are going, please [drop me a line via any of my contact channels](https://ayco.io/about) and let's meet. :) diff --git a/src/constants/now.json b/src/constants/now.json index 00f6cf1..a80c884 100644 --- a/src/constants/now.json +++ b/src/constants/now.json @@ -1,7 +1,7 @@ { - "title": "Going to FOSDEM2025", - "description": "Going to FOSDEM2025", - "publishDate": "2025-01-15", - "publishedOn": "the 15th of January, 2025", - "publishState": "" + "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/now.md b/src/constants/now.md index 0ceaf4f..4ea3c36 100644 --- a/src/constants/now.md +++ b/src/constants/now.md @@ -1,7 +1,9 @@ -## FOSDEM 2025 +## At FOSDEM Social Web -Just today, I got a notification via mail that I've been added to a [Matrix](https://matrix.org/) chat room for social web "backstage" -- I thought it was strange because I was not in the schedule the last several times I checked. So I visited the [page for the day's schedule](https://fosdem.org/2025/schedule/track/social-web/) and apparently I'm included. +This Saturday (Feb 1) I will give a talk about Elk at FOSDEM 2025 Social Web dev room! -Not sure what happened, it could be a glitch in the conference planning platform or the communication, but yeah, I'm going to [FOSDEM 2025](https://fosdem.org/2025) for a short talk about [Elk](https://github.com/elk-zone/elk). +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 😄 -If you are going, please [drop me a line via any of my contact channels](https://ayco.io/about) and let's meet. :) +Glad to be part of this. See you if you’re there! + +👉 See the schedule diff --git a/src/pages/now.astro b/src/pages/now.astro index c4515c7..06d27c2 100644 --- a/src/pages/now.astro +++ b/src/pages/now.astro @@ -11,7 +11,7 @@ const publishedOn = now.publishedOn === '' ? now.publishDate : now.publishedOn
-

What I'm doing now

+

What I'm up to

Updated on { diff --git a/src/pages/now/and-then/posts/2025-01-15.astro b/src/pages/now/and-then/posts/2025-01-15.astro new file mode 100644 index 0000000..b1fc397 --- /dev/null +++ b/src/pages/now/and-then/posts/2025-01-15.astro @@ -0,0 +1,72 @@ +--- +import Layout from '../../../../layouts/Layout.astro' +import Footer from '../../../../components/Footer.astro' + +const title = `Going to FOSDEM2025` +const description = `Going to FOSDEM2025` +const publishedOn = `the 15th of January, 2025` +const publishDate = `2025-01-15` +const publishState = `` +const content = `

FOSDEM 2025

+

Just today, I got a notification via mail that I've been added to a Matrix chat room for social web "backstage" -- I thought it was strange because I was not in the schedule the last several times I checked. So I visited the page for the day's schedule and apparently I'm included.

+

Not sure what happened, it could be a glitch in the conference planning platform or the communication, but yeah, I'm going to FOSDEM 2025 for a short talk about Elk.

+

If you are going, please drop me a line via any of my contact channels and let's meet. :)

` +--- + + +
+

{title}

+

+ + Published on + + {publishState} + +

+ + + +
+
+
+ +