<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>http://localhost:3000</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Proposal for a Web-Wide World</title>
          <link>http://localhost:3000/blog/proposal</link>
          <description>Interconnected worlds in Interactive HyperMedia</description>
          <pubDate>Thu, 14 Nov 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Hello, World!</title>
          <link>http://localhost:3000/blog/hello-world</link>
          <description>A Brief Introduction to Me, This Website, and Everything</description>
          <pubDate>Thu, 24 Oct 2024 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>