<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Personal Site</title>
    <link>http://localhost:3000</link>
    <description>Thoughts on business and coding.</description>
    <language>en-us</language>
    <atom:link href="http://localhost:3000/feed.xml" rel="self" type="application/rss+xml"/>
    
    <item>
      <title><![CDATA[Hello, World]]></title>
      <link>http://localhost:3000/blog/hello-world</link>
      <guid>http://localhost:3000/blog/hello-world</guid>
      <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[First post. Why I'm writing, what this space is about, and what to expect.]]></description>
    </item>
  </channel>
</rss>