<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://benwh.net</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Hello World</title>
          <link>https://benwh.net/blog/hello-world</link>
          <description>The first post.</description>
          <pubDate>Tue, 17 Mar 2026 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>