<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://example.com/</id>
    <title>Warmpaper Demo</title>
    <updated>2026-07-28T02:59:51.661Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <author>
        <name>Your Name</name>
        <email>i@valaxy.site</email>
        <uri>https://example.com</uri>
    </author>
    <link rel="alternate" href="https://example.com/"/>
    <link rel="self" href="https://example.com/atom.xml"/>
    <subtitle>暖色方格纸风格的 Valaxy 主题演示站点</subtitle>
    <logo>https://valaxy.site/valaxy-logo.png</logo>
    <icon>https://example.com/favicon.svg</icon>
    <rights>CC BY-NC-SA 4.0 2026 © Your Name</rights>
    <entry>
        <title type="html"><![CDATA[方格纸上的第一则笔记]]></title>
        <id>https://example.com/posts/first-note</id>
        <link href="https://example.com/posts/first-note"/>
        <updated>2026-07-22T00:00:00.000Z</updated>
        <content type="html"><![CDATA[<p>这是迁移到 Valaxy 后写下的第一篇测试文章，用来验证归档聚合、标签与暖色方格纸背景是否正常工作。</p>
<h2>为什么迁移</h2>
<p>warmpaper 的视觉语言——Claude 暖色搭配方格纸背景——很</p>
<br/><p>访问 <a href="https://example.com/posts/first-note" target="_blank">https://example.com/posts/first-note</a> 阅读全文。</p>]]></content>
        <author>
            <name>Your Name</name>
            <email>i@valaxy.site</email>
            <uri>https://example.com</uri>
        </author>
        <published>2026-07-22T00:00:00.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[Hello Warmpaper for Valaxy]]></title>
        <id>https://example.com/posts/hello-warmpaper</id>
        <link href="https://example.com/posts/hello-warmpaper"/>
        <updated>2026-07-22T00:00:00.000Z</updated>
        <content type="html"><![CDATA[<p>这是一篇用于验证 <strong>warmpaper 风格</strong> 在 Valaxy 下渲染效果的示例文章。</p>
<h2>段落与强调</h2>
<p>这里测试正文的行高、字体（LXGW WenKai GB）与暖色背景是否协调。</p>
<h1></h1>
<br/><p>访问 <a href="https://example.com/posts/hello-warmpaper" target="_blank">https://example.com/posts/hello-warmpaper</a> 阅读全文。</p>]]></content>
        <author>
            <name>Your Name</name>
            <email>i@valaxy.site</email>
            <uri>https://example.com</uri>
        </author>
        <published>2026-07-22T00:00:00.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[Markdown 排版速查]]></title>
        <id>https://example.com/posts/markdown-guide</id>
        <link href="https://example.com/posts/markdown-guide"/>
        <updated>2026-06-18T00:00:00.000Z</updated>
        <content type="html"><![CDATA[<p>这篇文章用来展示 warmpaper 主题对各类 Markdown 元素的渲染效果，方便日后调样式时对照。</p>
<h2>标题层级</h2>
<p>主题会对 h1–h6 逐级缩小字号并调整间距，正文用霞鹜文楷。</p>
<h2></h2>
<br/><p>访问 <a href="https://example.com/posts/markdown-guide" target="_blank">https://example.com/posts/markdown-guide</a> 阅读全文。</p>]]></content>
        <author>
            <name>Your Name</name>
            <email>i@valaxy.site</email>
            <uri>https://example.com</uri>
        </author>
        <published>2026-06-18T00:00:00.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[自研 Valaxy 主题的一些笔记]]></title>
        <id>https://example.com/posts/valaxy-theme-notes</id>
        <link href="https://example.com/posts/valaxy-theme-notes"/>
        <updated>2026-05-30T00:00:00.000Z</updated>
        <content type="html"><![CDATA[<p>从零写一个 Valaxy 主题，比想象中简单——它不搞 <code>defineTheme</code>，全靠目录约定。</p>
<h2>约定式加载</h2>
<p>主题包里这些文件会被 Valaxy 自动接管：</p>
<ul>
<li><code>App.vue</code>：全</li>
</ul>
<br/><p>访问 <a href="https://example.com/posts/valaxy-theme-notes" target="_blank">https://example.com/posts/valaxy-theme-notes</a> 阅读全文。</p>]]></content>
        <author>
            <name>Your Name</name>
            <email>i@valaxy.site</email>
            <uri>https://example.com</uri>
        </author>
        <published>2026-05-30T00:00:00.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[最近的阅读清单]]></title>
        <id>https://example.com/posts/reading-list</id>
        <link href="https://example.com/posts/reading-list"/>
        <updated>2026-04-12T00:00:00.000Z</updated>
        <content type="html"><![CDATA[<p>记一下最近读到、觉得值得反复翻的东西，纯粹自用。</p>
<h2>技术</h2>
<ul>
<li>关于渐进式增强与「少即是多」的几篇老文，越读越觉得克制才是难的。</li>
<li>Vue 与 Vite 生态的更新日志——把 changel</li>
</ul>
<br/><p>访问 <a href="https://example.com/posts/reading-list" target="_blank">https://example.com/posts/reading-list</a> 阅读全文。</p>]]></content>
        <author>
            <name>Your Name</name>
            <email>i@valaxy.site</email>
            <uri>https://example.com</uri>
        </author>
        <published>2026-04-12T00:00:00.000Z</published>
    </entry>
</feed>