diff options
author | nathansmith <nathansmith@posteo.com> | 2025-03-29 03:24:52 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-03-29 03:24:52 -0600 |
commit | 0c2c40c76f78cf8807d49e3aa77b6aa9fa151fe6 (patch) | |
tree | ea0b42decceb1cc63f13d0456da5c37df98dcb4d /blog/feed.xml | |
parent | 934547dd32ba011e8f1f030fbce59b66c7887703 (diff) |
Working on blog
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> |