<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2026-08-05T09:36:46+00:00</updated><id>/feed.xml</id><title type="html">Jekyll 博客</title><subtitle>使用 Jekyll 搭建的静态博客</subtitle><entry><title type="html">Welcome to Jekyll</title><link href="/jekyll/2026/08/04/welcome-to-jekyll.html" rel="alternate" type="text/html" title="Welcome to Jekyll" /><published>2026-08-04T16:00:00+00:00</published><updated>2026-08-04T16:00:00+00:00</updated><id>/jekyll/2026/08/04/welcome-to-jekyll</id><content type="html" xml:base="/jekyll/2026/08/04/welcome-to-jekyll.html"><![CDATA[<p>你来了!欢迎来到 Jekyll 的世界。</p>

<h2 id="jekyll-是什么">Jekyll 是什么?</h2>

<p>Jekyll 是一个简单且支持博客的静态网站生成器。它将 Markdown(或 Textile)、Liquid 模板语言和 HTML、CSS 整合在一起,生成一个可以直接部署的完整静态网站。</p>

<h2 id="jekyll-的主要特点">Jekyll 的主要特点</h2>

<ol>
  <li><strong>简单易用</strong>:无需数据库,无需评论功能,无需频繁更新。你只需要专注于写作。</li>
  <li><strong>静态生成</strong>:所有页面在构建时预先生成为静态 HTML,加载速度快,安全性高。</li>
  <li><strong>Markdown 支持</strong>:使用 Markdown 编写文章,聚焦内容本身。</li>
  <li><strong>Liquid 模板</strong>:灵活的模板引擎,方便复用与定制布局。</li>
  <li><strong>GitHub Pages 原生支持</strong>:可直接部署到 GitHub Pages,零运维成本。</li>
  <li><strong>插件生态</strong>:丰富的插件扩展功能,如分页、订阅、SEO 优化等。</li>
</ol>

<h2 id="开始写作">开始写作</h2>

<p>要发布新文章,只需在 <code class="language-plaintext highlighter-rouge">_posts</code> 目录下创建一个符合 <code class="language-plaintext highlighter-rouge">YYYY-MM-DD-title.md</code> 命名规范的文件,然后推送到仓库即可。</p>

<p>祝你写作愉快!</p>]]></content><author><name></name></author><category term="jekyll" /><summary type="html"><![CDATA[你来了!欢迎来到 Jekyll 的世界。]]></summary></entry></feed>