aboutsummaryrefslogtreecommitdiff
path: root/blog/feed.xml
blob: a504f41212a50d9f33e49d9ac125df596256a7ce (plain)
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
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>