<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Blog</title>
    <link>https://yourdomain.com</link>
    <description>Writing about things.</description>
    <atom:link href="https://yourdomain.com/rss.xml" rel="self" type="application/rss+xml" />  <item>
    <title>Hello World</title>
    <link>https://yourdomain.com/blog/hello-world/</link>
    <description>My first post about whatever is on my mind.</description>
    <pubDate>Wed, 01 Jan 2025 00:00:00 GMT</pubDate>
  </item>
  </channel>
</rss>