<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Home on Anri’s blog</title>
    <link>https://copicomi.github.io/</link>
    <description>Recent content in Home on Anri’s blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 07 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://copicomi.github.io/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>TinyKV 复盘</title>
      <link>https://copicomi.github.io/posts/tinykv-%E5%A4%8D%E7%9B%98/</link>
      <pubDate>Tue, 07 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://copicomi.github.io/posts/tinykv-%E5%A4%8D%E7%9B%98/</guid>
      <description>架构、Raft vs. Paxos、Multi-Raft</description>
    </item>
    <item>
      <title>15445 复盘</title>
      <link>https://copicomi.github.io/posts/15445-%E5%A4%8D%E7%9B%98/</link>
      <pubDate>Wed, 01 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://copicomi.github.io/posts/15445-%E5%A4%8D%E7%9B%98/</guid>
      <description>Buffer、锁并发、MVCC</description>
    </item>
    <item>
      <title>分布式论文阅读 II</title>
      <link>https://copicomi.github.io/posts/pager-reading/%E5%88%86%E5%B8%83%E5%BC%8F/2pc-spanner/</link>
      <pubDate>Mon, 30 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://copicomi.github.io/posts/pager-reading/%E5%88%86%E5%B8%83%E5%BC%8F/2pc-spanner/</guid>
      <description>2PC、Spanner 笔记</description>
    </item>
    <item>
      <title>分布式论文阅读 I</title>
      <link>https://copicomi.github.io/posts/pager-reading/%E5%88%86%E5%B8%83%E5%BC%8F/gfs-bigtable-chubby/</link>
      <pubDate>Mon, 16 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://copicomi.github.io/posts/pager-reading/%E5%88%86%E5%B8%83%E5%BC%8F/gfs-bigtable-chubby/</guid>
      <description>GFS、Bigtable、Chubby 论文笔记</description>
    </item>
    <item>
      <title>Leveldb 阅读记录</title>
      <link>https://copicomi.github.io/posts/leveldb-%E6%BA%90%E7%A0%81%E7%AC%94%E8%AE%B0/</link>
      <pubDate>Sat, 14 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://copicomi.github.io/posts/leveldb-%E6%BA%90%E7%A0%81%E7%AC%94%E8%AE%B0/</guid>
      <description>Leveldb 源码笔记</description>
    </item>
    <item>
      <title>Paxos Made Simple</title>
      <link>https://copicomi.github.io/posts/pager-reading/%E5%88%86%E5%B8%83%E5%BC%8F/paxos-made-simple/</link>
      <pubDate>Fri, 30 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://copicomi.github.io/posts/pager-reading/%E5%88%86%E5%B8%83%E5%BC%8F/paxos-made-simple/</guid>
      <description>朴素 paxos 算法介绍</description>
    </item>
    <item>
      <title>S081 论文拾遗</title>
      <link>https://copicomi.github.io/posts/pager-reading/s081/1/</link>
      <pubDate>Tue, 11 Nov 2025 00:00:00 +0000</pubDate>
      <guid>https://copicomi.github.io/posts/pager-reading/s081/1/</guid>
      <description>虚拟机、RCU、微内核、meltdown</description>
    </item>
    <item>
      <title>重读 xv6（VII）</title>
      <link>https://copicomi.github.io/posts/%E9%87%8D%E8%AF%BB-xv6/vii/</link>
      <pubDate>Sat, 01 Nov 2025 02:25:04 +0800</pubDate>
      <guid>https://copicomi.github.io/posts/%E9%87%8D%E8%AF%BB-xv6/vii/</guid>
      <description>&lt;code&gt;$ echo hello | cat &amp;gt; hello.txt&lt;/code&gt;</description>
    </item>
    <item>
      <title>重读 xv6（VI）</title>
      <link>https://copicomi.github.io/posts/%E9%87%8D%E8%AF%BB-xv6/vi/</link>
      <pubDate>Fri, 31 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://copicomi.github.io/posts/%E9%87%8D%E8%AF%BB-xv6/vi/</guid>
      <description>xv6 文件系统</description>
    </item>
    <item>
      <title>重读 xv6（V）</title>
      <link>https://copicomi.github.io/posts/%E9%87%8D%E8%AF%BB-xv6/v/</link>
      <pubDate>Wed, 29 Oct 2025 19:23:45 +0800</pubDate>
      <guid>https://copicomi.github.io/posts/%E9%87%8D%E8%AF%BB-xv6/v/</guid>
      <description>xv6 驱动、锁</description>
    </item>
    <item>
      <title>重读 xv6（IV）</title>
      <link>https://copicomi.github.io/posts/%E9%87%8D%E8%AF%BB-xv6/iv/</link>
      <pubDate>Wed, 29 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://copicomi.github.io/posts/%E9%87%8D%E8%AF%BB-xv6/iv/</guid>
      <description>xv6 Trap 与系统调用</description>
    </item>
    <item>
      <title>重读 xv6（III）</title>
      <link>https://copicomi.github.io/posts/%E9%87%8D%E8%AF%BB-xv6/iii/</link>
      <pubDate>Tue, 28 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://copicomi.github.io/posts/%E9%87%8D%E8%AF%BB-xv6/iii/</guid>
      <description>xv6 虚拟内存</description>
    </item>
    <item>
      <title>重读 xv6（II）</title>
      <link>https://copicomi.github.io/posts/%E9%87%8D%E8%AF%BB-xv6/ii/</link>
      <pubDate>Mon, 27 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://copicomi.github.io/posts/%E9%87%8D%E8%AF%BB-xv6/ii/</guid>
      <description>xv6 进程机制</description>
    </item>
    <item>
      <title>重读 xv6（I）</title>
      <link>https://copicomi.github.io/posts/%E9%87%8D%E8%AF%BB-xv6/i/</link>
      <pubDate>Sun, 26 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://copicomi.github.io/posts/%E9%87%8D%E8%AF%BB-xv6/i/</guid>
      <description>xv6 启动与概览</description>
    </item>
    <item>
      <title>从头写一个 B&#43;Tree</title>
      <link>https://copicomi.github.io/posts/%E4%BB%8E%E5%A4%B4%E5%86%99%E4%B8%80%E4%B8%AA-b&#43;tree/</link>
      <pubDate>Fri, 24 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://copicomi.github.io/posts/%E4%BB%8E%E5%A4%B4%E5%86%99%E4%B8%80%E4%B8%AA-b&#43;tree/</guid>
      <description>CMU15-445 Lab2 经验记录</description>
    </item>
    <item>
      <title>写 Raft 时获得的一些方法论</title>
      <link>https://copicomi.github.io/posts/%E5%86%99-raft-%E6%97%B6%E8%8E%B7%E5%BE%97%E7%9A%84%E4%B8%80%E4%BA%9B%E6%96%B9%E6%B3%95%E8%AE%BA/</link>
      <pubDate>Sun, 14 Sep 2025 00:00:00 +0000</pubDate>
      <guid>https://copicomi.github.io/posts/%E5%86%99-raft-%E6%97%B6%E8%8E%B7%E5%BE%97%E7%9A%84%E4%B8%80%E4%BA%9B%E6%96%B9%E6%B3%95%E8%AE%BA/</guid>
      <description>MIT6.5840 Lab3 经验记录</description>
    </item>
    <item>
      <title></title>
      <link>https://copicomi.github.io/claude/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://copicomi.github.io/claude/</guid>
      <description>&lt;h1 class=&#34;heading&#34; id=&#34;claudemd&#34;&gt;&#xD;&#xA;  CLAUDE.md&#xD;&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#claudemd&#34;&gt;#&lt;/a&gt;&#xD;&#xA;&lt;/h1&gt;&#xD;&#xA;&lt;p&gt;This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;项目概述&#34;&gt;&#xD;&#xA;  项目概述&#xD;&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#%e9%a1%b9%e7%9b%ae%e6%a6%82%e8%bf%b0&#34;&gt;#&lt;/a&gt;&#xD;&#xA;&lt;/h2&gt;&#xD;&#xA;&lt;p&gt;这是一个基于 Hugo 静态网站生成器的个人技术博客，使用 Typo 主题，内容主要通过 Obsidian 管理和编辑。&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;常用命令&#34;&gt;&#xD;&#xA;  常用命令&#xD;&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#%e5%b8%b8%e7%94%a8%e5%91%bd%e4%bb%a4&#34;&gt;#&lt;/a&gt;&#xD;&#xA;&lt;/h2&gt;&#xD;&#xA;&lt;h3 class=&#34;heading&#34; id=&#34;本地开发&#34;&gt;&#xD;&#xA;  本地开发&#xD;&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#%e6%9c%ac%e5%9c%b0%e5%bc%80%e5%8f%91&#34;&gt;#&lt;/a&gt;&#xD;&#xA;&lt;/h3&gt;&#xD;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#888;font-style:italic&#34;&gt;# 从项目根目录运行&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;hugo server -D          &lt;span style=&#34;color:#888;font-style:italic&#34;&gt;# 启动开发服务器（包含草稿）&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;hugo server             &lt;span style=&#34;color:#888;font-style:italic&#34;&gt;# 启动开发服务器（不含草稿）&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 class=&#34;heading&#34; id=&#34;构建与部署&#34;&gt;&#xD;&#xA;  构建与部署&#xD;&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#%e6%9e%84%e5%bb%ba%e4%b8%8e%e9%83%a8%e7%bd%b2&#34;&gt;#&lt;/a&gt;&#xD;&#xA;&lt;/h3&gt;&#xD;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;hugo                    &lt;span style=&#34;color:#888;font-style:italic&#34;&gt;# 构建静态网站到 public/ 目录&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;./push.sh               &lt;span style=&#34;color:#888;font-style:italic&#34;&gt;# 部署到 GitHub Pages（会强制推送）&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 class=&#34;heading&#34; id=&#34;内容结构&#34;&gt;&#xD;&#xA;  内容结构&#xD;&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#%e5%86%85%e5%ae%b9%e7%bb%93%e6%9e%84&#34;&gt;#&lt;/a&gt;&#xD;&#xA;&lt;/h2&gt;&#xD;&#xA;&lt;h3 class=&#34;heading&#34; id=&#34;文章组织&#34;&gt;&#xD;&#xA;  文章组织&#xD;&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#%e6%96%87%e7%ab%a0%e7%bb%84%e7%bb%87&#34;&gt;#&lt;/a&gt;&#xD;&#xA;&lt;/h3&gt;&#xD;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;位置&lt;/strong&gt;: &lt;code&gt;posts/&lt;/code&gt; 目录&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;格式&lt;/strong&gt;: 每篇文章是一个子目录，包含 &lt;code&gt;index.md&lt;/code&gt; 文件和可选的 &lt;code&gt;assets/&lt;/code&gt; 图片目录&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Frontmatter&lt;/strong&gt;: 使用 TOML 格式（&lt;code&gt;+++&lt;/code&gt; 包围）&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-toml&#34; data-lang=&#34;toml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;&#34;&gt;+++&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;title = &lt;span style=&#34;color:#666;font-style:italic&#34;&gt;&amp;#34;文章标题&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;date = &lt;span style=&#34;color:#666;font-style:italic&#34;&gt;&amp;#34;2025-10-26&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;summary = &lt;span style=&#34;color:#666;font-style:italic&#34;&gt;&amp;#34;文章摘要&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;categories = [&lt;span style=&#34;color:#666;font-style:italic&#34;&gt;&amp;#34;分类&amp;#34;&lt;/span&gt;]&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;tags = [&lt;span style=&#34;color:#666;font-style:italic&#34;&gt;&amp;#34;tag1&amp;#34;&lt;/span&gt;, &lt;span style=&#34;color:#666;font-style:italic&#34;&gt;&amp;#34;tag2&amp;#34;&lt;/span&gt;]&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;draft = &lt;span style=&#34;font-weight:bold;text-decoration:underline&#34;&gt;false&lt;/span&gt;    &lt;span style=&#34;color:#888;font-style:italic&#34;&gt;# 草稿设为 true&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;math = &lt;span style=&#34;font-weight:bold;text-decoration:underline&#34;&gt;true&lt;/span&gt;      &lt;span style=&#34;color:#888;font-style:italic&#34;&gt;# 需要数学公式时启用&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;&#34;&gt;+++&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 class=&#34;heading&#34; id=&#34;主要内容系列&#34;&gt;&#xD;&#xA;  主要内容系列&#xD;&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#%e4%b8%bb%e8%a6%81%e5%86%85%e5%ae%b9%e7%b3%bb%e5%88%97&#34;&gt;#&lt;/a&gt;&#xD;&#xA;&lt;/h3&gt;&#xD;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;重读 xv6&lt;/strong&gt;: 操作系统学习笔记，分为 I-VII 七个部分&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pager-reading&lt;/strong&gt;: 论文阅读笔记&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;S081/&lt;/code&gt;: MIT 6.S081 相关论文&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;分布式/&lt;/code&gt;: 分布式系统论文（GFS, Bigtable, Chubby, Paxos, Spanner）&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;课程复盘&lt;/strong&gt;: 数据库课程实验总结&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;15445 复盘&lt;/code&gt;: CMU 15-445 Database Systems&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;TinyKV 复盘&lt;/code&gt;: PingCAP 的分布式 KV 课程&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;实现系列&lt;/strong&gt;: 从零实现的数据结构和算法&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;从头写一个 B+Tree&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;写 Raft 时获得的一些方法论&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;源码阅读&lt;/strong&gt;:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;Leveldb 源码笔记&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 class=&#34;heading&#34; id=&#34;图片资源&#34;&gt;&#xD;&#xA;  图片资源&#xD;&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#%e5%9b%be%e7%89%87%e8%b5%84%e6%ba%90&#34;&gt;#&lt;/a&gt;&#xD;&#xA;&lt;/h3&gt;&#xD;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;放置在对应文章目录的 &lt;code&gt;assets/&lt;/code&gt; 子目录中&lt;/li&gt;&#xA;&lt;li&gt;在 Markdown 中引用: &lt;code&gt;![&amp;quot;alt text&amp;quot;](assets/filename.png &amp;quot;title&amp;quot;)&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;主题与配置&#34;&gt;&#xD;&#xA;  主题与配置&#xD;&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#%e4%b8%bb%e9%a2%98%e4%b8%8e%e9%85%8d%e7%bd%ae&#34;&gt;#&lt;/a&gt;&#xD;&#xA;&lt;/h2&gt;&#xD;&#xA;&lt;h3 class=&#34;heading&#34; id=&#34;typo-主题&#34;&gt;&#xD;&#xA;  Typo 主题&#xD;&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#typo-%e4%b8%bb%e9%a2%98&#34;&gt;#&lt;/a&gt;&#xD;&#xA;&lt;/h3&gt;&#xD;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;主题位置: &lt;code&gt;themes/typo/&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;详细文档: &lt;a href=&#34;https://tomfran.github.io/typo-wiki/&#34;&gt;https://tomfran.github.io/typo-wiki/&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;特性: 暗色模式、自动标题编号、多种配色方案、评论支持&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 class=&#34;heading&#34; id=&#34;配置文件&#34;&gt;&#xD;&#xA;  配置文件&#xD;&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#%e9%85%8d%e7%bd%ae%e6%96%87%e4%bb%b6&#34;&gt;#&lt;/a&gt;&#xD;&#xA;&lt;/h3&gt;&#xD;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;主配置&lt;/strong&gt;: &lt;code&gt;hugo.toml&lt;/code&gt;（项目根目录）&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;自定义布局&lt;/strong&gt;: &lt;code&gt;layouts/partials/head.html&lt;/code&gt;（覆盖主题的 head）&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;文章模板&lt;/strong&gt;: &lt;code&gt;archetypes/default.md&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 class=&#34;heading&#34; id=&#34;税法taxonomies&#34;&gt;&#xD;&#xA;  税法（Taxonomies）&#xD;&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#%e7%a8%8e%e6%b3%95taxonomies&#34;&gt;#&lt;/a&gt;&#xD;&#xA;&lt;/h3&gt;&#xD;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;tags&lt;/code&gt;: 文章标签&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;categories&lt;/code&gt;: 文章分类&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;内容管理&#34;&gt;&#xD;&#xA;  内容管理&#xD;&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#%e5%86%85%e5%ae%b9%e7%ae%a1%e7%90%86&#34;&gt;#&lt;/a&gt;&#xD;&#xA;&lt;/h2&gt;&#xD;&#xA;&lt;h3 class=&#34;heading&#34; id=&#34;obsidian-集成&#34;&gt;&#xD;&#xA;  Obsidian 集成&#xD;&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#obsidian-%e9%9b%86%e6%88%90&#34;&gt;#&lt;/a&gt;&#xD;&#xA;&lt;/h3&gt;&#xD;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;.obsidian/&lt;/code&gt; 目录包含 Obsidian 的配置和插件&lt;/li&gt;&#xA;&lt;li&gt;使用 Obsidian 进行内容编辑和管理&lt;/li&gt;&#xA;&lt;li&gt;注意 Obsidian 的同步冲突文件（&lt;code&gt;.sync-conflict-*&lt;/code&gt;）应被忽略&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 class=&#34;heading&#34; id=&#34;文章创建&#34;&gt;&#xD;&#xA;  文章创建&#xD;&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#%e6%96%87%e7%ab%a0%e5%88%9b%e5%bb%ba&#34;&gt;#&lt;/a&gt;&#xD;&#xA;&lt;/h3&gt;&#xD;&#xA;&lt;p&gt;使用 Hugo archetype 创建新文章：&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
