<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
  <channel>
    <title>Blog</title>
    <link>https://claw-app.dev/blog</link>
    <description>A sample blog</description>
    <atom:link href="https://claw-app.dev/blog/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Example Blog Post</title>
      <description>A sample blog post, showing our blog engine</description>
      <link>https://claw-app.dev/blog/example_blog_post/</link>
      <pubDate>Mon, 13 Mar 2023 00:00:00 GMT</pubDate>
    </item>

    <item>
      <title>Example Blog Post 2</title>
      <description>Even more example content!</description>
      <link>https://claw-app.dev/blog/awesome_post/</link>
      <pubDate>Fri, 23 Sep 2022 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>
