<?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.niceuyou.top/</link><description>Recent content in 首页 on 软匠笔记</description><generator>Hugo</generator><language>zh-cn</language><copyright>Copyright (c) 2026 软匠笔记</copyright><lastBuildDate>Mon, 25 May 2026 10:00:00 +0800</lastBuildDate><atom:link href="https://blog.niceuyou.top/index.xml" rel="self" type="application/rss+xml"/><item><title>欢迎来到软匠笔记</title><link>https://blog.niceuyou.top/posts/hello-blog/</link><pubDate>Mon, 25 May 2026 10:00:00 +0800</pubDate><guid>https://blog.niceuyou.top/posts/hello-blog/</guid><description>&lt;p>欢迎来到软匠笔记。这是一个使用 Markdown 写作、由 Hugo 生成的轻量博客，适合持续整理软件安装、配置和排错教程。&lt;/p>
&lt;h2 id="一篇清晰教程的结构">一篇清晰教程的结构&lt;/h2>
&lt;p>写软件教程时，推荐依次说明：&lt;/p>
&lt;ol>
&lt;li>教程适用的软件版本与操作系统。&lt;/li>
&lt;li>开始前需要准备的账号、文件或权限。&lt;/li>
&lt;li>每一步操作及预期看到的结果。&lt;/li>
&lt;li>常见报错与解决方法。&lt;/li>
&lt;/ol>
&lt;h2 id="代码示例">代码示例&lt;/h2>
&lt;p>文章支持代码高亮。例如，在 Debian 上检查系统版本：&lt;/p></description></item><item><title>用 Markdown 编写软件教程的基础方法</title><link>https://blog.niceuyou.top/posts/markdown-guide/</link><pubDate>Sun, 24 May 2026 18:00:00 +0800</pubDate><guid>https://blog.niceuyou.top/posts/markdown-guide/</guid><description>&lt;p>Markdown 非常适合技术文章：源文件简单、便于备份，也可以轻松迁移到其他博客系统。&lt;/p>
&lt;h2 id="常用写法">常用写法&lt;/h2>
&lt;p>使用二级标题拆分操作阶段，并在命令执行前说明它会做什么：&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>sudo apt update
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>sudo apt install caddy
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>命令中的文件名、按钮名或参数可以使用行内代码，例如 &lt;code>Caddyfile&lt;/code> 或 &lt;code>--minify&lt;/code>。&lt;/p></description></item><item><title>关于本站</title><link>https://blog.niceuyou.top/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://blog.niceuyou.top/about/</guid><description>&lt;p>你好，这里是 &lt;strong>软匠笔记&lt;/strong>。&lt;/p>
&lt;p>本站用于记录能够真正复现的软件教程：从环境准备、安装配置到常见问题排查，尽可能把每个步骤说清楚。&lt;/p>
&lt;p>你可以通过文章标签快速找到同类内容，也可以使用站内搜索定位命令或软件名称。&lt;/p></description></item></channel></rss>