{title}
++ + Published on + + {publishState} + +
+ +diff --git a/src/constants/bkup/2025-02-11.json b/src/constants/bkup/2025-02-11.json new file mode 100644 index 0000000..59e89b5 --- /dev/null +++ b/src/constants/bkup/2025-02-11.json @@ -0,0 +1,7 @@ +{ + "title": "My FOSDEM talk video is out", + "description": "", + "publishDate": "2025-02-11", + "publishedOn": "", + "publishState": "" +} diff --git a/src/constants/bkup/2025-02-11.md b/src/constants/bkup/2025-02-11.md new file mode 100644 index 0000000..ca4fc4c --- /dev/null +++ b/src/constants/bkup/2025-02-11.md @@ -0,0 +1,11 @@ +The video recording for my talk about Elk at the Social Web FOSDEM is out: + +👉 https://fosdem.org/2025/schedule/event/fosdem-2025-5049-elk-a-nimble-client-for-mastodon/ + +As of writing, the audio still not synced, but I was informed that it _might_ get fixed after a reencode pass thingy. + +(Just squint your eyes for now, or if you get annoyed check again later) + +## Update: I fixed the video + +See my [blog post on this talk](https://ayos.blog/elk-fosdem-2025/). diff --git a/src/constants/now.json b/src/constants/now.json index 59e89b5..3332d73 100644 --- a/src/constants/now.json +++ b/src/constants/now.json @@ -1,7 +1,7 @@ { - "title": "My FOSDEM talk video is out", + "title": "", "description": "", - "publishDate": "2025-02-11", + "publishDate": "2025-02-15", "publishedOn": "", "publishState": "" } diff --git a/src/constants/now.md b/src/constants/now.md index ca4fc4c..e69de29 100644 --- a/src/constants/now.md +++ b/src/constants/now.md @@ -1,11 +0,0 @@ -The video recording for my talk about Elk at the Social Web FOSDEM is out: - -👉 https://fosdem.org/2025/schedule/event/fosdem-2025-5049-elk-a-nimble-client-for-mastodon/ - -As of writing, the audio still not synced, but I was informed that it _might_ get fixed after a reencode pass thingy. - -(Just squint your eyes for now, or if you get annoyed check again later) - -## Update: I fixed the video - -See my [blog post on this talk](https://ayos.blog/elk-fosdem-2025/). diff --git a/src/pages/now/and-then/posts/2025-02-11.astro b/src/pages/now/and-then/posts/2025-02-11.astro new file mode 100644 index 0000000..e5e5586 --- /dev/null +++ b/src/pages/now/and-then/posts/2025-02-11.astro @@ -0,0 +1,76 @@ +--- +import Layout from '../../../../layouts/Layout.astro' +import Footer from '../../../../components/Footer.astro' + +const title = `My FOSDEM talk video is out` +const description = `` +let publishedOn = `` +const publishDate = `2025-02-11` +const publishState = `` +const content = `
The video recording for my talk about Elk at the Social Web FOSDEM is out:
+👉 https://fosdem.org/2025/schedule/event/fosdem-2025-5049-elk-a-nimble-client-for-mastodon/
+As of writing, the audio still not synced, but I was informed that it might get fixed after a reencode pass thingy.
+(Just squint your eyes for now, or if you get annoyed check again later)
+See my blog post on this talk.
` + +publishedOn = publishedOn === '' ? publishDate : publishedOn +--- + ++ + Published on + + {publishState} + +
+ +