<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
      <title></title>
      <link>https://crazyrunsnail.github.io/gitblog/</link>
      <description></description>
      <generator>Zola</generator>
      <language>en</language>
      <atom:link href="https://crazyrunsnail.github.io/gitblog/rss.xml" rel="self" type="application/rss+xml"/>
      <lastBuildDate>Sat, 28 Mar 2026 14:17:06 +0000</lastBuildDate>
      <item>
          <title>关于我</title>
          <pubDate>Sat, 28 Mar 2026 14:17:06 +0000</pubDate>
          <author>crazyrunsnail</author>
          <link>https://crazyrunsnail.github.io/gitblog/issue-2/</link>
          <guid>https://crazyrunsnail.github.io/gitblog/issue-2/</guid>
          <description xml:base="https://crazyrunsnail.github.io/gitblog/issue-2/"></description>
      </item>
      <item>
          <title>Hello world!</title>
          <pubDate>Sat, 28 Mar 2026 14:03:56 +0000</pubDate>
          <author>crazyrunsnail</author>
          <link>https://crazyrunsnail.github.io/gitblog/issue-1/</link>
          <guid>https://crazyrunsnail.github.io/gitblog/issue-1/</guid>
          <description xml:base="https://crazyrunsnail.github.io/gitblog/issue-1/">&lt;img width=&quot;2752&quot; height=&quot;1536&quot; alt=&quot;Image&quot; src=&quot;https:&#x2F;&#x2F;github.com&#x2F;user-attachments&#x2F;assets&#x2F;dfad7c74-38e6-4b27-919c-9df06fb1f500&quot; &#x2F;&gt;
&lt;h1 id=&quot;wo-shi-zen-me-kan-dai-bo-ke&quot;&gt;我是怎么看待博客&lt;&#x2F;h1&gt;
&lt;p&gt;这是我的第N次第一篇博客，花了30分钟把这个搭建成功了。&lt;&#x2F;p&gt;
&lt;p&gt;选择yihong的gitblog作为我的个人博客模版很简单，一直在使用running_page,  gitblog又有一点hack的味道，和之前搭的静态个人博客不一样，gitblog 是先在 issues 写然后再备份到 repo， 如果真的是挑毛病，那就 Github 没有原生支持 issues 只能限制本人新建。&lt;&#x2F;p&gt;
&lt;p&gt;还不知道将来自己的博客要写些什么，但AI时代，独立思考和独立写作显得更加的重要。作为一个开发，应该是技术为主输出。现在只定了两label: Top 和 技术文章&lt;&#x2F;p&gt;
&lt;p&gt;我知道博客模版向来不是难点，难的是持续且稳定地输出，在是在AI时代，这显得更难。在之前想写一个技术文章，心里会想“这肯定早就有写过了，写了没什么用”，现在会多一个理由“这个查一下AI就行了”&lt;&#x2F;p&gt;
&lt;p&gt;我也同样有这样的困惑，我也不清楚，在这段时间还是花了一点点时间来搭建，可能还是有一些变化在我自身上发生&lt;&#x2F;p&gt;
&lt;p&gt;如果将博客不是定位为向外输出，而是向内输出或者“证明自己不是AI”，是一面镜子，那么这样写博客可能会轻松处自在一些&lt;&#x2F;p&gt;
&lt;h1 id=&quot;wo-shi-zen-me-da-jian-zhe-ge-bo-ke-de&quot;&gt;我是怎么搭建这个博客的&lt;&#x2F;h1&gt;
&lt;p&gt;fork 一份 yihong 的 gitblog 后，主要是 &lt;code&gt;Github操作&lt;&#x2F;code&gt; 和 &lt;code&gt;本地操作&lt;&#x2F;code&gt;&lt;&#x2F;p&gt;
&lt;h3 id=&quot;githubcao-zuo&quot;&gt;Github操作&lt;&#x2F;h3&gt;
&lt;h4 id=&quot;generate-new-token&quot;&gt;generate new token&lt;&#x2F;h4&gt;
&lt;p&gt;名称 G_T,  选择了刚刚的repo, 权限选择的是Actions read and write, 无过期时间, 保存到 Notes&lt;&#x2F;p&gt;
&lt;h4 id=&quot;repo-zhong-de-cao-zuo&quot;&gt;repo 中的操作&lt;&#x2F;h4&gt;
&lt;ul&gt;
&lt;li&gt;Settings - Pages: Build and Deployment 选择 Github Actions&lt;&#x2F;li&gt;
&lt;li&gt;Settings - Secrets  and Variables - Actions: 在 repository secrets 加上刚刚保存到 Notes 的 G_T&lt;&#x2F;li&gt;
&lt;li&gt;Settings - Actions: 检查一下权限是 read and write&lt;&#x2F;li&gt;
&lt;li&gt;Actions: 选择enable&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h3 id=&quot;ben-di-cao-zuo&quot;&gt;本地操作&lt;&#x2F;h3&gt;
&lt;ul&gt;
&lt;li&gt;clone 到项目到本地，把 &lt;code&gt;BACKUP&lt;&#x2F;code&gt; 删除掉所有的文件&lt;&#x2F;li&gt;
&lt;li&gt;修改 &lt;code&gt;main.py&lt;&#x2F;code&gt;: 将 MD_HEAD 改成是自己的&lt;&#x2F;li&gt;
&lt;li&gt;修改 &lt;code&gt;.github&#x2F;workflows&#x2F;generate_site.yml&lt;&#x2F;code&gt;: BASE_URL&lt;&#x2F;li&gt;
&lt;li&gt;修改 &lt;code&gt;config.toml&lt;&#x2F;code&gt; : 修改 base_url, even_title, even_menu&lt;&#x2F;li&gt;
&lt;li&gt;push到远程&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
</description>
      </item>
    </channel>
</rss>
