gitignore was ignoring files in blog/
This commit is contained in:
commit
08ce449cb4
43 changed files with 710 additions and 0 deletions
27
blog/atom.xml
Normal file
27
blog/atom.xml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
||||
<title type="text">will holdsworth's blog</title>
|
||||
<subtitle type="text">blog</subtitle>
|
||||
<updated>2025-01-28T19:06:19Z</updated>
|
||||
<link rel="alternate" type="text/html" href="https://fi33.buzz"/>
|
||||
<id>https://fi33.buzz/atom.xml</id>
|
||||
<link rel="self" type="application/atom+xml" href="https://fi33.buzz/atom.xml"/>
|
||||
<entry>
|
||||
<title type="text">quick and easy cloud storage with dufs and nixos</title>
|
||||
<link rel="alternate" type="text/html" href="https://fi33.buzz/dufs.html"/>
|
||||
<id>https://fi33.buzz/dufs.html</id>
|
||||
<published>2025-01-28T18:41:39Z</published>
|
||||
<updated>2025-01-28T19:05:53Z</updated>
|
||||
<author><name>wi11-holdsworth</name></author>
|
||||
<summary type="text">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.</summary>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="text">welcome!</title>
|
||||
<link rel="alternate" type="text/html" href="https://fi33.buzz/welcome.html"/>
|
||||
<id>https://fi33.buzz/welcome.html</id>
|
||||
<published>2025-01-27T22:16:57Z</published>
|
||||
<updated>2025-01-27T23:11:05Z</updated>
|
||||
<author><name>wi11-holdsworth</name></author>
|
||||
<summary type="text">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.</summary>
|
||||
</entry>
|
||||
</feed>
|
||||
Loading…
Add table
Add a link
Reference in a new issue