<?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="4.4.1">Jekyll</generator><link href="https://iamwilliamli.github.io/fluid-jekyll-theme/feed.xml" rel="self" type="application/atom+xml" /><link href="https://iamwilliamli.github.io/fluid-jekyll-theme/" rel="alternate" type="text/html" hreflang="zh-CN" /><updated>2026-02-10T18:00:34+00:00</updated><id>https://iamwilliamli.github.io/fluid-jekyll-theme/feed.xml</id><title type="html">Fluid Theme</title><subtitle>A minimal and elegant Jekyll blog theme</subtitle><author><name>Fluid Theme</name></author><entry><title type="html">Hello World - 我的第一篇文章</title><link href="https://iamwilliamli.github.io/fluid-jekyll-theme/2026/01/01/hello-world/" rel="alternate" type="text/html" title="Hello World - 我的第一篇文章" /><published>2026-01-01T00:00:00+00:00</published><updated>2026-01-01T00:00:00+00:00</updated><id>https://iamwilliamli.github.io/fluid-jekyll-theme/2026/01/01/hello-world</id><content type="html" xml:base="https://iamwilliamli.github.io/fluid-jekyll-theme/2026/01/01/hello-world/"><![CDATA[<p>欢迎来到你的新博客！这是一篇示例文章，展示了博客支持的主要功能。</p>

<h2 id="markdown-基础">Markdown 基础</h2>

<p>这个博客使用 Markdown 来编写内容。你可以使用各种格式：</p>

<ul>
  <li><strong>粗体文本</strong></li>
  <li><em>斜体文本</em></li>
  <li><code class="language-plaintext highlighter-rouge">行内代码</code></li>
  <li><a href="https://example.com">链接</a></li>
</ul>

<h2 id="代码高亮">代码高亮</h2>

<p>博客支持代码语法高亮：</p>

<div class="language-python highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="k">def</span> <span class="nf">hello_world</span><span class="p">():</span>
    <span class="nf">print</span><span class="p">(</span><span class="sh">"</span><span class="s">Hello, World!</span><span class="sh">"</span><span class="p">)</span>

<span class="nf">hello_world</span><span class="p">()</span>
</code></pre></div></div>

<div class="language-javascript highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="kd">const</span> <span class="nx">greeting</span> <span class="o">=</span> <span class="p">()</span> <span class="o">=&gt;</span> <span class="p">{</span>
  <span class="nx">console</span><span class="p">.</span><span class="nf">log</span><span class="p">(</span><span class="dl">"</span><span class="s2">Hello from JavaScript!</span><span class="dl">"</span><span class="p">);</span>
<span class="p">};</span>
</code></pre></div></div>

<h2 id="引用">引用</h2>

<blockquote>
  <p>这是一段引用文字。你可以用它来强调重要的观点或引用他人的话。</p>
</blockquote>

<h2 id="数学公式">数学公式</h2>

<p>博客支持 MathJax 数学公式：</p>

<p>行内公式：$E = mc^2$</p>

<p>块级公式：</p>

\[\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}\]

<h2 id="表格">表格</h2>

<table>
  <thead>
    <tr>
      <th>功能</th>
      <th>支持</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Markdown</td>
      <td>✓</td>
    </tr>
    <tr>
      <td>代码高亮</td>
      <td>✓</td>
    </tr>
    <tr>
      <td>数学公式</td>
      <td>✓</td>
    </tr>
    <tr>
      <td>SEO</td>
      <td>✓</td>
    </tr>
  </tbody>
</table>

<h2 id="下一步">下一步</h2>

<ol>
  <li>编辑 <code class="language-plaintext highlighter-rouge">_config.yml</code> 配置你的站点信息</li>
  <li>删除这篇示例文章</li>
  <li>在 <code class="language-plaintext highlighter-rouge">_posts</code> 目录创建你自己的文章</li>
  <li>运行 <code class="language-plaintext highlighter-rouge">bundle exec jekyll serve</code> 预览</li>
</ol>

<p>祝你写作愉快！</p>]]></content><author><name>Fluid Theme</name></author><category term="示例" /><category term="入门" /><summary type="html"><![CDATA[这是一篇示例文章，帮助你了解如何创建博客内容]]></summary></entry></feed>