<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>My Blog</title>
    <link>https://your-blog.pages.dev</link>
    <description>Personal blog powered by Markdown &amp; Cloudflare Pages</description>
    <language>zh-CN</language>
    <lastBuildDate>Sat, 01 Aug 2026 10:23:24 GMT</lastBuildDate>

    <item>
      <title>部署到 Cloudflare Workers 和 Pages</title>
      <link>https://your-blog.pages.dev/posts/deploying-to-cloudflare.html</link>
      <guid isPermaLink="true">https://your-blog.pages.dev/posts/deploying-to-cloudflare.html</guid>
      <pubDate>Sat, 01 Aug 2026 00:00:00 GMT</pubDate>
      <description>手把手教你把这个博客部署到 Cloudflare Pages，包括 Wrangler CLI 和 Git 自动部署两种方式。</description>
    </item>
    <item>
      <title>Hello World</title>
      <link>https://your-blog.pages.dev/posts/hello-world.html</link>
      <guid isPermaLink="true">https://your-blog.pages.dev/posts/hello-world.html</guid>
      <pubDate>Sat, 01 Aug 2026 00:00:00 GMT</pubDate>
      <description>欢迎来到我的博客！这是第一篇文章，介绍这个博客是怎么搭建的。</description>
    </item>
  </channel>
</rss>