gitignore was ignoring files in blog/

This commit is contained in:
wi11-holdsworth 2025-01-28 19:09:19 +11:00
commit 08ce449cb4
43 changed files with 710 additions and 0 deletions

22
blog/rss.xml Normal file
View file

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>will holdsworth's blog</title>
<link>https://fi33.buzz</link>
<description>blog</description>
<item>
<title>quick and easy cloud storage with dufs and nixos</title>
<link>https://fi33.buzz/dufs.html</link>
<guid>https://fi33.buzz/dufs.html</guid>
<pubDate>Tue, 28 Jan 2025 18:41:39 +1100</pubDate>
<description>dufs[1] -- the distinctive file utility server -- is a decent cloud storage replacement for those looking to move away from third-party services like google drive or proton drive. it supports webdav and https file transfer protocols.</description>
</item>
<item>
<title>welcome!</title>
<link>https://fi33.buzz/welcome.html</link>
<guid>https://fi33.buzz/welcome.html</guid>
<pubDate>Mon, 27 Jan 2025 22:16:57 +1100</pubDate>
<description>the static site generator i'm using to kickstart this blog[1] requires a single post to exist in order to compile, and failing to provide a post sends `make` into an infinite loop.</description>
</item>
</channel>
</rss>