<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>My Site</title>
    <description></description>
    <link>https://example.com/</link>
    <atom:link href="https://example.com/feed.xml" rel="self" type="application/rss+xml" xmlns:atom="http://www.w3.org/2005/Atom" />
    
    
    <item>
      <title>From Markdown</title>
      <link>https://example.com/blog/from-markdown.html</link>
      <guid isPermaLink="true">https://example.com/blog/from-markdown.html</guid>
      <pubDate>Sat, 15 Jun 2024 00:00:00 +0000</pubDate>
      <description>Example post written in Markdown.</description>
    </item>
    
    
    
    <item>
      <title>Hello, World!</title>
      <link>https://example.com/blog/hello-world/</link>
      <guid isPermaLink="true">https://example.com/blog/hello-world/</guid>
      <pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate>
      <description>Example HTML post.</description>
    </item>
    
    
  </channel>
</rss>