<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>建站技术 on 彩虹兔的博客</title>
    <link>https://blog.caihongtu.top/categories/%E5%BB%BA%E7%AB%99%E6%8A%80%E6%9C%AF/</link>
    <description>Recent content from 彩虹兔的博客</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    
    <managingEditor>admin_reply@caihongtu.top (彩虹兔)</managingEditor>
    <webMaster>admin_reply@caihongtu.top (彩虹兔)</webMaster>
    
    <copyright>本博客所有文章除特别声明外，均采用 BY-NC-SA 许可协议。转载请注明出处！</copyright>
    
    <lastBuildDate>Tue, 24 Mar 2026 10:15:53 -0700</lastBuildDate>
    
    
    <atom:link href="https://blog.caihongtu.top/categories/%E5%BB%BA%E7%AB%99%E6%8A%80%E6%9C%AF/index.xml" rel="self" type="application/rss&#43;xml" />
    

    
    

    <item>
      <title>博客更换为Reimu主题</title>
      <link>https://blog.caihongtu.top/post/2026/reimu-theme/</link>
      <pubDate>Mon, 23 Mar 2026 09:12:38 -0700</pubDate>
      <author>admin_reply@caihongtu.top (彩虹兔)</author>
      <guid>https://blog.caihongtu.top/post/2026/reimu-theme/</guid>
      <description>
        <![CDATA[<h1>博客更换为Reimu主题</h1><p>作者：彩虹兔（admin_reply@caihongtu.top）</p>
        
          <p>主题更换为Reimu主题后，原来主题的短代码就失效了，所以赶快来记录一下现主题的短代码。</p>
<h2 id="短代码">
<a class="header-anchor" href="#%e7%9f%ad%e4%bb%a3%e7%a0%81"></a>
短代码
</h2><p><a href="https://github.com/D-Sketon/hugo-theme-reimu">本主题</a>内置了一些shortcode，可以在markdown文件中直接使用，效果很好看，这里列举一下，就不用去官网看文档了。</p>
<h3 id="文章热力图">
<a class="header-anchor" href="#%e6%96%87%e7%ab%a0%e7%83%ad%e5%8a%9b%e5%9b%be"></a>
文章热力图
</h3><blockquote>
<p>一个页面只能有一个！</p></blockquote>
<p>这是效果：
</p>
        
        <hr><p>本文2026-03-23首发于<a href='https://blog.caihongtu.top/'>彩虹兔的博客</a>，最后修改于2026-03-24</p>]]>
      </description>
      
        <category>建站技术</category>
      
    </item>
    
    

    <item>
      <title>重拾博客</title>
      <link>https://blog.caihongtu.top/post/2025/again-blog/</link>
      <pubDate>Fri, 20 Jun 2025 13:56:11 &#43;0800</pubDate>
      <author>admin_reply@caihongtu.top (彩虹兔)</author>
      <guid>https://blog.caihongtu.top/post/2025/again-blog/</guid>
      <description>
        <![CDATA[<h1>重拾博客</h1><p>作者：彩虹兔（admin_reply@caihongtu.top）</p>
        
          <blockquote>
<p>2026年3月12日更新，<strong>SMMS</strong>已经更改为<a href="https://s.ee/">S.EE</a>，账号和已存图片同步迁移，但需要重设密码。</p></blockquote>
<h2 id="引言">
<a class="header-anchor" href="#%e5%bc%95%e8%a8%80"></a>
引言
</h2><p>换了新电脑，百般无聊之际，突然想到了很久没更新博客了，于是便有了这篇文章。</p>
<h2 id="分析">
<a class="header-anchor" href="#%e5%88%86%e6%9e%90"></a>
分析
</h2><p>回想一下博客，使用了hugo框架，并且源代码还在我的<a href="https://github.com/rento666/My-Blog-By-Hugo-stack">GitHub仓库</a>中，所以需要使用<strong>Git</strong>克隆一下项目，然后由于是Hugo框架的博客，所以需要安装一下<strong>Hugo</strong>，图片是存放在<a href="https://smms.app/">SMMS网站</a>中的，无需下载</p>
        
        <hr><p>本文2025-06-20首发于<a href='https://blog.caihongtu.top/'>彩虹兔的博客</a>，最后修改于2025-10-14</p>]]>
      </description>
      
        <category>建站技术</category>
      
    </item>
    
    

    <item>
      <title>关于博客的样式改造</title>
      <link>https://blog.caihongtu.top/post/2024/hugo-theme/</link>
      <pubDate>Thu, 21 Nov 2024 12:08:45 &#43;0800</pubDate>
      <author>admin_reply@caihongtu.top (彩虹兔)</author>
      <guid>https://blog.caihongtu.top/post/2024/hugo-theme/</guid>
      <description>
        <![CDATA[<h1>关于博客的样式改造</h1><p>作者：彩虹兔（admin_reply@caihongtu.top）</p>
        
          <h2 id="引言">
<a class="header-anchor" href="#%e5%bc%95%e8%a8%80"></a>
引言
</h2><ul>
<li>
<p>本博客使用了<a href="https://github.com/rento666/My-Blog-By-Hugo-stack">stack主题 | hugo</a>，原GitHub仓库为<a href="https://github.com/Mantyke/Hugo-stack-theme-mod">Hugo-stack-theme-mod | GitHub</a></p>
</li>
<li>
<p>如果你的<strong>Hugo版本</strong>是高于<strong>2022年</strong>发布的，直接运行源仓库代码会报错，因为其中部分函数方法已经弃用，修改请参考：将报错原因发送给AI，根据AI提示错误来修改，这里由于我修改时没截图，暂时无法展示。</p>
        
        <hr><p>本文2024-11-21首发于<a href='https://blog.caihongtu.top/'>彩虹兔的博客</a>，最后修改于2024-11-21</p>]]>
      </description>
      
        <category>建站技术</category>
      
    </item>
    
    

    <item>
      <title>写博客之必读内容</title>
      <link>https://blog.caihongtu.top/post/2024/must-read-content-for-blogging/</link>
      <pubDate>Thu, 14 Nov 2024 15:13:23 &#43;0800</pubDate>
      <author>admin_reply@caihongtu.top (彩虹兔)</author>
      <guid>https://blog.caihongtu.top/post/2024/must-read-content-for-blogging/</guid>
      <description>
        <![CDATA[<h1>写博客之必读内容</h1><p>作者：彩虹兔（admin_reply@caihongtu.top）</p>
        
          <h2 id="引言20241115-更新">
<a class="header-anchor" href="#%e5%bc%95%e8%a8%8020241115-%e6%9b%b4%e6%96%b0"></a>
引言（2024.11.15 更新）
</h2><p>最近想重新拾起写博客的习惯，但是发现之前的<a href="https://rento666.github.io">Hexo 博客 | (Github-Pages)</a>有点花里胡哨的，找了半天，发现这个<a href="https://github.com/gohugoio/hugo">Hugo | (Github)</a>的<a href="https://github.com/CaiJimmy/hugo-theme-stack">Stack 主题 | (Github)</a>挺符合我审美的，就决定用 Hugo 来写博客。</p>
        
        <hr><p>本文2024-11-14首发于<a href='https://blog.caihongtu.top/'>彩虹兔的博客</a>，最后修改于2024-11-14</p>]]>
      </description>
      
        <category>建站技术</category>
      
    </item>
    
  </channel>
</rss>
