<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>极简空间</title>
    <link>https://blog.myminibase.com</link>
    <description>一个基于 Next.js 的个人博客，分享技术文章和生活感悟</description>
    <language>zh-CN</language>
    <lastBuildDate>Fri, 29 May 2026 17:40:13 GMT</lastBuildDate>
    <atom:link href="https://blog.myminibase.com/feed.xml" rel="self" type="application/rss+xml"/>

    <item>
      <title>Hello World - 博客的第一篇文章</title>
      <link>https://blog.myminibase.com/posts/hello-world</link>
      <description>这是我的博客的第一篇文章，介绍博客的技术选型和搭建过程。</description>
      <pubDate>Wed, 29 May 2024 00:00:00 GMT</pubDate>
      <guid>https://blog.myminibase.com/posts/hello-world</guid>
      <category>博客</category>
      <category>Next.js</category>
      <category>Tailwind CSS</category>
      <content:encoded><![CDATA[<html><head></head><body><h1 id="hello-world"><a aria-hidden="true" tabindex="-1" href="#hello-world"><span class="icon icon-link"></span></a>Hello World</h1>
<p>欢迎来到我的个人博客！这是第一篇文章，用来测试博客系统的功能。</p>
<h2 id="技术选型"><a aria-hidden="true" tabindex="-1" href="#技术选型"><span class="icon icon-link"></span></a>技术选型</h2>
<p>这个博客使用了以下技术栈：</p>
<ul>
<li><strong>Next.js 16</strong> - React 框架，支持 SSR/ISR</li>
<li><strong>Tailwind CSS 4</strong> - 现代化 CSS 工具</li>
<li><strong>TypeScript</strong> - 类型安全</li>
<li><s...]]></content:encoded>
    </item>

    <item>
      <title>Next.js 16 新特性详解</title>
      <link>https://blog.myminibase.com/posts/nextjs-16-features</link>
      <description>深入了解 Next.js 16 的最新特性，包括 Turbopack、改进的缓存策略等。</description>
      <pubDate>Tue, 28 May 2024 00:00:00 GMT</pubDate>
      <guid>https://blog.myminibase.com/posts/nextjs-16-features</guid>
      <category>Next.js</category>
      <category>React</category>
      <category>前端</category>
      <content:encoded><![CDATA[<html><head></head><body><h1 id="nextjs-16-新特性详解"><a aria-hidden="true" tabindex="-1" href="#nextjs-16-新特性详解"><span class="icon icon-link"></span></a>Next.js 16 新特性详解</h1>
<p>Next.js 16 带来了许多激动人心的新特性，让我们一起来探索。</p>
<h2 id="turbopack-正式发布"><a aria-hidden="true" tabindex="-1" href="#turbopack-正式发布"><span class="icon icon-link"></span></a>Turbopack 正式发布</h2>
<p>Turbopack 是 Rust 编写的下一代打包工具，速度比 Webpack 快 100 倍。</p>
<pre><code class="hljs language-bash"><span class="hljs-comment"># 使用 Turbopack 启动开发服务器...]]></content:encoded>
    </item>

    <item>
      <title>Tailwind CSS 4 完全指南</title>
      <link>https://blog.myminibase.com/posts/tailwind-css-4-guide</link>
      <description>从零开始学习 Tailwind CSS 4，掌握现代 CSS 开发技巧。</description>
      <pubDate>Mon, 27 May 2024 00:00:00 GMT</pubDate>
      <guid>https://blog.myminibase.com/posts/tailwind-css-4-guide</guid>
      <category>CSS</category>
      <category>Tailwind</category>
      <category>前端</category>
      <content:encoded><![CDATA[<html><head></head><body><h1 id="tailwind-css-4-完全指南"><a aria-hidden="true" tabindex="-1" href="#tailwind-css-4-完全指南"><span class="icon icon-link"></span></a>Tailwind CSS 4 完全指南</h1>
<p>Tailwind CSS 4 是一次革命性的更新，带来了全新的架构和更好的性能。</p>
<h2 id="新的架构"><a aria-hidden="true" tabindex="-1" href="#新的架构"><span class="icon icon-link"></span></a>新的架构</h2>
<p>基于 Oxide 引擎，编译速度提升 10 倍以上。</p>
<h2 id="基础用法"><a aria-hidden="true" tabindex="-1" href="#基础用法"><span class="icon icon-link"></span></a>基础用法</h2>
<pre><cod...]]></content:encoded>
    </item>
  </channel>
</rss>