<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Your Name — Blog</title>
  <link>https://yourdomain.com/blog/</link>
  <description>Notes on data, writing, and Linux.</description>
  <language>en</language>
  <atom:link href="https://yourdomain.com/blog/feed.xml" rel="self" type="application/rss+xml"/>

  <!-- BLOG FEED ITEM TEMPLATE — copy this <item> block for each new post,
       paste it as the FIRST item (newest first). Keep it in sync with
       blog/index.html. -->
  <item>
    <title>Example Post Title</title>
    <link>https://yourdomain.com/blog/posts/2026-08-03-example-post.html</link>
    <guid>https://yourdomain.com/blog/posts/2026-08-03-example-post.html</guid>
    <pubDate>Mon, 03 Aug 2026 00:00:00 GMT</pubDate>
    <description>One-sentence teaser for the post.</description>
  </item>

</channel>
</rss>
