<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>我的博客</title>
    <link>https://example.com</link>
    <description>一个热爱技术与文字的个人博客</description>
    <language>zh-CN</language>
    <lastBuildDate>Tue, 21 Jul 2026 17:04:54 GMT</lastBuildDate>
    <atom:link href="https://example.com/api/rss" rel="self" type="application/rss+xml" />
    
    <item>
      <title>TypeScript 高级技巧：让代码更优雅</title>
      <link>https://example.com/posts/typescript-tips</link>
      <guid>https://example.com/posts/typescript-tips</guid>
      <pubDate>Tue, 20 Feb 2024 00:00:00 GMT</pubDate>
      <description>分享一些实用的 TypeScript 高级技巧，包括类型体操、条件类型、映射类型等，帮助你写出更健壮的代码</description>
      <category>技术</category>
    </item>
    
    <item>
      <title>你好，世界 — 我的第一篇博客</title>
      <link>https://example.com/posts/hello-world</link>
      <guid>https://example.com/posts/hello-world</guid>
      <pubDate>Mon, 15 Jan 2024 00:00:00 GMT</pubDate>
      <description>这是我的个人博客的第一篇文章，记录了我搭建这个博客的初衷和技术选型</description>
      <category>随笔</category>
    </item>
    
    <item>
      <title>极简主义生活实践：少即是多</title>
      <link>https://example.com/posts/minimalism-life</link>
      <guid>https://example.com/posts/minimalism-life</guid>
      <pubDate>Mon, 08 Jul 2024 00:00:00 GMT</pubDate>
      <description>分享我践行极简主义生活一年来的感悟，包括物品整理、数字极简、时间管理等方面</description>
      <category>生活</category>
    </item>
    
    <item>
      <title>2024 前端技术趋势展望</title>
      <link>https://example.com/posts/frontend-2024</link>
      <guid>https://example.com/posts/frontend-2024</guid>
      <pubDate>Thu, 20 Jun 2024 00:00:00 GMT</pubDate>
      <description>回顾 2024 年前端领域的重要变化，展望未来技术发展方向，包括 React Server Components、AI 辅助开发、性能优化等</description>
      <category>技术</category>
    </item>
    
    <item>
      <title>JavaScript 设计模式：从理论到实践</title>
      <link>https://example.com/posts/design-patterns</link>
      <guid>https://example.com/posts/design-patterns</guid>
      <pubDate>Sat, 01 Jun 2024 00:00:00 GMT</pubDate>
      <description>设计模式是解决常见问题的成熟方案。本文介绍 JavaScript 中最常用的几种设计模式，以及如何在实际项目中应用它们</description>
      <category>技术</category>
    </item>
    
    <item>
      <title>《深度工作》读书笔记</title>
      <link>https://example.com/posts/reading-notes</link>
      <guid>https://example.com/posts/reading-notes</guid>
      <pubDate>Sun, 12 May 2024 00:00:00 GMT</pubDate>
      <description>卡尔·纽波特的《深度工作》是一本关于如何在分心的世界中专注工作的书，以下是我在阅读过程中的一些思考和摘录</description>
      <category>阅读</category>
    </item>
    
    <item>
      <title>CSS Grid 布局完全指南</title>
      <link>https://example.com/posts/css-grid-layout</link>
      <guid>https://example.com/posts/css-grid-layout</guid>
      <pubDate>Fri, 05 Apr 2024 00:00:00 GMT</pubDate>
      <description>从基础到进阶，全面掌握 CSS Grid 布局系统，包含大量实用示例和实战技巧</description>
      <category>技术</category>
    </item>
    
    <item>
      <title>React Server Components 深入理解</title>
      <link>https://example.com/posts/react-server-components</link>
      <guid>https://example.com/posts/react-server-components</guid>
      <pubDate>Sun, 10 Mar 2024 00:00:00 GMT</pubDate>
      <description>React Server Components 是 React 团队提出的一个重要概念，本文将深入探讨其工作原理和最佳实践</description>
      <category>技术</category>
    </item>
    
  </channel>
</rss>