<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <author>
    <name>John Doe</name>
  </author>
  <generator uri="https://hexo.io/">Hexo</generator>
  <id>http://example.com/</id>
  <link href="http://example.com/" rel="alternate"/>
  <link href="http://example.com/atom.xml" rel="self"/>
  <rights>All rights reserved 2026, John Doe</rights>
  <title>Hexo</title>
  <updated>2026-06-10T14:31:02.212Z</updated>
  <entry>
    <author>
      <name>John Doe</name>
    </author>
    <id>http://example.com/2026/06/10/%E6%9C%AA%E5%91%BD%E5%90%8D/%E6%9C%AA%E5%91%BD%E5%90%8D/</id>
    <link href="http://example.com/2026/06/10/%E6%9C%AA%E5%91%BD%E5%90%8D/%E6%9C%AA%E5%91%BD%E5%90%8D/"/>
    <published>2026-06-10T14:31:02.212Z</published>
    <updated>2026-06-10T14:31:02.212Z</updated>
  </entry>
  <entry>
    <author>
      <name>John Doe</name>
    </author>
    <category term="测试页" scheme="http://example.com/tags/%E6%B5%8B%E8%AF%95%E9%A1%B5/"/>
    <content>
      <![CDATA[<p>这是一篇简单的</p><h3 id="博客建好了，欢迎收藏网址"><a href="#博客建好了，欢迎收藏网址" class="headerlink" title="博客建好了，欢迎收藏网址 ~"></a>博客建好了，欢迎收藏网址 ~</h3><h4 id="想法"><a href="#想法" class="headerlink" title="想法"></a>想法</h4><p>很早之前就有搭建博客的想法，当时搜索了解还是以 WordPress 为主，需要自己购买云服务器。小时候涉及到支付，自己一般搞定不了（何况阿里腾讯的云服务器一年价格不菲）。后来呢，了解到有众多平台有免费的 Pages 服务——也就是提供商拿出全球服务器资源的一小部分，用来发布你的静态博客页面。善哉！于是动手尝试。</p><p>博客主要</p><h3 id=""><a href="#" class="headerlink" title=""></a></h3>]]>
    </content>
    <id>http://example.com/2026/06/10/first-commit/first-commit/</id>
    <link href="http://example.com/2026/06/10/first-commit/first-commit/"/>
    <published>2026-06-10T00:00:00.000Z</published>
    <summary>
      <![CDATA[<p>这是一篇简单的</p>
<h3 id="博客建好了，欢迎收藏网址"><a href="#博客建好了，欢迎收藏网址" class="headerlink" title="博客建好了，欢迎收藏网址 ~"></a>博客建好了，欢迎收藏网址 ~</h3><h4 id="想法"><a]]>
    </summary>
    <title>first-commit</title>
    <updated>2026-06-10T14:31:02.212Z</updated>
  </entry>
  <entry>
    <author>
      <name>John Doe</name>
    </author>
    <category term="测试页" scheme="http://example.com/tags/%E6%B5%8B%E8%AF%95%E9%A1%B5/"/>
    <content>
      <![CDATA[<p>Welcome to <a class="link"   href="https://hexo.io/" >Hexo<i class="fa-solid fa-arrow-up-right ml-[0.2em] font-light align-text-top text-[0.7em] link-icon"></i></a>! This is your very first post. Check <a class="link"   href="https://hexo.io/docs/" >documentation<i class="fa-solid fa-arrow-up-right ml-[0.2em] font-light align-text-top text-[0.7em] link-icon"></i></a> for more info. If you get any problems when using Hexo, you can find the answer in <a class="link"   href="https://hexo.io/docs/troubleshooting.html" >troubleshooting<i class="fa-solid fa-arrow-up-right ml-[0.2em] font-light align-text-top text-[0.7em] link-icon"></i></a> or you can ask me on <a class="link"   href="https://github.com/hexojs/hexo/issues" >GitHub<i class="fa-solid fa-arrow-up-right ml-[0.2em] font-light align-text-top text-[0.7em] link-icon"></i></a>.</p><h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><div class="code-container" data-rel="Bash"><figure class="iseeu highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">&quot;My New Post&quot;</span></span><br></pre></td></tr></table></figure></div><p>More info: <a class="link"   href="https://hexo.io/docs/writing.html" >Writing<i class="fa-solid fa-arrow-up-right ml-[0.2em] font-light align-text-top text-[0.7em] link-icon"></i></a></p><h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><div class="code-container" data-rel="Bash"><figure class="iseeu highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo server</span><br></pre></td></tr></table></figure></div><p>More info: <a class="link"   href="https://hexo.io/docs/server.html" >Server<i class="fa-solid fa-arrow-up-right ml-[0.2em] font-light align-text-top text-[0.7em] link-icon"></i></a></p><h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><div class="code-container" data-rel="Bash"><figure class="iseeu highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo generate</span><br></pre></td></tr></table></figure></div><p>More info: <a class="link"   href="https://hexo.io/docs/generating.html" >Generating<i class="fa-solid fa-arrow-up-right ml-[0.2em] font-light align-text-top text-[0.7em] link-icon"></i></a></p><h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><div class="code-container" data-rel="Bash"><figure class="iseeu highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo deploy</span><br></pre></td></tr></table></figure></div><p>More info: <a class="link"   href="https://hexo.io/docs/one-command-deployment.html" >Deployment<i class="fa-solid fa-arrow-up-right ml-[0.2em] font-light align-text-top text-[0.7em] link-icon"></i></a></p>]]>
    </content>
    <id>http://example.com/2026/06/10/hello-world/hello-world/</id>
    <link href="http://example.com/2026/06/10/hello-world/hello-world/"/>
    <published>2026-06-10T00:00:00.000Z</published>
    <summary>
      <![CDATA[<p>Welcome to <a class="link"   href="https://hexo.io/" >Hexo<i class="fa-solid fa-arrow-up-right ml-[0.2em] font-light align-text-top text-]]>
    </summary>
    <title>hello-world</title>
    <updated>2026-06-10T14:31:02.212Z</updated>
  </entry>
</feed>
