<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh_CN">
  <title>QuQawslの小屋</title>
  <subtitle>志之所趋，无远弗届</subtitle>
  <link href="https://quqawsl.l.cd/" rel="alternate" type="text/html"/>
  <link href="https://quqawsl.l.cd/atom.xml" rel="self" type="application/atom+xml"/>
  <id>https://quqawsl.l.cd/</id>
  <updated>2077-03-07T00:00:00.000Z</updated>
  <entry>
    <title>欢迎使用 Shirone 内容仓库</title>
    <link href="https://quqawsl.l.cd/posts/guide/" rel="alternate" type="text/html"/>
    <id>https://quqawsl.l.cd/posts/guide/</id>
    <published>2077-03-07T00:00:00.000Z</published>
    <updated>2077-03-07T00:00:00.000Z</updated>
    <summary>这是一篇示例文章，展示了 Shirone 博客主题的排版样式与元数据配置。</summary>
    <content type="html"><![CDATA[<h2>欢迎使用</h2>
<p>这是一篇在内容分离架构下的示例文章。本篇文章保存在独立的内容仓库中，与主题代码完全解耦。</p>
<h3>元数据说明</h3>
<p>文章顶部的 Frontmatter 支持以下字段：</p>
<ul>
<li><code>title</code>：文章标题</li>
<li><code>published</code>：发布日期，格式如 <code>YYYY-MM-DD</code></li>
<li><code>updated</code>：最后修改日期，可选</li>
<li><code>description</code>：文章摘要描述</li>
<li><code>image</code>：文章封面图路径或外部链接</li>
<li><code>category</code>：文章所属分类</li>
<li><code>tags</code>：标签列表</li>
<li><code>pinned</code>：是否置顶</li>
<li><code>series</code>：所属系列 slug，对应 <code>content/series/&lt;slug&gt;.md</code></li>
<li><code>seriesOrder</code>：系列内排序序号（整数），缺省时按发布日期排序</li>
<li><code>draft</code>：是否为草稿，草稿在生产构建时会被自动过滤</li>
<li><code>comment</code>：是否开启本篇文章的评论区</li>
</ul>
<h3>代码高亮</h3>
<pre><code>interface SiteIdentity {
  name: string;
  repo: string;
  mode: "external" | "local";
}

const config: SiteIdentity = {
  name: "Shirone",
  repo: "Shirone-Content",
  mode: "external"
};
</code></pre>
<h3>提示块样式</h3>
<blockquote>
<p>这是一个标准的引用与提示区块示例。</p>
</blockquote>
]]></content>
    <author><name>QuQawsl</name></author>
    <category term="使用指南"/>
  </entry>
</feed>
