<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Minimal Notes</title>
    <link>https://example.com</link>
    <description>A minimalist Next.js + Markdown blog. Write a post by committing a Markdown file.</description>
    <item>
      <title>Minimalism That Still Feels Good</title>
      <link>https://example.com/posts/minimal-design/</link>
      <guid>https://example.com/posts/minimal-design/</guid>
      <pubDate>Thu, 24 Sep 2026 00:00:00 GMT</pubDate>
      <author>You</author>
      <description>Design notes behind this blog: typography, whitespace, and small details that make reading pleasant.</description>
    </item>
    <item>
      <title>Deploying to Vercel and Cloudflare Pages for Free</title>
      <link>https://example.com/posts/deploy-static/</link>
      <guid>https://example.com/posts/deploy-static/</guid>
      <pubDate>Tue, 22 Sep 2026 00:00:00 GMT</pubDate>
      <author>Grace Hopper</author>
      <description>This blog is fully static. Here&apos;s how to ship it to Vercel or Cloudflare Pages in minutes.</description>
    </item>
    <item>
      <title>Hello World: Writing with Markdown</title>
      <link>https://example.com/posts/hello-world/</link>
      <guid>https://example.com/posts/hello-world/</guid>
      <pubDate>Sun, 20 Sep 2026 00:00:00 GMT</pubDate>
      <author>Ada Lovelace</author>
      <description>How this blog works: just commit a Markdown file and it becomes a post.</description>
    </item>
  </channel>
</rss>