From 6363a0aeb3d8a5ac8c7393fb3cba24b05c0703e4 Mon Sep 17 00:00:00 2001
From: Joe Carstairs
Date: Thu, 16 Apr 2026 20:04:07 +0100
Subject: [PATCH] subscribe to this blog!
---
website/src/components/BlogFeed.astro | 2 +
website/src/content/blog/2026-04-16.md | 20 ++++++
website/src/pages/blog/index.astro | 6 +-
website/src/pages/blog/subscribe.astro | 90 ++++++++++++++++++++++++++
4 files changed, 117 insertions(+), 1 deletion(-)
create mode 100644 website/src/content/blog/2026-04-16.md
create mode 100644 website/src/pages/blog/subscribe.astro
diff --git a/website/src/components/BlogFeed.astro b/website/src/components/BlogFeed.astro
index 663a826..af61dca 100644
--- a/website/src/components/BlogFeed.astro
+++ b/website/src/components/BlogFeed.astro
@@ -66,6 +66,8 @@ const canonicalBlogUrl = new URL('blog', Astro.site)
+
+
{ hideSubheadings
?
{ posts.sort(sortByPubDateDescending).map(post => (
diff --git a/website/src/content/blog/2026-04-16.md b/website/src/content/blog/2026-04-16.md
new file mode 100644
index 0000000..0e1fd11
--- /dev/null
+++ b/website/src/content/blog/2026-04-16.md
@@ -0,0 +1,20 @@
+---
+title: Subscribing to this blog
+description:
+ I've added a page to this Website describing how you can subscribe to this
+ blog.
+pubDate: 2026-04-16
+---
+
+Hi all! Since I started this blog, I've been publishing an RSS file to go
+alongside it. If you don't know, an RSS file is a really old and really simple
+and really fantastic way to subscribe to updates on any Website that publishes
+one. You can use it to subscribe to my Website. You don't have to remember to
+look at it every once in a while. RSS is all over the Web, by the way, and you
+can use it for way cooler stuff than my blog. If that's news to you, have a
+look!
+
+=> How to subscribe to this blog
=>
+My RSS file
=>
+Cory
+Doctorow explaining why RSS is ridiculously good
diff --git a/website/src/pages/blog/index.astro b/website/src/pages/blog/index.astro
index 61a1a46..df758ed 100644
--- a/website/src/pages/blog/index.astro
+++ b/website/src/pages/blog/index.astro
@@ -13,7 +13,11 @@ import Navbar from '../../components/Navbar.astro';
-
+
+
+