diff options
Diffstat (limited to 'blog/feed.xml')
-rw-r--r-- | blog/feed.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/blog/feed.xml b/blog/feed.xml new file mode 100644 index 0000000..a504f41 --- /dev/null +++ b/blog/feed.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<rss version="2.0"> + <channel> + <title>Nathan's shitty blog</title> + <description>The coffee powered blog of chaos</description> + <link>http://nathansmith117.beevomit.org/blog</link> + <image> + <url>http://nathansmith117.bevomit.org/images/icon.png</url> + <title>Nathan's shitty blog</title> + <link>http://nathansmith117.beevomit.org</link> + </image> + + <item> + <title>test post</title> + <link>http://nathansmith117.bevomit.or/blog</link> + <pubDate>Sat, 29 Mar 2025 00:00:00 GMT</pubDate> + <description> + <![CDATA[ +<article> + <header> + <h1>Over thinking</h1> + <p> + I over think a lot tbh. + </p> + </header> +</article> + ]]> + </description> + </item> + </channel> +</rss> |