website

Portfolio website
git clone https://willem.vanzwol.com/git/website/repo.bundle
Log | Files | Refs | README | LICENSE

commit 9a57ff455503eb7c283622e1f93340f49f21fa62
parent 69f657ba52adef341f0b3592c4f1b96c1b1d96f9
Author: Willem Van Zwol <willem@vanzwol.com>
Date:   Thu, 21 May 2026 18:28:50 -0700

fixed up RSS feed

the date was wrong, and neither had descriptions written in so I
wouldn't have been able to write the rust script to generate that part
in the blog page

Diffstat:
Mrss.xml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rss.xml b/rss.xml @@ -8,7 +8,7 @@ <item> <title>On the Blog</title> - <description></description> + <description>Post about my thoughts on how the blog should work.</description> <category>website</category> <category>blog</category> <category>complexity</category> @@ -19,9 +19,9 @@ <item> <title>Website</title> - <description></description> + <description>Overview of the point of this website.</description> <category>website</category> - <pubDate>Tue, 21 May 2026 23:23:00 +0000</pubDate> + <pubDate>Tue, 19 May 2026 23:23:00 +0000</pubDate> <link>./blogs/website.html</link> <guid>./blogs/website.html</guid> </item>