<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>YTTHer's Blog</title>
        <link>https://www.zhouyuting.cn/</link>
        <description>YTTHer's Blog RSS Feed</description>
        <lastBuildDate>Wed, 08 Apr 2026 10:03:49 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <image>
            <title>YTTHer's Blog</title>
            <url>https://www.zhouyuting.cn/logo.png</url>
            <link>https://www.zhouyuting.cn/</link>
        </image>
        <copyright>CC BY-NC-SA 4.0</copyright>
        <atom:link href="https://www.zhouyuting.cn/feed.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[Hello World! - YTTHer's Blog]]></title>
            <link>https://www.zhouyuting.cn/posts/example-blog</link>
            <guid isPermaLink="true">https://www.zhouyuting.cn/posts/example-blog</guid>
            <pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<p>这是 Blog 栏目的示例文章。</p>
<p>后续你可以直接在 <code>pages/posts/</code> 下继续新增 Markdown 文件，它们会自动出现在博客列表中。</p>
]]></content:encoded>
            <author>you@example.com (YTTHer)</author>
        </item>
        <item>
            <title><![CDATA[Hello World! - YTTHer's Blog]]></title>
            <link>https://www.zhouyuting.cn/posts/example-note</link>
            <guid isPermaLink="true">https://www.zhouyuting.cn/posts/example-note</guid>
            <pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<p>这是 Notes 栏目的示例文章。</p>
<p>你后续可以继续使用 <code>type: note</code> 来区分笔记与普通博客文章。</p>
]]></content:encoded>
            <author>you@example.com (YTTHer)</author>
        </item>
    </channel>
</rss>