<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://blog.example.com/</id>
  <title type="text">我的技术博客</title>
  <subtitle type="text">记录计算机学习与实践</subtitle>
  <updated>2026-09-08T00:00:00.000Z</updated>
  <author><name>Felix Li</name></author>
  <link rel="alternate" href="https://blog.example.com/"/>
  <link rel="self" href="https://blog.example.com/atom.xml"/>
  <generator uri="https://github.com/CuteLeaf/Firefly">Firefly v6.16.8</generator>
    <entry>
      <id>https://blog.example.com/posts/welcome/</id>
      <title type="text">欢迎来到我的博客</title>
      <published>2026-09-08T00:00:00.000Z</published>
      <updated>2026-09-08T00:00:00.000Z</updated>
      <author><name>Felix Li</name></author>
      <link rel="alternate" href="https://blog.example.com/posts/welcome/"/>
      <summary type="text">这是我的个人技术博客的第一篇文章，本站用来记录计算机领域的学习、实践与分享。</summary>
      <content type="html"><![CDATA[<section><h1>欢迎来到我的博客<a href="#欢迎来到我的博客"><span>#</span></a></h1><p>你好，欢迎来到我的个人技术博客 👋</p><p>这里将用于记录我在计算机领域的学习笔记、踩坑记录、项目实践与技术分享。</p><section><h2>本站如何运作<a href="#本站如何运作"><span>#</span></a></h2><ul>
<li>文章以 Markdown（或 MDX）形式存放在 <code>src/content/posts/</code> 目录</li>
<li>可以用 <code>pnpm new-post &lt;文件名&gt;</code> 快速创建新文章</li>
<li>在文章顶部填写 frontmatter（<code>title</code>、<code>published</code>、<code>description</code>、<code>tags</code>、<code>category</code> 等）即可</li>
<li>提交并推送到 GitHub 仓库的 <code>main</code> 分支后，Cloudflare Pages 会自动构建部署</li>
</ul></section><section><h2>写点什么呢？<a href="#写点什么呢"><span>#</span></a></h2><p>接下来我会慢慢把积累的内容整理成文章发出来，欢迎常来看看，也欢迎交流指正。</p></section></section>]]></content>
    </entry>
</feed>
