<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN"><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://blog.yuchui.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://blog.yuchui.com/" rel="alternate" type="text/html" hreflang="zh-CN" /><updated>2026-07-24T10:08:07+08:00</updated><id>https://blog.yuchui.com/feed.xml</id><title type="html">余晖</title><subtitle>一个极简的个人博客</subtitle><author><name>renqiancheng</name></author><entry><title type="html">你好，世界</title><link href="https://blog.yuchui.com/2026/07/24/hello-world/" rel="alternate" type="text/html" title="你好，世界" /><published>2026-07-24T10:00:00+08:00</published><updated>2026-07-24T10:00:00+08:00</updated><id>https://blog.yuchui.com/2026/07/24/hello-world</id><content type="html" xml:base="https://blog.yuchui.com/2026/07/24/hello-world/"><![CDATA[<p>欢迎来到我的博客。这是第一篇文章，用来确认站点已经正常工作。</p>

<!--more-->

<p>这里使用 <a href="https://jekyllrb.com/">Jekyll</a> 生成静态页面，托管在 GitHub Pages 上。写作时只需要在 <code class="language-plaintext highlighter-rouge">_posts</code> 目录里新增 Markdown 文件，推送到仓库后就会自动发布。</p>

<h2 id="怎么写文章">怎么写文章</h2>

<p>新建文件时，文件名格式为：</p>

<div class="language-text highlighter-rouge"><div class="highlight"><pre class="highlight"><code>YYYY-MM-DD-标题英文或拼音.md
</code></pre></div></div>

<p>文件开头写上 front matter，例如：</p>

<div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nn">---</span>
<span class="na">layout</span><span class="pi">:</span> <span class="s">post</span>
<span class="na">title</span><span class="pi">:</span> <span class="s">文章标题</span>
<span class="na">date</span><span class="pi">:</span> <span class="s">2026-07-24 10:00:00 +0800</span>
<span class="na">tags</span><span class="pi">:</span> <span class="pi">[</span><span class="nv">标签一</span><span class="pi">,</span> <span class="nv">标签二</span><span class="pi">]</span>
<span class="nn">---</span>
</code></pre></div></div>

<p>正文里可以用 <code class="language-plaintext highlighter-rouge">&lt;!--more--&gt;</code> 分隔摘要与全文。首页列表会优先展示分隔符之前的内容。</p>

<p>祝写作愉快。</p>]]></content><author><name>renqiancheng</name></author><category term="随笔" /><category term="博客" /><summary type="html"><![CDATA[欢迎来到我的博客。这是第一篇文章，用来确认站点已经正常工作。]]></summary></entry><entry><title type="html">为什么选择极简博客</title><link href="https://blog.yuchui.com/2026/07/23/why-minimal-blog/" rel="alternate" type="text/html" title="为什么选择极简博客" /><published>2026-07-23T18:30:00+08:00</published><updated>2026-07-23T18:30:00+08:00</updated><id>https://blog.yuchui.com/2026/07/23/why-minimal-blog</id><content type="html" xml:base="https://blog.yuchui.com/2026/07/23/why-minimal-blog/"><![CDATA[<p>博客不必花哨。清晰的排版、可读的字体、稳定的链接，往往比复杂的动效更重要。</p>

<!--more-->

<h2 id="少即是多">少即是多</h2>

<p>当你打开一篇文章时，真正需要的东西其实很少：标题、日期、正文。多余的侧边栏、弹窗、推荐卡片，常常只会打断阅读。</p>

<p>参考王垠博客的做法，这个站点刻意保持了：</p>

<ul>
  <li>居中单栏布局</li>
  <li>衬线字体与充足留白</li>
  <li>白底黑字，链接颜色克制</li>
</ul>

<h2 id="把注意力留给内容">把注意力留给内容</h2>

<p>技术会过时，样式会迭代，但记录本身可以长久保存。用 Markdown 写稿、用静态站发布，维护成本很低，也更容易专注于把事情说清楚。</p>

<p>如果你也想搭建类似的博客，可以从一篇短文开始——不必等准备“完美”了再动笔。</p>]]></content><author><name>renqiancheng</name></author><category term="思考" /><category term="设计" /><summary type="html"><![CDATA[博客不必花哨。清晰的排版、可读的字体、稳定的链接，往往比复杂的动效更重要。]]></summary></entry></feed>