<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://portfolio-blog-starter.vercel.app</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Welcome to my portfolio</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/my-first-post</link>
          <description>What is this post even about?</description>
          <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>