-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRSS.xml
More file actions
30 lines (30 loc) · 1.22 KB
/
RSS.xml
File metadata and controls
30 lines (30 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Charlie's Blog</title>
<link>https://charliew.net/blog</link>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" href="http://charliew.net/RSS.xml" rel="self" type="application/rss+xml" />
<description>Updates on my Life, Computers and Books</description>
<item>
<title>Ten Pointless Facts About Me</title>
<link>https://charliew.net/blog/ten-pointless-facts/</link>
<guid>https://charliew.net/blog/ten-pointless-facts/</guid>
<pubDate>Thu, 8 May 2025 12:30:00</pubDate>
<description>My answers to the ten pointless question Abi gave me.</description>
</item>
<item>
<title>Cataloging My Home Library</title>
<link>https://charliew.net/blog/cataloging-my-home-library/</link>
<guid>https://charliew.net/blog/cataloging-my-home-library/</guid>
<pubDate>Sun, 16 Feb 2025 12:15:12 GMT</pubDate>
<description>The story of my methods to catalog my home library in Birmingham.</description>
</item>
<item>
<title>My First Blog Post</title>
<link>https://charliew.net/blog/first-post/</link>
<guid>https://charliew.net/blog/first-post/</guid>
<pubDate>Fri, 14 Feb 2025 15:10:45 GMT</pubDate>
<description>The first blog post I ever made.</description>
</item>
</channel>
</rss>