diff --git a/config.yml b/config.yml
index e1eec62..fef43fd 100644
--- a/config.yml
+++ b/config.yml
@@ -17,5 +17,17 @@ markdown:
enabled: true
theme: ashen
wrap: false
+feed:
+ path: rss.xml
+ timezone: America/Toronto
+ link: https://ficd.sh
+ title: Daniel's Blog
+ description: I write about writing programming code.
+ language: en
+ author:
+ name: Daniel Fichtinger
+ email: daniel@ficd.sh
blog:
dir: blog
+ defaults:
+ description: A blog post. Probably about technology.
diff --git a/content/feed/rss.xml b/content/feed/rss.xml
new file mode 100644
index 0000000..b0c1474
--- /dev/null
+++ b/content/feed/rss.xml
@@ -0,0 +1,101 @@
+
+
+
+ Daniel's Blog
+ https://ficd.sh/feed/rss.xml
+ I write about writing programming code.
+
+ http://www.rssboard.org/rss-specification
+ python-feedgen
+ en
+ Fri, 18 Jul 2025 03:57:22 +0000
+ -
+ Rediscovering Email
+ https://ficd.sh/blog/rediscovering-email
+ A blog post. Probably about technology.
+ daniel@ficd.sh (Daniel Fichtinger)
+ https://ficd.sh/blog/rediscovering-email
+ Mon, 24 Mar 2025 00:00:00 -0400
+
+ -
+ The Lovecraftian Internet
+ https://ficd.sh/blog/the-lovecraftian-internet
+ A blog post. Probably about technology.
+ daniel@ficd.sh (Daniel Fichtinger)
+ https://ficd.sh/blog/the-lovecraftian-internet
+ Sat, 05 Apr 2025 00:00:00 -0400
+
+ -
+ Building This Site
+ https://ficd.sh/blog/building-this-site
+ A blog post. Probably about technology.
+ daniel@ficd.sh (Daniel Fichtinger)
+ https://ficd.sh/blog/building-this-site
+ Thu, 10 Apr 2025 00:00:00 -0400
+
+ -
+ On Websites (Or The Case For The Personal Web)
+ https://ficd.sh/blog/on-websites
+ A blog post. Probably about technology.
+ daniel@ficd.sh (Daniel Fichtinger)
+ https://ficd.sh/blog/on-websites
+ Mon, 05 May 2025 00:00:00 -0400
+
+ -
+ Automatically Mirror Sr.ht To GitHub
+ https://ficd.sh/blog/mirror-srht-to-github
+ A blog post. Probably about technology.
+ daniel@ficd.sh (Daniel Fichtinger)
+ https://ficd.sh/blog/mirror-srht-to-github
+ Thu, 15 May 2025 00:00:00 -0400
+
+ -
+ Writing Emails In Helix
+ https://ficd.sh/blog/email-in-helix
+ A blog post. Probably about technology.
+ daniel@ficd.sh (Daniel Fichtinger)
+ https://ficd.sh/blog/email-in-helix
+ Thu, 29 May 2025 00:00:00 -0400
+
+ -
+ Writing Emails In Kakoune
+ https://ficd.sh/blog/email-in-kakoune
+ A blog post. Probably about technology.
+ daniel@ficd.sh (Daniel Fichtinger)
+ https://ficd.sh/blog/email-in-kakoune
+ Sun, 01 Jun 2025 00:00:00 -0400
+
+ -
+ Implementing Kakoune Syntax Highlighting In Pygments
+ https://ficd.sh/blog/implementing-kakoune-syntax-highlighting
+ A blog post. Probably about technology.
+ daniel@ficd.sh (Daniel Fichtinger)
+ https://ficd.sh/blog/implementing-kakoune-syntax-highlighting
+ Fri, 04 Jul 2025 00:00:00 -0400
+
+ -
+ Opening URLs In Kakoune
+ https://ficd.sh/blog/kak/url-open
+ A blog post. Probably about technology.
+ daniel@ficd.sh (Daniel Fichtinger)
+ https://ficd.sh/blog/kak/url-open
+ Mon, 07 Jul 2025 00:00:00 -0400
+
+ -
+ Email Formatting Is Harder Than It Looks
+ https://ficd.sh/blog/email-formatting
+ A blog post. Probably about technology.
+ daniel@ficd.sh (Daniel Fichtinger)
+ https://ficd.sh/blog/email-formatting
+ Mon, 14 Jul 2025 00:00:00 -0400
+
+ -
+ angels and wires
+ https://ficd.sh/blog/angels-and-wires
+ A blog post. Probably about technology.
+ daniel@ficd.sh (Daniel Fichtinger)
+ https://ficd.sh/blog/angels-and-wires
+ Wed, 16 Jul 2025 00:00:00 -0400
+
+
+
diff --git a/templates/post_list.html b/templates/post_list.html
index e98693a..a10e804 100644
--- a/templates/post_list.html
+++ b/templates/post_list.html
@@ -11,8 +11,8 @@