built blog
This commit is contained in:
parent
8389826e5c
commit
eb91212e84
5 changed files with 58 additions and 0 deletions
18
blog/atom.xml
Normal file
18
blog/atom.xml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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-27T23:42:34Z</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">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