<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blog旅途 &#8211; 0260</title>
	<atom:link href="https://0to60.top/category/learn-by-doing/%E5%8D%9A%E5%AE%A2/feed/" rel="self" type="application/rss+xml" />
	<link>https://0to60.top</link>
	<description>Zero To More</description>
	<lastBuildDate>Mon, 01 Dec 2025 03:02:47 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://0to60.top/wp-content/uploads/2025/05/cropped-ba4ded44ed2ce0995e556ab476fd11d2-1-150x150.jpg</url>
	<title>blog旅途 &#8211; 0260</title>
	<link>https://0to60.top</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Blog，分层解耦式知识生产工作流</title>
		<link>https://0to60.top/layered-decoupled-knowledge-workflow/</link>
					<comments>https://0to60.top/layered-decoupled-knowledge-workflow/#respond</comments>
		
		<dc:creator><![CDATA[burson]]></dc:creator>
		<pubDate>Wed, 26 Nov 2025 05:14:33 +0000</pubDate>
				<category><![CDATA[blog旅途]]></category>
		<guid isPermaLink="false">https://0to60.top/2025/11/26/blog%ef%bc%8c%e8%a7%a3%e8%80%a6%e5%86%99%e4%bd%9c%e5%92%8c%e5%8f%91%e5%b8%83/</guid>

					<description><![CDATA[<p>详解如何构建基于Obsidian、GitHub、PicGo和WordPress的分层解耦内容生产工作流。解决博客多平台发布时的排版兼容痛点，实现Markdown原稿的原子化管理、图床自动化配置及内容的一键同步分发。</p>
<p><a rel="nofollow" href="https://0to60.top/layered-decoupled-knowledge-workflow/">Blog，分层解耦式知识生产工作流</a>最先出现在<a rel="nofollow" href="https://0to60.top">0260</a>。</p>
]]></description>
										<content:encoded><![CDATA[<h2>引言</h2>
<p>随着WordPress内容增多，产生了多平台分发的需求，但原生WP编辑器的兼容性差（图片、排版），导致每次跨平台发布都需频繁调整格式，耗时费力。核心痛点在于：</p>
<blockquote>
<p>如何实现一次写作，多平台格式兼容与统一图片资源引用？</p>
</blockquote>
<p>基于以上痛点，本文将详细介绍<strong>分层解耦式的内容生产工作流</strong>，旨在通过<strong>Markdown纯文本</strong>和<strong>公有图床</strong>实现内容的统一管理与高效分发。内容涵盖：</p>
<ul>
<li>内容生产工作流介绍</li>
<li>内容资源托管层（GitHub）</li>
<li>写作层（Obsidian）</li>
<li>发布层（PicGo/COS）及WordPress同步实操。</li>
</ul>
<h2>1. 内容生产工作流介绍</h2>
<p><img decoding="async" src="https://img.0to60.top/0260blog/blog%E5%B7%A5%E4%BD%9C%E6%B5%81%E5%9B%BE%E7%A4%BA.png" alt="blog工作流图示|obsidian|wordpress|内容生产工作流|解耦|图床|picgo300"><br />
<strong>工作流框架介绍</strong></p>
<table>
<thead>
<tr>
<th style="text-align:left">模块</th>
<th style="text-align:left">介绍</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left">内容资产托管层</td>
<td style="text-align:left">核心任务：原稿与素材的完整备份与多端同步。<br />工具实例：GitHub，iCloud Drive, OneDrive, Obsidian Sync, 或私有仓库<br />关键点：核心目标是确保Markdown源文件与媒体附件等原始资产的长期可用，并支持历史版本追溯。</td>
</tr>
<tr>
<td style="text-align:left">写作层</td>
<td style="text-align:left">核心任务： 专注于内容创作，采用纯净标准Markdown格式。<br />工具实例： Obsidian (作者选择), Typora.<br />关键点： 极度克制。严格遵循标准Markdown语法，摒弃任何平台特定的或扩展的格式（如：WikiLink），这是实现跨平台兼容性的根本。</td>
</tr>
<tr>
<td style="text-align:left">发布层</td>
<td style="text-align:left">核心任务：格式适配、资源（图片）公有化与内容同步。<br />包含组件：<br />1. 副本（发布车间）：基于原稿创建副本，后续所有加工操作都在副本上进行。<br />2. 公有图床服务（腾讯COS等）及同步工具（PicGo）<br />3. 渲染同步工具： 将文章内容自动转换格式并同步到内容平台，如：WordPress 插件， Doocs 编辑器，脚本。<br />4. 特殊发布流：部分内容平台因其限制，无相关工具，需要手动进行加工操作。<br />执行逻辑：<br />&#8211; 基于原稿副本，将本地图片替换为图床公有URL，再通过同步工具适配目标平台。</td>
</tr>
<tr>
<td style="text-align:left">内容平台</td>
<td style="text-align:left">核心任务： 面向读者的最终渲染与呈现。<br />工具实例： WordPress、微信公众号、知乎等。<br />关键点： 平台仅为发布和预览终端。内容的任何修改（包括错别字）应遵循单向流动原则，从写作层发起，重新走发布流，确保源文件的一致性。</td>
</tr>
</tbody>
</table>
<h2>2. 内容资产托管层实操指引（GitHub）</h2>
<p>本次实操指引主要采用GitHub</p>
<h3>2.1 GitHub介绍</h3>
<h3>2.2 GitHub快速配置指南</h3>
<p><strong>第一步：</strong> 注册登录GitHub</p>
<table>
<thead>
<tr>
<th><a href="https://github.com/" target="_blank" rel="noopener">进入官网</a></th>
<th>注册/登录GitHub</th>
</tr>
</thead>
<tbody>
<tr>
<td><img decoding="async" src="https://img.0to60.top/0260blog/github%E5%AE%98%E7%BD%91.png" alt="github官网300"></td>
<td><img decoding="async" src="https://img.0to60.top/0260blog/github%E6%B3%A8%E5%86%8C%E7%99%BB%E5%BD%95.png" alt="github注册登录300"></td>
</tr>
</tbody>
</table>
<p><strong>第二步：</strong> 新建仓库</p>
<table>
<thead>
<tr>
<th>进入仓库</th>
<th>点击新建</th>
<th>填写仓库信息</th>
</tr>
</thead>
<tbody>
<tr>
<td><img decoding="async" src="https://img.0to60.top/0260blog/github%E4%BB%93%E5%BA%93%E5%85%A5%E5%8F%A3.png" alt="github仓库入口300"></td>
<td><img decoding="async" src="https://img.0to60.top/0260blog/github%E4%BB%93%E5%BA%93%E6%96%B0%E5%BB%BA%E5%85%A5%E5%8F%A3.png" alt="github仓库新建入口300"></td>
<td><img decoding="async" src="https://img.0to60.top/0260blog/github%E6%96%B0%E5%BB%BA%E5%AE%8C%E5%96%84%E4%BB%93%E5%BA%93%E4%BF%A1%E6%81%AF.png" alt="github新建完善仓库信息300"></td>
</tr>
</tbody>
</table>
<p><strong>第三步：</strong> <a href="https://desktop.github.com/download/" target="_blank" rel="noopener">下载github desktop</a></p>
<p><img decoding="async" src="https://img.0to60.top/0260blog/ghdesktop%E4%B8%8B%E8%BD%BD%E9%A1%B5%E9%9D%A2.png" alt="ghdesktop下载页面300"></p>
<p><strong>第四步：</strong> 打开github desktop，登录GitHub账号，克隆之前创建的仓库并和本地文件夹绑定</p>
<p><img decoding="async" src="https://img.0to60.top/0260blog/ghdesktop%E7%95%8C%E9%9D%A21.png" alt="ghdesktop界面1300"></p>
<p>至此，使用GitHub Desktop克隆仓库至本地文件夹，在指定文件夹中增删改查后，实现本地文件与远程仓库的快速<code>commit</code>和<code>push</code>同步。</p>
<p>如需更高级的版本管理操作，可查阅Git官方文档或在AI辅助下学习相关命令。</p>
<h2>3. 写作层实操指引（Obsidian）</h2>
<h3>3.1 Obsidian介绍</h3>
<p>Obsidian 是一款<strong>本地优先</strong>的知识管理和笔记软件。它基于纯文本 Markdown 文件格式存储数据，利用本地文件夹结构（称为“库”）来组织笔记。</p>
<p><strong>核心特性：</strong></p>
<ul>
<li>Markdown 原生：** 所有笔记都是标准的 Markdown 文件，这确保了极高的<strong>可移植性</strong>和<strong>长期可用性</strong>。</li>
<li><strong>双向链接：</strong> 允许用户在笔记间建立联系，并可视化这些关系（如通过<strong>关系图谱 View</strong>），帮助用户构建一个相互连接的知识网络。</li>
<li><strong>高度可定制：</strong> 通过丰富的<strong>插件系统</strong>和<strong>主题</strong>，用户可以根据需求将 Obsidian 配置成强大的写作工具、知识库或项目管理系统。</li>
</ul>
<h3>3.2 Obsidian简易指引</h3>
<p><strong>第一步：</strong> <a href="https://obsidian.md/" target="_blank" rel="noopener">下载安装Obsidian</a></p>
<p><img decoding="async" src="https://img.0to60.top/0260blog/Obsidian%E4%B8%8B%E8%BD%BD%E9%A1%B5%E9%9D%A2.png" alt="Obsidian下载页面300"></p>
<p><strong>第二步：</strong> Obsidian设置</p>
<p>按下图设置即可，由于在写作层中咱们要遵循markdown格式，需配置以下信息</p>
<ul>
<li>链接路径应选择相对路径</li>
<li>链接禁止使用WikiLink方式，否则在拖拽或粘贴时会默认为WikiLink格式</li>
<li>建议将所有的媒体文件都单独放到一个文件夹中，比如下图中的_assets。<br />
<img decoding="async" src="https://img.0to60.top/0260blog/Obsidian%E6%8E%A8%E8%8D%90%E8%AE%BE%E7%BD%AE.png" alt="Obsidian推荐设置300"></li>
</ul>
<p><strong>第三步：</strong> 媒体链接格式确认</p>
<p>确保链接格式的兼容性，写作层要求严格的Markdown。</p>
<p>Obsidian插件LinkConverter用于批量将已有的WikiLink格式转换为Markdown格式，</p>
<p><strong>（可选项）LinkConverter插件安装</strong></p>
<table>
<thead>
<tr>
<th>进入obsidian插件市场</th>
<th>安装启用LinkConverter插件</th>
<th>插件设置(相对路径)</th>
</tr>
</thead>
<tbody>
<tr>
<td><img decoding="async" src="https://img.0to60.top/0260blog/Obsidian%E8%BF%9B%E5%85%A5%E6%8F%92%E4%BB%B6%E5%B8%82%E5%9C%BA.png" alt="Obsidian进入插件市场300"></td>
<td><img decoding="async" src="https://img.0to60.top/0260blog/%E5%AE%89%E8%A3%85%E5%90%AF%E7%94%A8linkconverter%E6%8F%92%E4%BB%B6.png" alt="安装启用linkconverter插件300"></td>
<td><img decoding="async" src="https://img.0to60.top/0260blog/linkconverter%E8%AE%BE%E7%BD%AE.png" alt="linkconverter设置300"></td>
</tr>
</tbody>
</table>
<p><strong>LinkConverter使用</strong></p>
<p>右键note，可以直接进行批量替换，如下图：<br />
<img decoding="async" src="https://img.0to60.top/0260blog/linkconverter%E4%BD%BF%E7%94%A8.png" alt="linkconverter使用300"></p>
<p>tips：若文章需要被知识库引用，建议给所有的图片链接加上ALT属性，默认为唵，可以利用linkconverter先全部转为WikiLink，再全部转为markdown链接，会自动添加ALT属性。</p>
<blockquote>
[!NOTE]
<p>至此，便可以用Obsidian专注于写作。</p>
<p>重要的事情说三遍：<br />
写作层要极度克制，克制是平台兼容的前提，遵循标准Markdown格式。<br />
写作层要极度克制，克制是平台兼容的前提，遵循标准Markdown格式。<br />
写作层要极度克制，克制是平台兼容的前提，遵循标准Markdown格式。</p>
</blockquote>
<h2>4. 发布层实操指引</h2>
<h3>4.1 创建原稿副本</h3>
<p>发布层的任何操作都不建议在原稿中进行。</p>
<ul>
<li>建立一个文件夹，用作于发布车间</li>
<li>对原稿进行副本创建，并将副本放入发布车间文件夹中(如下图)<br />
<img decoding="async" src="https://img.0to60.top/0260blog/%E5%88%9B%E5%BB%BA%E5%8F%91%E5%B8%83%E8%BD%A6%E9%97%B4.png" alt="创建发布车间300"></li>
</ul>
<h3>4.2 图床实操指引</h3>
<h4>4.2.1 存储服务购买及设置</h4>
<p>作者目前使用存储服务为：腾讯COS<br />
<strong>大致介绍</strong><br />
主要作用：将本地存储的媒体文件上传到云端存储服务器中，再通过公网进行图片访问。<br />
<strong>执行步骤</strong><br />
<strong>第一步：</strong>  <a href="https://curl.qcloud.com/Si91bLRy" target="_blank" rel="noopener">点击前往腾讯COS官网</a>购买COS资源包</p>
<table>
<thead>
<tr>
<th>前往腾讯COS官网_优惠界面</th>
<th>尝试：购买一个最便宜的资源包</th>
</tr>
</thead>
<tbody>
<tr>
<td><img decoding="async" src="https://img.0to60.top/0260blog/%E8%85%BE%E8%AE%AF%E4%BA%91COS%E5%AE%98%E7%BD%91.png" alt="腾讯云COS官网300"></td>
<td><img decoding="async" src="https://img.0to60.top/0260blog/%E8%85%BE%E8%AE%AF%E4%BA%91COS%E4%BC%98%E6%83%A0%E8%B5%84%E6%BA%90%E5%8C%85%E9%A1%B5%E9%9D%A2.png" alt="腾讯云COS优惠资源包页面300"></td>
</tr>
</tbody>
</table>
<p><strong>第二步：</strong> 进入COS管理后台</p>
<table>
<thead>
<tr>
<th>进入腾讯云控制台</th>
<th>搜索COS或存储服务</th>
<th>进入COS管理后台</th>
</tr>
</thead>
<tbody>
<tr>
<td><img decoding="async" src="https://img.0to60.top/0260blog/%E8%85%BE%E8%AE%AF%E4%BA%91%E6%8E%A7%E5%88%B6%E5%8F%B0%E5%85%A5%E5%8F%A3.png" alt="腾讯云控制台入口300"></td>
<td><img decoding="async" src="https://img.0to60.top/0260blog/%E8%85%BE%E8%AE%AF%E4%BA%91%E6%90%9C%E7%B4%A2COS.png" alt="腾讯云搜索COS300"></td>
<td><img decoding="async" src="https://img.0to60.top/0260blog/%E8%85%BE%E8%AE%AF%E4%BA%91COS%E7%AE%A1%E7%90%86%E5%90%8E%E5%8F%B0.png" alt="腾讯云COS管理后台300"></td>
</tr>
</tbody>
</table>
<p><strong>第三步：</strong> 创建存储桶</p>
<p>不用过多在意计费环节，第一次使用时若担心计费问题，就将所有计费选项都关闭。</p>
<table>
<thead>
<tr>
<th>创建存储桶1</th>
<th>创建存储桶2</th>
<th>创建存储桶3</th>
</tr>
</thead>
<tbody>
<tr>
<td><img decoding="async" src="https://img.0to60.top/0260blog/%E8%85%BE%E8%AE%AFCOS%E5%88%9B%E5%BB%BA%E5%AD%98%E5%82%A8%E6%A1%B61.png" alt="腾讯COS创建存储桶1300"></td>
<td><img decoding="async" src="https://img.0to60.top/0260blog/%E8%85%BE%E8%AE%AFCOS%E5%88%9B%E5%BB%BA%E5%AD%98%E5%82%A8%E6%A1%B62.png" alt="腾讯COS创建存储桶2300"></td>
<td><img decoding="async" src="https://img.0to60.top/0260blog/%E8%85%BE%E8%AE%AFCOS%E5%88%9B%E5%BB%BA%E5%AD%98%E5%82%A8%E6%A1%B63.png" alt="腾讯COS创建存储桶3300"></td>
</tr>
<tr>
<td>注意：权限选择公有读私有写</td>
<td>标签输入即可</td>
<td>确认配置信息</td>
</tr>
</tbody>
</table>
<p><strong>（可选项）第四步：</strong> 存储桶其他配置<br />
主要是域名设置和跨域访问设置</p>
<p><img decoding="async" src="https://img.0to60.top/0260blog/%E8%85%BE%E8%AE%AFCOS%E5%AD%98%E5%82%A8%E6%A1%B6%E5%85%B6%E4%BB%96%E8%AE%BE%E7%BD%AE.png" alt="腾讯COS存储桶其他设置300"></p>
<p><strong>第五步：</strong> API密钥配置-新建子账户&amp;授权</p>
<table>
<thead>
<tr>
<th>后台搜索API密钥</th>
<th>建议建一个子账号</th>
<th>授权配置</th>
</tr>
</thead>
<tbody>
<tr>
<td><img decoding="async" src="https://img.0to60.top/0260blog/%E8%85%BE%E8%AE%AF%E4%BA%91API%E5%AF%86%E9%92%A5%E5%85%A5%E5%8F%A3.png" alt="腾讯云API密钥入口300"></td>
<td><img decoding="async" src="https://img.0to60.top/0260blog/%E8%85%BE%E8%AE%AF%E4%BA%91%E5%AD%90%E8%B4%A6%E6%88%B7%E6%8E%88%E6%9D%83%E6%8F%90%E7%A4%BA.png" alt="腾讯云子账户授权提示300"></td>
<td><img decoding="async" src="https://img.0to60.top/0260blog/%E8%85%BE%E8%AE%AF%E4%BA%91%E6%96%B0%E5%BB%BA%E5%AD%90%E8%B4%A6%E6%88%B7%E5%92%8C%E6%8E%88%E6%9D%83.png" alt="腾讯云新建子账户和授权300"></td>
</tr>
</tbody>
</table>
<p>访问方式选择编程访问，授权范围选择COSFULLACCESS</p>
<p><strong>第六步</strong>：API密钥获取</p>
<table>
<thead>
<tr>
<th>选择授权的账户</th>
<th>新建API密钥并保存</th>
</tr>
</thead>
<tbody>
<tr>
<td><img decoding="async" src="https://img.0to60.top/0260blog/%E8%85%BE%E8%AE%AF%E4%BA%91%E8%BF%9B%E5%85%A5%E5%AD%90%E8%B4%A6%E6%88%B7.png" alt="腾讯云进入子账户300"></td>
<td><img decoding="async" src="https://img.0to60.top/0260blog/%E8%85%BE%E8%AE%AF%E4%BA%91%E5%AD%90%E8%B4%A6%E6%88%B7%E6%96%B0%E5%BB%BAAPI%E5%AF%86%E9%92%A5.png" alt="腾讯云子账户新建API密钥300"></td>
</tr>
</tbody>
</table>
<blockquote>
[!NOTE]
<p>至此，图床服务搭建完毕，用户可直接在存储桶文件列表中手动操作，也可通过API进行编程交互。如果不懂如何通过API进行访问，不着急，介绍一款应用：Picgo，该应用已将API封装，方便将媒体文件与图床服务进行交互。</p>
</blockquote>
<h4>4.2.2 Picgo应用介绍及设置</h4>
<p><strong>介绍及下载链接</strong></p>
<ul>
<li>PicGo 是一款开源的、跨平台的桌面应用程序，它的核心功能是快速地将图片上传到图床（图片存储服务器）并自动获取图片的在线链接。</li>
<li><a href="https://github.com/Molunerfinn/PicGo/releases" target="_blank" rel="noopener">下载Picgo</a></li>
</ul>
<p><strong>它能解决什么问题？</strong></p>
<ul>
<li>传统方式插入图片的流程是: 截图 -&gt; 保存到本地 -&gt; 打开图床网站 -&gt; 登录 -&gt; 上传 -&gt; 复制链接 -&gt; 插入到文档。这个过程非常繁琐。</li>
<li>使用 PicGo 后，流程简化为：截图 -&gt; [快捷键上传] -&gt; 链接已自动复制到剪贴板 -&gt; 直接粘贴到文档。</li>
</ul>
<p><strong>核心优势：</strong></p>
<ul>
<li>高效快捷：支持拖拽上传、剪贴板上传，并配合快捷键，真正做到“一步到位”。</li>
<li>多图床支持：支持包括 GitHub、SM.MS、阿里云OSS、腾讯云COS、七牛云、Imgur等在内的多种图床。</li>
<li>链接格式丰富：上传后可自动生成 URL链接、Markdown格式、HTML格式等，满足不同场景需求。</li>
<li>跨平台：支持 Windows、macOS 和 Linux。</li>
<li>插件系统：通过安装插件，可以扩展更多功能（如：图片压缩、水印、上传前重命名等）。</li>
</ul>
<p><strong>Picgo设置</strong><br />
打开picgo应用，选择腾讯云COS，进行设置，如图：<br />
<img decoding="async" src="https://img.0to60.top/0260blog/Picgo%E8%85%BE%E8%AE%AF%E4%BA%91COS%E9%85%8D%E7%BD%AE.png" alt="Picgo腾讯云COS配置300"></p>
<p>配置详情：</p>
<table>
<thead>
<tr>
<th>配置项</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>图床配置名</td>
<td>随意</td>
</tr>
<tr>
<td>COS版本</td>
<td>到本文发布时间为V5，可以直接问智能售后</td>
</tr>
<tr>
<td>SecreId</td>
<td>4.2.1中获取的密钥信息</td>
</tr>
<tr>
<td>SecretKey</td>
<td>4.2.1中获取的密钥信息</td>
</tr>
<tr>
<td>设定存储路径</td>
<td>存储桶的具体某个文件夹</td>
</tr>
<tr>
<td>其他必要参数如右图</td>
<td><img decoding="async" src="https://img.0to60.top/0260blog/picgo%E8%85%BE%E8%AE%AF%E4%BA%91COS%E9%85%8D%E7%BD%AE_%E5%85%B7%E4%BD%93%E5%8F%82%E6%95%B0%E5%9B%BE%E7%A4%BA.png" alt="picgo腾讯云COS配置_具体参数图示300"></td>
</tr>
</tbody>
</table>
<p><strong>Picgo试用</strong></p>
<p><img decoding="async" src="https://img.0to60.top/0260blog/picgo%E8%85%BE%E8%AE%AF%E4%BA%91COS%E8%AF%95%E7%94%A8%E7%BB%93%E6%9E%9C.png" alt="picgo腾讯云COS试用结果300"></p>
<blockquote>
[!NOTE]
<p>至此，便可以用Picgo高效地和图床服务进行交互，记得选Markdown链接格式。</p>
</blockquote>
<h4>4.2.3 媒体链接公有化</h4>
<p>在4.2.1和4.2.2中，我们不仅有了云端图床服务，也具备了和图床服务交互的能力，接下来，便是对原稿副本进行媒体链接进行处理，简单来说：</p>
<blockquote>
<p>将原稿副本中的媒体文件上传到图床服务中，生成公有URL后替换，达到跨平台展示的目的。</p>
</blockquote>
<p>我们使用Obsidian插件 Image Auto Upload 配合 PicGo/COS 实现。</p>
<p><strong>（必须） 插件_Image Auto Upload快速指南</strong></p>
<p><strong>第一步：</strong> Obsidian安装插件Image Auto Upload</p>
<p><img decoding="async" src="https://img.0to60.top/0260blog/%E5%AE%89%E8%A3%85%E5%90%AF%E7%94%A8%E6%8F%92%E4%BB%B6img%E8%87%AA%E5%8A%A8%E4%B8%8A%E4%BC%A0.png" alt="安装启用插件img自动上传300"></p>
<p><strong>第二步：</strong>  Image Auto Upload设置</p>
<p>照着设置即可，强烈建议将自动上传和上传后删除关闭，我们只在发布时才进行链接替换，写作时使用文件本地路径。<br />
<img decoding="async" src="https://img.0to60.top/0260blog/Obsidian%E5%9B%BE%E7%89%87%E8%87%AA%E5%8A%A8%E4%B8%8A%E4%BC%A0%E6%8F%92%E4%BB%B6%E8%AE%BE%E7%BD%AE.png" alt="Obsidian图片自动上传插件设置300"></p>
<p><strong>第三步：</strong> 在原稿副本中进行链接替换</p>
<table>
<thead>
<tr>
<th>单媒体文件上传</th>
<th>文档所有文档上传CTRL+P</th>
</tr>
</thead>
<tbody>
<tr>
<td><img decoding="async" src="https://img.0to60.top/0260blog/Obsidian%E6%8F%92%E4%BB%B6%E5%8D%95%E5%9B%BE%E7%89%87%E8%87%AA%E5%8A%A8%E4%B8%8A%E4%BC%A0.png" alt="Obsidian插件单图片自动上传300"></td>
<td><img decoding="async" src="https://img.0to60.top/0260blog/Obsidian%E6%8F%92%E4%BB%B6%E6%96%87%E7%AB%A0%E6%89%80%E6%9C%89%E5%AA%92%E4%BD%93%E9%99%84%E4%BB%B6%E4%B8%8A%E4%BC%A0.png" alt="Obsidian插件文章所有媒体附件上传300"></td>
</tr>
</tbody>
</table>
<blockquote>
[!NOTE]
<p>至此，原稿副本的媒体文件链接便处理完成，你可以在Picgo中查看，也可以在图床服务中查看。</p>
</blockquote>
<h3>4.3 <strong>内容渲染与同步（WordPress为例）</strong></h3>
<p>介绍如何使用Obsidian插件： WordPress。</p>
<h4>4.3.1 安装发布到wordpress的插件</h4>
<table>
<thead>
<tr>
<th>安装插件wordpress并启用</th>
<th>插件设置</th>
</tr>
</thead>
<tbody>
<tr>
<td><img decoding="async" src="https://img.0to60.top/0260blog/%E5%AE%89%E8%A3%85obsidian_wp%E6%8F%92%E4%BB%B6.png" alt="安装obsidian_wp插件300"></td>
<td><img decoding="async" src="https://img.0to60.top/0260blog/obsidian_wp%E6%8F%92%E4%BB%B6%E5%88%9D%E5%A7%8B%E5%8C%96%E8%AE%BE%E7%BD%AE.png" alt="obsidian_wp插件初始化设置300"></td>
</tr>
</tbody>
</table>
<h4>4.3.2 获取WordPress的密钥</h4>
<p>登录WordPress站点后台，安装插件orange mini api<br />
按下图所示一直往下点，获得账号和密码</p>
<p><img decoding="async" src="https://img.0to60.top/0260blog/wordpress%E5%90%8E%E5%8F%B0%E6%8F%92%E4%BB%B6API%E5%AE%89%E8%A3%85.png" alt="wordpress后台插件API安装300"></p>
<p><strong>4.3.3 发布操作</strong></p>
<table>
<thead>
<tr>
<th>配置API用户信息(XML-RPC TYPE)</th>
<th>配置yaml信息</th>
<th>发布到worpress(CTRL+P)</th>
</tr>
</thead>
<tbody>
<tr>
<td><img decoding="async" src="https://img.0to60.top/0260blog/%E9%85%8D%E7%BD%AEobsidian%E6%8F%92%E4%BB%B6WP_API%E7%94%A8%E6%88%B7%E4%BF%A1%E6%81%AF.png" alt="配置obsidian插件WP_API用户信息300"></td>
<td><img decoding="async" src="https://img.0to60.top/0260blog/%E9%85%8D%E7%BD%AE%E6%96%87%E7%AB%A0YAML%E4%BF%A1%E6%81%AF.png" alt="配置文章YAML信息300"></td>
<td><img decoding="async" src="https://img.0to60.top/0260blog/%E6%96%87%E7%AB%A0%E5%90%8C%E6%AD%A5%E8%87%B3WP.png" alt="文章同步至WP300"></td>
</tr>
</tbody>
</table>
<blockquote>
[!NOTE]
<p>至此，发布层的内容全部结束</p>
</blockquote>
<h2>5. 总结</h2>
<p>本文提出了一种解耦式写作工作流，旨在解决多平台分发时，因平台排版和图片兼容性差异导致的格式调整繁琐、耗时长的问题。该方案的核心理念是将内容创作（写作层）与格式适配/资源公有化（发布层）彻底分离，确保内容源头的单向流动性和原子级一致性。</p>
<p><a rel="nofollow" href="https://0to60.top/layered-decoupled-knowledge-workflow/">Blog，分层解耦式知识生产工作流</a>最先出现在<a rel="nofollow" href="https://0to60.top">0260</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://0to60.top/layered-decoupled-knowledge-workflow/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Blog，WordPress常用设置及插件推荐</title>
		<link>https://0to60.top/blog%ef%bc%8cwordpress%e5%b8%b8%e7%94%a8%e8%ae%be%e7%bd%ae%e5%8f%8a%e6%8f%92%e4%bb%b6%e6%8e%a8%e8%8d%90/</link>
					<comments>https://0to60.top/blog%ef%bc%8cwordpress%e5%b8%b8%e7%94%a8%e8%ae%be%e7%bd%ae%e5%8f%8a%e6%8f%92%e4%bb%b6%e6%8e%a8%e8%8d%90/#respond</comments>
		
		<dc:creator><![CDATA[burson]]></dc:creator>
		<pubDate>Fri, 16 May 2025 07:59:46 +0000</pubDate>
				<category><![CDATA[blog旅途]]></category>
		<category><![CDATA[WordPress搭建部署]]></category>
		<category><![CDATA[小白操作指引]]></category>
		<guid isPermaLink="false">http://47.109.203.158/?p=340</guid>

					<description><![CDATA[<p>引言 本文目的是记录WordPres&#46;&#46;&#46;</p>
<p><a rel="nofollow" href="https://0to60.top/blog%ef%bc%8cwordpress%e5%b8%b8%e7%94%a8%e8%ae%be%e7%bd%ae%e5%8f%8a%e6%8f%92%e4%bb%b6%e6%8e%a8%e8%8d%90/">Blog，WordPress常用设置及插件推荐</a>最先出现在<a rel="nofollow" href="https://0to60.top">0260</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">引言</h2>



<p>本文目的是记录WordPress的的常用设置及一些常见问题。</p>



<p>持续更新</p>



<h2 class="wp-block-heading">一、常用设置</h2>



<h3 class="wp-block-heading">1.1 主题设置</h3>



<figure class="wp-block-riovizual-tablebuilder is-style-stripes rv_tb-9afb1eff-1c11-4edb-8ed3-02c3cd9f43c6 is-scroll-on-mobile" rv-tb-responsive-breakpoint="768px"><table class=""><thead><tr><th class="rv_tb-cell rv_tb-row-0-cell-0 rv_tb-rs-row-0-cell-0 rv_tb-cs-row-0-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">序号</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-1 rv_tb-rs-row-0-cell-1 rv_tb-cs-row-0-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">动作</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-2 rv_tb-rs-row-0-cell-2 rv_tb-cs-row-0-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">描述</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-3 rv_tb-rs-row-0-cell-3 rv_tb-cs-row-0-cell-3"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">图示</div></div></div></th></tr></thead><tbody><tr><td class="rv_tb-cell rv_tb-row-1-cell-0 rv_tb-rs-row-1-cell-0 rv_tb-cs-row-1-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">1</div></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-1 rv_tb-rs-row-1-cell-1 rv_tb-cs-row-1-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">添加Alx插件</div></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-2 rv_tb-rs-row-1-cell-2 rv_tb-cs-row-1-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">搜索<strong>Alx Extensions</strong>，安装并启用<br>该插件非必须，我比较喜欢ALX主题样式</div></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-3 rv_tb-rs-row-1-cell-3 rv_tb-cs-row-1-cell-3"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/screenshot-20250516-154405.png"/></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-2-cell-0 rv_tb-rs-row-2-cell-0 rv_tb-cs-row-2-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">2</div></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-1 rv_tb-rs-row-2-cell-1 rv_tb-cs-row-2-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">下载alx主题</div></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-2 rv_tb-rs-row-2-cell-2 rv_tb-cs-row-2-cell-2"><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-0"><ul class="rv_tb-list"><li>点击外观->主题->自定义->侧边栏->alx media</li><li><a href="https://agnarson.com/wpthemes/" target="_blank" rel="noopener">下载喜欢的主题样式</a></li></ul></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-3 rv_tb-rs-row-2-cell-3 rv_tb-cs-row-2-cell-3"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/screenshot-20250516-162914.png"/></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-3-cell-0 rv_tb-rs-row-3-cell-0 rv_tb-cs-row-3-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">3</div></div></div></td><td class="rv_tb-cell rv_tb-row-3-cell-1 rv_tb-rs-row-3-cell-1 rv_tb-cs-row-3-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">安装主题</div></div></div></td><td class="rv_tb-cell rv_tb-row-3-cell-2 rv_tb-rs-row-3-cell-2 rv_tb-cs-row-3-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">点击外观->主题->添加主题->上传主题(不用解压)<br>上传时可能会报错，提示文件太大了，会在本文的第二部分进行说明</div></div></div></td><td class="rv_tb-cell rv_tb-row-3-cell-3 rv_tb-rs-row-3-cell-3 rv_tb-cs-row-3-cell-3"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/screenshot-20250516-163224.png"/></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-4-cell-0 rv_tb-rs-row-4-cell-0 rv_tb-cs-row-4-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">4</div></div></div></td><td class="rv_tb-cell rv_tb-row-4-cell-1 rv_tb-rs-row-4-cell-1 rv_tb-cs-row-4-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">启用主题</div></div></div></td><td class="rv_tb-cell rv_tb-row-4-cell-2 rv_tb-rs-row-4-cell-2 rv_tb-cs-row-4-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">启用主题，我用的是Curveflow</div></div></div></td><td class="rv_tb-cell rv_tb-row-4-cell-3 rv_tb-rs-row-4-cell-3 rv_tb-cs-row-4-cell-3"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/screenshot-20250516-163411.png" alt=""/></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-5-cell-0 rv_tb-rs-row-5-cell-0 rv_tb-cs-row-5-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">5</div></div></div></td><td class="rv_tb-cell rv_tb-row-5-cell-1 rv_tb-rs-row-5-cell-1 rv_tb-cs-row-5-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">设置主题</div></div></div></td><td class="rv_tb-cell rv_tb-row-5-cell-2 rv_tb-rs-row-5-cell-2 rv_tb-cs-row-5-cell-2"><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-0"><ul class="rv_tb-list"><li>进入主题自定义界面</li><li>设置站点身份</li><li>设置菜单</li><li>小工具添加(这里主要是给侧边栏添加小工具，小工具可以理解成不同的显示组件)，这里我添加了alxtab</li><li>主题设置(theme option)->header，增加profile内容</li></ul></div></div></td><td class="rv_tb-cell rv_tb-row-5-cell-3 rv_tb-rs-row-5-cell-3 rv_tb-cs-row-5-cell-3"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/screenshot-20250516-165303.png"/></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-6-cell-0 rv_tb-rs-row-6-cell-0 rv_tb-cs-row-6-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">6</div></div></div></td><td class="rv_tb-cell rv_tb-row-6-cell-1 rv_tb-rs-row-6-cell-1 rv_tb-cs-row-6-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">发布</div></div></div></td><td class="rv_tb-cell rv_tb-row-6-cell-2 rv_tb-rs-row-6-cell-2 rv_tb-cs-row-6-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">点击发布，OK完成(为了看到完整效果，建议随便写几篇文章)</div></div></div></td><td class="rv_tb-cell rv_tb-row-6-cell-3 rv_tb-rs-row-6-cell-3 rv_tb-cs-row-6-cell-3"></td></tr></tbody></table></figure>



<p>每种主题的设置方式可能不一样，可以自行多试几种。</p>



<h3 class="wp-block-heading">1.2 插件推荐</h3>



<figure class="wp-block-riovizual-tablebuilder is-align-left is-style-stripes rv_tb-631c6319-0654-4aab-9a2f-4665d042af4b is-scroll-on-mobile" rv-tb-responsive-breakpoint="768px"><table class=""><thead><tr><th class="rv_tb-cell rv_tb-row-0-cell-0 rv_tb-rs-row-0-cell-0 rv_tb-cs-row-0-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">序号</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-1 rv_tb-rs-row-0-cell-1 rv_tb-cs-row-0-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">插件名</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-2 rv_tb-rs-row-0-cell-2 rv_tb-cs-row-0-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">描述</div></div></div></th></tr></thead><tbody><tr><td class="rv_tb-cell rv_tb-row-1-cell-0 rv_tb-rs-row-1-cell-0 rv_tb-cs-row-1-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">1</div></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-1 rv_tb-rs-row-1-cell-1 rv_tb-cs-row-1-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text"><strong>Alx Extensions</strong></div></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-2 rv_tb-rs-row-1-cell-2 rv_tb-cs-row-1-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">Alx主题的前置插件</div></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-2-cell-0 rv_tb-rs-row-2-cell-0 rv_tb-cs-row-2-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">2</div></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-1 rv_tb-rs-row-2-cell-1 rv_tb-cs-row-2-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text"><strong>Media Library Assistant</strong></div></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-2 rv_tb-rs-row-2-cell-2 rv_tb-cs-row-2-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">媒体库管理，增加了分类和标签管理</div></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-3-cell-0 rv_tb-rs-row-3-cell-0 rv_tb-cs-row-3-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">3</div></div></div></td><td class="rv_tb-cell rv_tb-row-3-cell-1 rv_tb-rs-row-3-cell-1 rv_tb-cs-row-3-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text"><strong>SVG Support</strong></div></div></div></td><td class="rv_tb-cell rv_tb-row-3-cell-2 rv_tb-rs-row-3-cell-2 rv_tb-cs-row-3-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">媒体库支持SVG格式</div></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-4-cell-0 rv_tb-rs-row-4-cell-0 rv_tb-cs-row-4-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">4</div></div></div></td><td class="rv_tb-cell rv_tb-row-4-cell-1 rv_tb-rs-row-4-cell-1 rv_tb-cs-row-4-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text"><strong>LuckyWP Table of Contents</strong></div></div></div></td><td class="rv_tb-cell rv_tb-row-4-cell-2 rv_tb-rs-row-4-cell-2 rv_tb-cs-row-4-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">增肌目录，可以为文章或者页面快速添加目录，便捷跳转</div></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-5-cell-0 rv_tb-rs-row-5-cell-0 rv_tb-cs-row-5-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">5</div></div></div></td><td class="rv_tb-cell rv_tb-row-5-cell-1 rv_tb-rs-row-5-cell-1 rv_tb-cs-row-5-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text"><strong>Meow Lightbox</strong></div></div></div></td><td class="rv_tb-cell rv_tb-row-5-cell-2 rv_tb-rs-row-5-cell-2 rv_tb-cs-row-5-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">前端图片展示时，点击可放大展示</div></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-6-cell-0 rv_tb-rs-row-6-cell-0 rv_tb-cs-row-6-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">6</div></div></div></td><td class="rv_tb-cell rv_tb-row-6-cell-1 rv_tb-rs-row-6-cell-1 rv_tb-cs-row-6-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text"><strong>MerPress</strong></div></div></div></td><td class="rv_tb-cell rv_tb-row-6-cell-2 rv_tb-rs-row-6-cell-2 rv_tb-cs-row-6-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">让文章支持mermaid格式，我常用来搞流程图</div></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-7-cell-0 rv_tb-rs-row-7-cell-0 rv_tb-cs-row-7-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">7</div></div></div></td><td class="rv_tb-cell rv_tb-row-7-cell-1 rv_tb-rs-row-7-cell-1 rv_tb-cs-row-7-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text"><strong>Todo List Block</strong></div></div></div></td><td class="rv_tb-cell rv_tb-row-7-cell-2 rv_tb-rs-row-7-cell-2 rv_tb-cs-row-7-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">文章编辑支持todo list区块</div></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-8-cell-0 rv_tb-rs-row-8-cell-0 rv_tb-cs-row-8-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">8</div></div></div></td><td class="rv_tb-cell rv_tb-row-8-cell-1 rv_tb-rs-row-8-cell-1 rv_tb-cs-row-8-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text"><strong>Visual Link Preview</strong></div></div></div></td><td class="rv_tb-cell rv_tb-row-8-cell-2 rv_tb-rs-row-8-cell-2 rv_tb-cs-row-8-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">文章嵌入链接时，可展示为卡片样式</div></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-9-cell-0 rv_tb-rs-row-9-cell-0 rv_tb-cs-row-9-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">9</div></div></div></td><td class="rv_tb-cell rv_tb-row-9-cell-1 rv_tb-rs-row-9-cell-1 rv_tb-cs-row-9-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text"><strong>Ultimate Blocks</strong></div></div></div></td><td class="rv_tb-cell rv_tb-row-9-cell-2 rv_tb-rs-row-9-cell-2 rv_tb-cs-row-9-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">文章编辑时提供的工具区块集合</div></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-10-cell-0 rv_tb-rs-row-10-cell-0 rv_tb-cs-row-10-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">10</div></div></div></td><td class="rv_tb-cell rv_tb-row-10-cell-1 rv_tb-rs-row-10-cell-1 rv_tb-cs-row-10-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text"><strong>WordPress Hide Posts</strong></div></div></div></td><td class="rv_tb-cell rv_tb-row-10-cell-2 rv_tb-rs-row-10-cell-2 rv_tb-cs-row-10-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">用于文章过滤(首页，类目页等)</div></div></div></td></tr></tbody></table></figure>



<h3 class="wp-block-heading">1.3 域名设置</h3>



<p>通过IP访问不人性，也不利于传播，所以还需进行域名设置，由于我使用的是阿里云，我就直接通过阿里云的域名模块进行操作</p>



<figure class="wp-block-riovizual-tablebuilder is-style-stripes rv_tb-1c341c46-e067-46b4-9991-7b64535d011b is-scroll-on-mobile" rv-tb-responsive-breakpoint="768px"><table class=""><thead><tr><th class="rv_tb-cell rv_tb-row-0-cell-0 rv_tb-rs-row-0-cell-0 rv_tb-cs-row-0-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">步骤</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-1 rv_tb-rs-row-0-cell-1 rv_tb-cs-row-0-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">描述</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-2 rv_tb-rs-row-0-cell-2 rv_tb-cs-row-0-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">示意图</div></div></div></th></tr></thead><tbody><tr><td class="rv_tb-cell rv_tb-row-1-cell-0 rv_tb-rs-row-1-cell-0 rv_tb-cs-row-1-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">注册域名(付费)</div></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-1 rv_tb-rs-row-1-cell-1 rv_tb-cs-row-1-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text"><a href="https://help.aliyun.com/zh/dws/user-guide/register-a-domain-name-on-alibaba-cloud?source=5176.29345612&amp;userCode=7gwy9jbo" target="_blank" rel="noreferrer noopener">注册域名流程</a></div></div></div><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-1"><ul class="rv_tb-list"><li>域名查询，看是否已被注册</li><li>域名需要易于记忆，方便传播</li><li>刚开始找便宜的试水</li><li>按照指示操作购买即可</li><li>过程中可能会涉及到信息模板，按指示一路创建，并且将其实名认证即可</li></ul></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-2 rv_tb-rs-row-1-cell-2 rv_tb-cs-row-1-cell-2"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/image-9.png"/></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-2-cell-0 rv_tb-rs-row-2-cell-0 rv_tb-cs-row-2-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">域名备案</div></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-1 rv_tb-rs-row-2-cell-1 rv_tb-cs-row-2-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text"><a href="https://help.aliyun.com/zh/icp-filing/basic-icp-service/getting-started/quick-start-for-icp-filing-for-personal-websites?source=5176.29345612&amp;userCode=7gwy9jbo" target="_blank" rel="noopener">域名备案流程</a>，若站点部署在国内的服务器上，需要ICP备案。</div></div></div><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-1"><ul class="rv_tb-list"><li>按照操作处理就好，不难就是费点时间</li></ul></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-2 rv_tb-rs-row-2-cell-2 rv_tb-cs-row-2-cell-2"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/image-8.png"/></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-3-cell-0 rv_tb-rs-row-3-cell-0 rv_tb-cs-row-3-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">域名解析</div></div></div></td><td class="rv_tb-cell rv_tb-row-3-cell-1 rv_tb-rs-row-3-cell-1 rv_tb-cs-row-3-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">域名备案号了后，需要进行域名解析，<a href="https://help.aliyun.com/zh/dns/add-a-dns-record?source=5176.29345612&amp;userCode=7gwy9jbo" target="_blank" rel="noreferrer noopener">添加解析记录流程</a></div></div></div><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-1"><ul class="rv_tb-list"><li>进入域名列表</li><li>域名实名认证</li><li>添加域名解析记录（A类型即可）</li></ul></div></div></td><td class="rv_tb-cell rv_tb-row-3-cell-2 rv_tb-rs-row-3-cell-2 rv_tb-cs-row-3-cell-2"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/image-10.png"/></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-4-cell-0 rv_tb-rs-row-4-cell-0 rv_tb-cs-row-4-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">WP-后台站点设置</div></div></div></td><td class="rv_tb-cell rv_tb-row-4-cell-1 rv_tb-rs-row-4-cell-1 rv_tb-cs-row-4-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">进入wordpress后台->设置->常规</div></div></div><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-1"><ul class="rv_tb-list"><li>WordPress地址（URL）设置为http://[域名]，如：http://0to60.top</li><li>站点地址（URL）设置为http://[域名]，如：http://0to60.top</li></ul></div></div></td><td class="rv_tb-cell rv_tb-row-4-cell-2 rv_tb-rs-row-4-cell-2 rv_tb-cs-row-4-cell-2"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/image-11.png"/></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-5-cell-0 rv_tb-rs-row-5-cell-0 rv_tb-cs-row-5-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">悬挂<br>ICP备案号</div></div></div></td><td class="rv_tb-cell rv_tb-row-5-cell-1 rv_tb-rs-row-5-cell-1 rv_tb-cs-row-5-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">在站点底部添加ICP备案信息，通用代码，<a href="https://help.aliyun.com/zh/icp-filing/basic-icp-service/the-icp-record-post-processing-1?source=5176.29345612&amp;userCode=7gwy9jbo" target="_blank" rel="noreferrer noopener">悬挂备案号说明</a></div></div></div><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-1"><ul class="rv_tb-list"><li>通用代码：&lt;a href=&#8221;https://beian.miit.gov.cn/&#8221; target=&#8221;_blank&#8221;>您的备案号&lt;/a></li><li>添加位置：如果主题支持，设置即可（要求需要点击跳转），如果主题不支持，需要在主题文件中，一般找到footer.php，然后在其中找到copyright的区域，在其中添加上这段代码，如果不知道怎么添加，那就将footer中的代码全复制，然后问AI，问询内容为：【footer.php代码内容】+ 这是我wordpress的footer部分，我要在其中加入一个区域，用来放ICP备案声明，通用代码是&lt;a href=&#8221;https://beian.miit.gov.cn/&#8221; target=&#8221;_blank&#8221;>【备案号】&lt;/a>，你将获得操作方法</li></ul></div></div></td><td class="rv_tb-cell rv_tb-row-5-cell-2 rv_tb-rs-row-5-cell-2 rv_tb-cs-row-5-cell-2"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/image-12.png"/></div></div><div class="rv_tb-element"><div class="rv_tb-image cell-element-1"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/image-13.png"/></div></div></td></tr></tbody></table></figure>



<h3 class="wp-block-heading">1.4 SSL证书部署</h3>



<p>域名设置完成后，发现访问站点时，浏览器一直会提示不安全，影响传播，所以还需解决这个问题。</p>



<p>由于阿里云自带证书模块，我使用的是免费证书。</p>



<figure class="wp-block-riovizual-tablebuilder is-style-stripes rv_tb-0132e030-48a8-4e01-8736-10a752519165 is-scroll-on-mobile" rv-tb-responsive-breakpoint="768px"><table class=""><thead><tr><th class="rv_tb-cell rv_tb-row-0-cell-0 rv_tb-rs-row-0-cell-0 rv_tb-cs-row-0-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">步骤</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-1 rv_tb-rs-row-0-cell-1 rv_tb-cs-row-0-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">描述</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-2 rv_tb-rs-row-0-cell-2 rv_tb-cs-row-0-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">示意图</div></div></div></th></tr></thead><tbody><tr><td class="rv_tb-cell rv_tb-row-1-cell-0 rv_tb-rs-row-1-cell-0 rv_tb-cs-row-1-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">获取证书</div></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-1 rv_tb-rs-row-1-cell-1 rv_tb-cs-row-1-cell-1"><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-0"><ul class="rv_tb-list"><li>进入<a href="https://www.aliyun.com/product/cas?spm=5176.21213303.J_ZGek9Blx07Hclc3Ddt9dg.1.45e92f3dOvrc2S&amp;scm=20140722.S_product@@%E4%BA%91%E4%BA%A7%E5%93%81@@104379._.ID_product@@%E4%BA%91%E4%BA%A7%E5%93%81@@104379-RL_ssl%E5%85%8D%E8%B4%B9%E8%AF%81%E4%B9%A6%E7%94%B3%E8%AF%B7-LOC_2024SPAllResult-OR_ser-PAR1_2150446417559269408336658e72f3-V_4-PAR3_r-RE_new5-P0_0-P1_0&amp;userCode=7gwy9jbo" target="_blank" rel="noopener">数字证书管理服务</a>，登录控制台</li><li>数字证书控制台->SSL证书->个人测试证书（原SSL免费证书），点击立即购买。</li><li>回到数字证书控制台->SSL证书->个人测试证书，点击创建证书</li><li>下载证书，点击创建好的证书，进入详情页点击下载，根据服务器类型选择对应的证书进行下载。</li></ul></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-2 rv_tb-rs-row-1-cell-2 rv_tb-cs-row-1-cell-2"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/image-17.png"/></div></div><div class="rv_tb-element"><div class="rv_tb-image cell-element-1"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/image-18.png"/></div></div><div class="rv_tb-element"><div class="rv_tb-image cell-element-2"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/image-19.png"/></div></div><div class="rv_tb-element"><div class="rv_tb-image cell-element-3"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/image-21.png"/></div></div><div class="rv_tb-element"><div class="rv_tb-image cell-element-4"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/image-22.png"/></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-2-cell-0 rv_tb-rs-row-2-cell-0 rv_tb-cs-row-2-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">证书部署-登录服务器实例</div></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-1 rv_tb-rs-row-2-cell-1 rv_tb-cs-row-2-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">本着免费即正义的说法，我没有使用证书部署服务，而是自行部署。</div></div></div><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-1"><ul class="rv_tb-list"><li>远程登录服务器实例，如图。(要用root密码登录，免密登录会没有权限)</li></ul></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-2 rv_tb-rs-row-2-cell-2 rv_tb-cs-row-2-cell-2"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/image-23.png"/></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-3-cell-0 rv_tb-rs-row-3-cell-0 rv_tb-cs-row-3-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">证书部署-上传证书</div></div></div></td><td class="rv_tb-cell rv_tb-row-3-cell-1 rv_tb-rs-row-3-cell-1 rv_tb-cs-row-3-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">在服务器中上传证书，根据服务器类型执行即可，此处用的是nginx</div></div></div><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-1"><ul class="rv_tb-list"><li>向/etc/nginx/cert路径中上传下载的证书文件，一个pem、一个是key文件</li></ul></div></div></td><td class="rv_tb-cell rv_tb-row-3-cell-2 rv_tb-rs-row-3-cell-2 rv_tb-cs-row-3-cell-2"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/image-24.png"/></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-4-cell-0 rv_tb-rs-row-4-cell-0 rv_tb-cs-row-4-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">证书部署-服务器配置</div></div></div></td><td class="rv_tb-cell rv_tb-row-4-cell-1 rv_tb-rs-row-4-cell-1 rv_tb-cs-row-4-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">此处使用的是nginx</div></div></div><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-1"><ul class="rv_tb-list"><li>找到配置文件/etc/nginx/site-available/default</li><li>增加配置信息，注意将server_name改成自己的域名，root改成wordpress的应用目录，index改成对应的配置，一般来说不需要修改，证书目录改成自己的证书路径。</li></ul></div></div><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-2"><div class="rv_tb-text"># <code>HTTP重定向到HTTPS<br>server {<br>    listen 80;<br>    listen [::]:80;<br>    server_name 0to60.top www.0to60.top;<br>    return 301 https://$server_name$request_uri; # 永久重定向到HTTPS<br>}<br># HTTPS服务器配置<br>server {</code><br>    <code>listen 443 ssl http2;</code><br>    <code>listen [::]:443 ssl http2;</code><br>    <code><code>server_name 0to60.top www.0to60.top; </code></code><br>    <code><code># SSL证书配置</code></code><br>    <code><code>ssl_certificate /etc/nginx/cert/0to60.top.pem;</code></code><br>    <code><code>ssl_certificate_key /etc/nginx/cert/0to60.top.key; </code></code><br>    <code><code># SSL优化配置 </code></code><br>    <code><code>ssl_session_timeout 1d; </code></code><br>    <code><code>ssl_session_cache shared:MozSSL:10m; </code></code><br>    <code><code>ssl_protocols TLSv1.2 TLSv1.3; </code></code><br>    <code><code>ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256; </code></code><br>    <code><code>ssl_prefer_server_ciphers off; </code></code><br>    <code><code>root /var/www/html; </code></code><br>    <code><code>index index.php index.html index.htm; </code></code><br>    <code><code>access_log /var/log/nginx/www.access.log; </code></code><br>    <code><code>error_log /var/log/nginx/www.error.log; </code></code><br>    <code><code>location / { </code></code><br>        <code><code>try_files $uri $uri/ /index.php?$args; </code></code><br>    <code><code>} </code></code><br>    <code><code>location ~ \.php$ { </code></code><br>        <code><code>include snippets/fastcgi-php.conf; </code></code><br>        <code><code>fastcgi_pass unix:/run/php/php8.0-fpm.sock; </code></code><br>    <code><code>} </code></code><br>    <code><code>location ~ /\.ht { </code></code><br>        <code><code>deny all; </code></code><br>    <code><code>} </code></code><br>    <code><code>location = /favicon.ico { </code></code><br>        <code><code>log_not_found off; </code></code><br>        <code><code>access_log off; </code></code><br>    <code><code>} </code></code><br>    <code><code>location = /robots.txt { </code></code><br>        <code><code>allow all; log_not_found off; </code></code><br>        <code><code>access_log off; </code></code><br>    <code><code>} </code></code><br>    <code><code>location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ { </code></code><br>        <code><code>expires max; </code></code><br>        <code><code>log_not_found off; </code></code><br>    <code><code>}</code><br>}</code></div></div></div></td><td class="rv_tb-cell rv_tb-row-4-cell-2 rv_tb-rs-row-4-cell-2 rv_tb-cs-row-4-cell-2"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/image-25.png"/></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-5-cell-0 rv_tb-rs-row-5-cell-0 rv_tb-cs-row-5-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">证书部署-服务器重载</div></div></div></td><td class="rv_tb-cell rv_tb-row-5-cell-1 rv_tb-rs-row-5-cell-1 rv_tb-cs-row-5-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">在登录的远程连接终端中，进行nginx重载</div></div></div><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-1"><ul class="rv_tb-list"><li>sudo systemctl reload nginx # 或者 </li><li>sudo service nginx reload</li></ul></div></div></td><td class="rv_tb-cell rv_tb-row-5-cell-2 rv_tb-rs-row-5-cell-2 rv_tb-cs-row-5-cell-2"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="https://0to60.top/wp-content/uploads/2025/05/image-26.png"/></div></div></td></tr></tbody></table></figure>



<h2 class="wp-block-heading">二、踩坑记录</h2>



<h3 class="wp-block-heading">2.1 文件上传失败</h3>



<details class="wp-block-details is-layout-flow wp-block-details-is-layout-flow"><summary>2025-5-16 解决</summary>
<p>包括图片文件和主题文件，在上传时可能会上传失败，解决方式如下：</p>



<p>2.1.1 上传主题文件时，第一次报错：request entity is large，解决步骤如下</p>



<figure class="wp-block-riovizual-tablebuilder is-style-stripes rv_tb-6eb619eb-878f-4ee3-9680-384f6c72e0d5 is-scroll-on-mobile" rv-tb-responsive-breakpoint="768px"><table class=""><thead><tr><th class="rv_tb-cell rv_tb-row-0-cell-0 rv_tb-rs-row-0-cell-0 rv_tb-cs-row-0-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">序号</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-1 rv_tb-rs-row-0-cell-1 rv_tb-cs-row-0-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">操作</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-2 rv_tb-rs-row-0-cell-2 rv_tb-cs-row-0-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">图示</div></div></div></th></tr></thead><tbody><tr><td class="rv_tb-cell rv_tb-row-1-cell-0 rv_tb-rs-row-1-cell-0 rv_tb-cs-row-1-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">1</div></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-1 rv_tb-rs-row-1-cell-1 rv_tb-cs-row-1-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">登录进入服务器</div></div></div><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-1"><ul class="rv_tb-list"><li>打开服务器实例</li><li>远程登录进入服务器</li></ul></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-2 rv_tb-rs-row-1-cell-2 rv_tb-cs-row-1-cell-2"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="http://47.109.203.158/wp-content/uploads/2025/05/image-1.png"/></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-2-cell-0 rv_tb-rs-row-2-cell-0 rv_tb-cs-row-2-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">2</div></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-1 rv_tb-rs-row-2-cell-1 rv_tb-cs-row-2-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">找到<strong><code>php.ini</code></strong>文件，linux一般在<br>&#8211; /etc/php/8.x/apache2/php.ini（Apache）<br>&#8211; /etc/php/8.x/fpm/php.ini（Nginx + PHP-FPM）</div></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-2 rv_tb-rs-row-2-cell-2 rv_tb-cs-row-2-cell-2"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="http://47.109.203.158/wp-content/uploads/2025/05/image-2.png"/></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-3-cell-0 rv_tb-rs-row-3-cell-0 rv_tb-cs-row-3-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">3</div></div></div></td><td class="rv_tb-cell rv_tb-row-3-cell-1 rv_tb-rs-row-3-cell-1 rv_tb-cs-row-3-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">修改参数，保存</div></div></div><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-1"><ul class="rv_tb-list"><li>upload_max_filesize = 64M</li></ul></div></div></td><td class="rv_tb-cell rv_tb-row-3-cell-2 rv_tb-rs-row-3-cell-2 rv_tb-cs-row-3-cell-2"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="http://47.109.203.158/wp-content/uploads/2025/05/image-3.png"/></div></div></td></tr></tbody></table></figure>



<p>2.2.2 再次上传时，继续报错：413 Request Entity Too Large nginx/1.18.0 (Ubuntu)</p>



<figure class="wp-block-riovizual-tablebuilder is-style-stripes rv_tb-5397f5ea-0b45-427d-a704-d042a9ae70fe is-scroll-on-mobile" rv-tb-responsive-breakpoint="768px"><table class=""><thead><tr><th class="rv_tb-cell rv_tb-row-0-cell-0 rv_tb-rs-row-0-cell-0 rv_tb-cs-row-0-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">序号</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-1 rv_tb-rs-row-0-cell-1 rv_tb-cs-row-0-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">操作</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-2 rv_tb-rs-row-0-cell-2 rv_tb-cs-row-0-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">图示</div></div></div></th></tr></thead><tbody><tr><td class="rv_tb-cell rv_tb-row-1-cell-0 rv_tb-rs-row-1-cell-0 rv_tb-cs-row-1-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">1</div></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-1 rv_tb-rs-row-1-cell-1 rv_tb-cs-row-1-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">登录进入服务器（同上）</div></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-2 rv_tb-rs-row-1-cell-2 rv_tb-cs-row-1-cell-2"><div class="rv_tb-element"></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-2-cell-0 rv_tb-rs-row-2-cell-0 rv_tb-cs-row-2-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">2</div></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-1 rv_tb-rs-row-2-cell-1 rv_tb-cs-row-2-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">找到Nginx配置文件<br>&#8211; /etc/nginx/nginx.conf</div></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-2 rv_tb-rs-row-2-cell-2 rv_tb-cs-row-2-cell-2"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="http://47.109.203.158/wp-content/uploads/2025/05/image-5.png"/></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-3-cell-0 rv_tb-rs-row-3-cell-0 rv_tb-cs-row-3-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">3</div></div></div></td><td class="rv_tb-cell rv_tb-row-3-cell-1 rv_tb-rs-row-3-cell-1 rv_tb-cs-row-3-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">增加配置信息，保存</div></div></div><div class="rv_tb-element"><div class="rv_tb-shortcode cell-element-1">client_max_body_size 64M;  # 允许上传最大 64MB 的文件（可调整</div></div></td><td class="rv_tb-cell rv_tb-row-3-cell-2 rv_tb-rs-row-3-cell-2 rv_tb-cs-row-3-cell-2"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="http://47.109.203.158/wp-content/uploads/2025/05/image-6.png"/></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-4-cell-0 rv_tb-rs-row-4-cell-0 rv_tb-cs-row-4-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">4</div></div></div></td><td class="rv_tb-cell rv_tb-row-4-cell-1 rv_tb-rs-row-4-cell-1 rv_tb-cs-row-4-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">重启服务，挨个执行回车，其中php8.x是指自己的版本，这里我的是8.0<br>Apache: sudo systemctl restart apache2<br>Nginx: sudo systemctl restart nginx<br>PHP-FPM: sudo systemctl restart php8.x-fpm</div></div></div></td><td class="rv_tb-cell rv_tb-row-4-cell-2 rv_tb-rs-row-4-cell-2 rv_tb-cs-row-4-cell-2"><div class="rv_tb-element"><div class="rv_tb-image cell-element-0"><img decoding="async" loading="lazy" src="http://47.109.203.158/wp-content/uploads/2025/05/image-7.png"/></div></div></td></tr></tbody></table></figure>



<p>毕~</p>
</details>



<h3 class="wp-block-heading">2.2 SSL设置后不生效</h3>



<details class="wp-block-details is-layout-flow wp-block-details-is-layout-flow"><summary>2025-5-19 解决<br></summary>
<p>设置完成后，浏览器访问时一直提示没成功，但是在无痕模式下没问题。</p>



<p>不是没生效，而是受缓存影响，浏览器清除该站点的数据后关闭浏览器重新打开生效。</p>
</details>



<h3 class="wp-block-heading">2.3 SSL-mixed content</h3>



<p>部署SSL证书后，发现文章中的图片资源裂开，最后是因为资源文件还是通过http访问。</p>



<details class="wp-block-details is-layout-flow wp-block-details-is-layout-flow"><summary>2025-6-1 解决</summary>
<p>使用插件解决，really simple ssl</p>
</details>



<p></p>
<p><a rel="nofollow" href="https://0to60.top/blog%ef%bc%8cwordpress%e5%b8%b8%e7%94%a8%e8%ae%be%e7%bd%ae%e5%8f%8a%e6%8f%92%e4%bb%b6%e6%8e%a8%e8%8d%90/">Blog，WordPress常用设置及插件推荐</a>最先出现在<a rel="nofollow" href="https://0to60.top">0260</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://0to60.top/blog%ef%bc%8cwordpress%e5%b8%b8%e7%94%a8%e8%ae%be%e7%bd%ae%e5%8f%8a%e6%8f%92%e4%bb%b6%e6%8e%a8%e8%8d%90/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Blog，写作真经</title>
		<link>https://0to60.top/blog%ef%bc%8c%e5%86%99%e4%bd%9c%e7%9c%9f%e7%bb%8f/</link>
					<comments>https://0to60.top/blog%ef%bc%8c%e5%86%99%e4%bd%9c%e7%9c%9f%e7%bb%8f/#respond</comments>
		
		<dc:creator><![CDATA[burson]]></dc:creator>
		<pubDate>Thu, 15 May 2025 02:58:27 +0000</pubDate>
				<category><![CDATA[blog旅途]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[写作]]></category>
		<category><![CDATA[真经]]></category>
		<guid isPermaLink="false">http://47.109.203.158/?p=258</guid>

					<description><![CDATA[<p>本文目的是为了提升写作效率和质量，将&#46;&#46;&#46;</p>
<p><a rel="nofollow" href="https://0to60.top/blog%ef%bc%8c%e5%86%99%e4%bd%9c%e7%9c%9f%e7%bb%8f/">Blog，写作真经</a>最先出现在<a rel="nofollow" href="https://0to60.top">0260</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p>本文目的是为了提升写作效率和质量，将踩过的坑进行总结。</p>



<p>我不太相信成功学，但是我坚信</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>失败是成功ta母。</p>
</blockquote>



<figure class="wp-block-riovizual-tablebuilder is-style-stripes rv_tb-7415d4b2-7bc7-41b3-8f4a-42bf3d112005 is-scroll-on-mobile" rv-tb-responsive-breakpoint="768px"><table class=""><thead><tr><th class="rv_tb-cell rv_tb-row-0-cell-0 rv_tb-rs-row-0-cell-0 rv_tb-cs-row-0-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">序号</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-1 rv_tb-rs-row-0-cell-1 rv_tb-cs-row-0-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">坑名</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-2 rv_tb-rs-row-0-cell-2 rv_tb-cs-row-0-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">描述</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-3 rv_tb-rs-row-0-cell-3 rv_tb-cs-row-0-cell-3"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">记录时间</div></div></div></th></tr></thead><tbody><tr><td class="rv_tb-cell rv_tb-row-1-cell-0 rv_tb-rs-row-1-cell-0 rv_tb-cs-row-1-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">1</div></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-1 rv_tb-rs-row-1-cell-1 rv_tb-cs-row-1-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">写作输出过程中，心中默念时：<br>不要用方言！<br>不要用方言！<br>不要用方言！</div></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-2 rv_tb-rs-row-1-cell-2 rv_tb-cs-row-1-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">不得不说，口语中方言(川渝)更个性化，但写成文章后在结构及逻辑上会有所欠缺。</div></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-3 rv_tb-rs-row-1-cell-3 rv_tb-cs-row-1-cell-3"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">2025-5-15</div></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-2-cell-0 rv_tb-rs-row-2-cell-0 rv_tb-cs-row-2-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">2</div></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-1 rv_tb-rs-row-2-cell-1 rv_tb-cs-row-2-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">每一篇文章必须<br>有主题！<br>有大纲！<br>不要踩西瓜皮！</div></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-2 rv_tb-rs-row-2-cell-2 rv_tb-cs-row-2-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">没有目标的写作费时费力，容易自我感动，关键是最后的内容质量堪忧。</div></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-3 rv_tb-rs-row-2-cell-3 rv_tb-cs-row-2-cell-3"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">2025-5-15</div></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-3-cell-0 rv_tb-rs-row-3-cell-0 rv_tb-cs-row-3-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">3</div></div></div></td><td class="rv_tb-cell rv_tb-row-3-cell-1 rv_tb-rs-row-3-cell-1 rv_tb-cs-row-3-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">用词不要赘余</div></div></div></td><td class="rv_tb-cell rv_tb-row-3-cell-2 rv_tb-rs-row-3-cell-2 rv_tb-cs-row-3-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">如：我开始了我的博客生活，我的就过于赘余。</div></div></div></td><td class="rv_tb-cell rv_tb-row-3-cell-3 rv_tb-rs-row-3-cell-3 rv_tb-cs-row-3-cell-3"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">2025-5-15</div></div></div></td></tr></tbody></table></figure>



<p></p>
<p><a rel="nofollow" href="https://0to60.top/blog%ef%bc%8c%e5%86%99%e4%bd%9c%e7%9c%9f%e7%bb%8f/">Blog，写作真经</a>最先出现在<a rel="nofollow" href="https://0to60.top">0260</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://0to60.top/blog%ef%bc%8c%e5%86%99%e4%bd%9c%e7%9c%9f%e7%bb%8f/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Blog，写作效率&#038;传播价值的思考</title>
		<link>https://0to60.top/blog%ef%bc%8c%e7%ab%99%e7%82%b9%e8%ae%be%e7%bd%ae/</link>
					<comments>https://0to60.top/blog%ef%bc%8c%e7%ab%99%e7%82%b9%e8%ae%be%e7%bd%ae/#respond</comments>
		
		<dc:creator><![CDATA[burson]]></dc:creator>
		<pubDate>Wed, 14 May 2025 02:23:16 +0000</pubDate>
				<category><![CDATA[blog旅途]]></category>
		<guid isPermaLink="false">http://47.109.203.158/?p=174</guid>

					<description><![CDATA[<p>引言 《Hello，Blog》文章意&#46;&#46;&#46;</p>
<p><a rel="nofollow" href="https://0to60.top/blog%ef%bc%8c%e7%ab%99%e7%82%b9%e8%ae%be%e7%bd%ae/">Blog，写作效率&amp;传播价值的思考</a>最先出现在<a rel="nofollow" href="https://0to60.top">0260</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">引言</h2>



<p><a href="http://47.109.203.158/2025/05/08/hello-world/" data-type="post" data-id="1" target="_blank" rel="noreferrer noopener">《Hello，Blog》</a>文章意味着我开始了博客生活，在此基础上，我需考虑2个问题：</p>



<ul class="wp-block-list">
<li>文章写作怎么提高效率</li>



<li>如何提升文章的价值</li>
</ul>



<h2 class="wp-block-heading"><strong>一、提升文章的写作效率</strong></h2>



<p>为什么会有此考虑？原因是在于文章写作过程中，我发现时间成本较高。</p>



<p>当做一个持续的事项时，时间成本将成为首要阻碍。</p>



<p>所以，我在做的过程中不断的总结如何提高输出效率，如下所述：</p>



<figure class="wp-block-riovizual-tablebuilder is-style-stripes rv_tb-7e139e66-172f-4a06-86b1-37b1fc557934 is-scroll-on-mobile" rv-tb-responsive-breakpoint="768px"><table class=""><thead><tr><th class="rv_tb-cell rv_tb-row-0-cell-0 rv_tb-rs-row-0-cell-0 rv_tb-cs-row-0-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">问题</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-1 rv_tb-rs-row-0-cell-1 rv_tb-cs-row-0-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">解决方式</div></div></div></th></tr></thead><tbody><tr><td class="rv_tb-cell rv_tb-row-1-cell-0 rv_tb-rs-row-1-cell-0 rv_tb-cs-row-1-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">输出时，踩西瓜皮，写到哪滑到哪，没有主干，容易陷入到旁支细节的泥潭中，耗时较长</div></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-1 rv_tb-rs-row-1-cell-1 rv_tb-cs-row-1-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">总结文章输出思路，行程套路模板，每篇文章前先形成大纲，输出过程中涌现的零碎灵感暂时只记录不做过多分析。</div></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-2-cell-0 rv_tb-rs-row-2-cell-0 rv_tb-cs-row-2-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">在输出表达时，有些想法需要借助表达载体形式，如表格，Tab切换，图像，todolist，URL链接预览，原生编辑器不能很好的支持</div></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-1 rv_tb-rs-row-2-cell-1 rv_tb-cs-row-2-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">不同的载体形式需要寻找合适的插件（如果只考虑写作本身，可以考虑markdown编辑器）</div></div></div><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-1"><ul class="rv_tb-list"><li>表格，经过多个插件试验，最后采用的是tablebuilder插件</li><li>URL卡片预览，visul link preview</li><li>区块合集，ultimate blocks</li><li>流程图，merpress</li></ul></div></div></td></tr></tbody></table></figure>



<h2 class="wp-block-heading"><strong>二、提升文章的价值</strong></h2>



<p>如何提升文章价值这个问题，首先要回答一个问题：<strong>文章的价值是什么？</strong></p>



<p>其实在<a href="http://47.109.203.158/2025/05/08/hello-world/" data-type="post" data-id="1">《Hello，Blog》</a>中也提到过</p>



<ol class="wp-block-list">
<li>巩固自身的学习成果。通过输出过程将一件事情搞明白，搞清楚，而不是停留在知识幻觉中（好像懂了，真正做的时候遇到盲点）。</li>



<li>在输出过程中建立记忆索引的节点，抗遗忘，同时可以作为外挂的记忆体。</li>



<li>让思维资产更易传播。</li>
</ol>



<p>其中1和2是个长期持续的过程。</p>



<p>本次重点考虑如何提升文章的传播价值，参考AISAS模型，我将受众与文章内容分为以下阶段，理论上每个阶段都有很大的提升空间。</p>



<div class="wp-block-merpress-mermaidjs diagram-source-mermaid"><pre class="mermaid">graph LR
    A[内容感知] --> B[产生兴趣]
    B --> C[获取内容价值]
    C --> D[内容交互]
    D --> E[内容分享]</pre></div>



<figure class="wp-block-riovizual-tablebuilder is-style-stripes rv_tb-5081d02d-043c-4a6d-a59c-f25fe3e6f870 is-scroll-on-mobile" rv-tb-responsive-breakpoint="768px"><table class=""><thead><tr><th class="rv_tb-cell rv_tb-row-0-cell-0 rv_tb-rs-row-0-cell-0 rv_tb-cs-row-0-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">阶段</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-1 rv_tb-rs-row-0-cell-1 rv_tb-cs-row-0-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">描述</div></div></div></th><th class="rv_tb-cell rv_tb-row-0-cell-2 rv_tb-rs-row-0-cell-2 rv_tb-cs-row-0-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">优化项</div></div></div></th></tr></thead><tbody><tr><td class="rv_tb-cell rv_tb-row-1-cell-0 rv_tb-rs-row-1-cell-0 rv_tb-cs-row-1-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">内容感知</div></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-1 rv_tb-rs-row-1-cell-1 rv_tb-cs-row-1-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">如何让更多的受众感知到内容？</div></div></div></td><td class="rv_tb-cell rv_tb-row-1-cell-2 rv_tb-rs-row-1-cell-2 rv_tb-cs-row-1-cell-2"><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-0"><ul class="rv_tb-list"><li>SEO</li><li>社媒推广</li><li>多渠道分发</li><li>利用内容聚合平台</li></ul></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-2-cell-0 rv_tb-rs-row-2-cell-0 rv_tb-cs-row-2-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">产生兴趣</div></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-1 rv_tb-rs-row-2-cell-1 rv_tb-cs-row-2-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">如何让受众对文章产生兴趣</div></div></div></td><td class="rv_tb-cell rv_tb-row-2-cell-2 rv_tb-rs-row-2-cell-2 rv_tb-cs-row-2-cell-2"><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-0"><ul class="rv_tb-list"><li>开篇要有力，明确主题和价值，快速告诉受众能获得什么。可利用标题党的原理提高心智占领的几率。</li><li>突出内容的独特性和价值主张。由于我的内容是关于在新领域中从0到多的过程体验，所有的内容都将以流程思想将体验过程标准化，让受众像小白一样跟着操作就能获得类似的体验结果，其价值主张是JUST DO IT~</li><li>内容与受众高度相关。<strong>这一点从本质上决定了做泛内容的个人博客不太可能真正做起来，因为不同领域的内容对应不同的受众，而有限的内容生产能力不太可能照顾不同的受众。这也决定了我会将个人博客作为内容生产基地，而传播价值这块会转移到其他内容平台中</strong>，后续会以一个实践项目进行尝试。</li><li>提升内容的可读性。在排版、视觉元素等方面都需要在不断的输出中总结。</li></ul></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-3-cell-0 rv_tb-rs-row-3-cell-0 rv_tb-cs-row-3-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">获取内容价值</div></div></div></td><td class="rv_tb-cell rv_tb-row-3-cell-1 rv_tb-rs-row-3-cell-1 rv_tb-cs-row-3-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">如何让受众真正获取到价值</div></div></div></td><td class="rv_tb-cell rv_tb-row-3-cell-2 rv_tb-rs-row-3-cell-2 rv_tb-cs-row-3-cell-2"><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-0"><ul class="rv_tb-list"><li>提供实用性和可操作性。如果内容是知识性或技能性的，尽量提高具体的步骤、方法、工具，就像一本菜鸟引导一样，按着内容just do it，提供踩坑指南，我相信这一部分能让人十分兴奋。</li><li>结构清晰，严谨。切勿踩西瓜皮，想到哪写到哪，一定要跟着大纲走。</li><li>信息载体某种程度上决定了阅读者的接收效率。实操视频>图文>纯文本，当然不同的信息载体生产成本也是有区别的，可以折中考虑。</li><li>对于长内容本身，需要设置目录、锚点，方便快速跳转。</li></ul></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-4-cell-0 rv_tb-rs-row-4-cell-0 rv_tb-cs-row-4-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">内容交互</div></div></div></td><td class="rv_tb-cell rv_tb-row-4-cell-1 rv_tb-rs-row-4-cell-1 rv_tb-cs-row-4-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">如何让受众与内容产生交互</div></div></div></td><td class="rv_tb-cell rv_tb-row-4-cell-2 rv_tb-rs-row-4-cell-2 rv_tb-cs-row-4-cell-2"><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-0"><ul class="rv_tb-list"><li>明确的引导和呼吁，包括：开放式提问，引导评论，请求反馈。</li><li>设计互动交互环节，如果平台有一些方便的互动工具就更好了。</li><li>运营互动环境，积极回复，鼓励建设性讨论，妥善处理负面争议性讨论。</li><li>内容交互是为了增加受众粘性，为达到这个目标，可进行社群运营，比如引导至自己的社区。</li></ul></div></div></td></tr><tr><td class="rv_tb-cell rv_tb-row-5-cell-0 rv_tb-rs-row-5-cell-0 rv_tb-cs-row-5-cell-0"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">内容分享</div></div></div></td><td class="rv_tb-cell rv_tb-row-5-cell-1 rv_tb-rs-row-5-cell-1 rv_tb-cs-row-5-cell-1"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">如何让受众分享内容</div></div></div></td><td class="rv_tb-cell rv_tb-row-5-cell-2 rv_tb-rs-row-5-cell-2 rv_tb-cs-row-5-cell-2"><div class="rv_tb-element"><div class="rv_tb-text-wrap rv_justify cell-element-0"><div class="rv_tb-text">首先内容值得被分享，高匹配（内容和受众要匹配），高价值(实用性，启发性，独特性)，情感共鸣（触动个人情感，感同身受），社交货币（帮助受众塑造个人形象，分享热点谈资）。除内容本身外，还有以下需要考虑：</div></div></div><div class="rv_tb-element"><div class="rv_tb-list-wrap rv_justify cell-element-1"><ul class="rv_tb-list"><li>极简的分享操作</li><li>便捷的分享素材，分享卡片</li><li>适当的分享激励</li><li>增强分享意愿，利用羊群效应，点赞数、分享数、收藏数UP起来</li><li>分享反馈，对于分享的用户，进行感谢互动，增强其交互体验</li></ul></div></div></td></tr></tbody></table></figure>



<p><strong>最后</strong></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>实践，是检验真理的唯一标准。</p>
</blockquote>



<p>接下来，将对本文提到的待提升点(可实操落地)挨个尝试处理，可能需要一些时间。</p>



<ul class="wp-block-list">
<li>网站视觉主题</li>



<li>文章目录及锚点</li>



<li>丰富文章载体形式(视频，图片，表格，流程图，数据图等)</li>



<li>分享流程体验</li>



<li>社群引导</li>



<li>SEO相关</li>
</ul>



<p>至于理论化的部分，将启动一个新领域的项目进行尝试。</p>



<p></p>
<p><a rel="nofollow" href="https://0to60.top/blog%ef%bc%8c%e7%ab%99%e7%82%b9%e8%ae%be%e7%bd%ae/">Blog，写作效率&amp;传播价值的思考</a>最先出现在<a rel="nofollow" href="https://0to60.top">0260</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://0to60.top/blog%ef%bc%8c%e7%ab%99%e7%82%b9%e8%ae%be%e7%bd%ae/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Blog，WordPress搭建部署 &#038; 文章输出</title>
		<link>https://0to60.top/blog%ef%bc%8c%e5%bf%ab%e9%80%9f%e6%89%a7%e8%a1%8c/</link>
					<comments>https://0to60.top/blog%ef%bc%8c%e5%bf%ab%e9%80%9f%e6%89%a7%e8%a1%8c/#respond</comments>
		
		<dc:creator><![CDATA[burson]]></dc:creator>
		<pubDate>Tue, 13 May 2025 06:49:12 +0000</pubDate>
				<category><![CDATA[blog旅途]]></category>
		<category><![CDATA[WordPress搭建部署]]></category>
		<category><![CDATA[小白操作指引]]></category>
		<guid isPermaLink="false">http://47.109.203.158/?p=97</guid>

					<description><![CDATA[<p>一、引言 基于上一篇文章《Blog，&#46;&#46;&#46;</p>
<p><a rel="nofollow" href="https://0to60.top/blog%ef%bc%8c%e5%bf%ab%e9%80%9f%e6%89%a7%e8%a1%8c/">Blog，WordPress搭建部署 &amp; 文章输出</a>最先出现在<a rel="nofollow" href="https://0to60.top">0260</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading has-black-color has-text-color has-link-color wp-elements-85dcae7dd2267e56ebac9f0847c1ba58" id="0-%E4%B8%80%E3%80%81%E5%BC%95%E8%A8%80">一、引言</h2>



<p>基于上一篇文章<a href="http://47.109.203.158/2025/05/12/blog%ef%bc%8c%e5%bf%ab%e9%80%9f%e5%bc%80%e5%a7%8b/" data-type="post" data-id="86" target="_blank" rel="noreferrer noopener nofollow">《Blog，启动》</a>，搭建自己的博客网站，可按以下操作步骤：</p>



<ol class="wp-block-list">
<li>进入云服务器平台官网
<ul class="wp-block-list">
<li>目前较多的就是阿里云或者腾讯云，这里我选择了阿里云服务器ECS，根据AI推荐，它能一键部署wordpress，适合我这种小白。</li>



<li>操作决策时间：10分钟。</li>
</ul>
</li>



<li>购买或者白嫖云服务器
<ul class="wp-block-list">
<li>初次尝试，成本控制下，100R/元以内即可，能白嫖就白嫖。</li>



<li>操作/决策时间：20分钟。</li>
</ul>
</li>



<li>搭建部署WordPress
<ul class="wp-block-list">
<li>初次尝试，既然是一键部署，应该不会太久</li>



<li>预估时间，60分钟。</li>
</ul>
</li>



<li>写一篇文章
<ul class="wp-block-list">
<li>第一篇文章，开启我的新篇章，还是稍微构思下，哈哈</li>



<li>预估时间：60分钟。</li>
</ul>
</li>
</ol>



<h2 class="wp-block-heading" id="1-%E4%BA%8C%E3%80%81%E6%93%8D%E4%BD%9C%E6%89%A7%E8%A1%8C">二、操作执行</h2>



<h3 class="wp-block-heading" id="2-21-%E8%BF%9B%E5%85%A5%E4%BA%91%E6%9C%8D%E5%8A%A1%E5%99%A8%E5%B9%B3%E5%8F%B0%E3%80%82%E6%88%91%E9%80%89%E7%9A%84%E9%98%BF%E9%87%8C%E4%BA%91%EF%BC%8C%E8%87%AA%E7%84%B6%E8%BF%9B%E9%98%BF%E9%87%8C%E4%BA%91%E5%B9%B3%E5%8F%B0%E9%A1%B5%E9%9D%A2%E3%80%82">2.1 进入云服务器平台。</h3>



<p>我选的阿里云，自然进阿里云平台页面。</p>


<div><div class="wp-block-pluginette-todo-block-item-wrapper"><input class="wp-block-pluginette-todo-input" type="checkbox" value="1"  checked='checked' data-readonly="true" onclick="this.checked=!this.checked;"  />
<div class="wp-block-pluginette-todo-block-item has-vivid-green-cyan-color has-text-color has-link-color">执行状态：DONE</div>
</div><input type="hidden" id="tdb_nonce_input_id" value="46b5945dff"><input type="hidden" id="tdb_post_id" value="97"></div>

https://www.aliyun.com/daily-act/ecs/activity_selection?source=5176.29345612&#038;userCode=7gwy9jbo


<h3 class="wp-block-heading" id="3-22-%E8%B4%AD%E4%B9%B0%E6%88%96%E8%80%85%E7%99%BD%E5%AB%96%E4%BA%91%E6%9C%8D%E5%8A%A1%E5%99%A8%E3%80%82">2.2 购买或者白嫖云服务器。</h3>



<p>点击以上链接，找到最便宜的一款ECS服务，我这里选择99元/年的。新用户能免费试用，也有60多的，由于我的目标是长期输出，所以选的99元的款，还是要看个人的需求。</p>


<div><div class="wp-block-pluginette-todo-block-item-wrapper"><input class="wp-block-pluginette-todo-input" type="checkbox" value="1"  checked='checked'   />
<div class="wp-block-pluginette-todo-block-item has-vivid-green-cyan-color has-text-color has-link-color">执行状态：DONE</div>
</div><input type="hidden" id="tdb_nonce_input_id" value="46b5945dff"><input type="hidden" id="tdb_post_id" value="97"></div>


<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="486" data-id="117" src="http://47.109.203.158/wp-content/uploads/2025/05/screenshot-20250513-151033-1024x486.png" alt="" class="wp-image-117" srcset="https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-151033-1024x486.png 1024w, https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-151033-300x142.png 300w, https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-151033-768x364.png 768w, https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-151033-1536x729.png 1536w, https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-151033.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">选择合适的云服务器</figcaption></figure>



<figure class="wp-block-image size-full is-style-default"><img decoding="async" width="856" height="729" data-id="118" src="http://47.109.203.158/wp-content/uploads/2025/05/screenshot-20250513-151456.png" alt="" class="wp-image-118" srcset="https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-151456.png 856w, https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-151456-300x255.png 300w, https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-151456-768x654.png 768w" sizes="(max-width: 856px) 100vw, 856px" /><figcaption class="wp-element-caption">下单购买or白嫖</figcaption></figure>
</figure>



<h3 class="wp-block-heading">2.3 搭建部署WordPress</h3>



<p>比我想象的还要傻瓜，我以为是买了服务器后自己还要捣鼓一下，没想到在购买完成后，已经自动安装。</p>



<p>此时，我只需要登录公网IP，然后设置网站，就可以进入我的后台。</p>


<div><div class="wp-block-pluginette-todo-block-item-wrapper"><input class="wp-block-pluginette-todo-input" type="checkbox" value="1"  checked='checked' data-readonly="true" onclick="this.checked=!this.checked;"  />
<div class="wp-block-pluginette-todo-block-item has-vivid-green-cyan-color has-text-color has-link-color">执行状态：DONE</div>
</div><input type="hidden" id="tdb_nonce_input_id" value="46b5945dff"><input type="hidden" id="tdb_post_id" value="97"></div>


<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="486" data-id="122" src="http://47.109.203.158/wp-content/uploads/2025/05/云服务器-控制台-1024x486.png" alt="" class="wp-image-122" srcset="https://0to60.top/wp-content/uploads/2025/05/云服务器-控制台-1024x486.png 1024w, https://0to60.top/wp-content/uploads/2025/05/云服务器-控制台-300x142.png 300w, https://0to60.top/wp-content/uploads/2025/05/云服务器-控制台-768x364.png 768w, https://0to60.top/wp-content/uploads/2025/05/云服务器-控制台-1536x729.png 1536w, https://0to60.top/wp-content/uploads/2025/05/云服务器-控制台.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">控制台界面</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="486" data-id="120" src="http://47.109.203.158/wp-content/uploads/2025/05/云服务器-实例-1024x486.png" alt="" class="wp-image-120" srcset="https://0to60.top/wp-content/uploads/2025/05/云服务器-实例-1024x486.png 1024w, https://0to60.top/wp-content/uploads/2025/05/云服务器-实例-300x142.png 300w, https://0to60.top/wp-content/uploads/2025/05/云服务器-实例-768x364.png 768w, https://0to60.top/wp-content/uploads/2025/05/云服务器-实例-1536x729.png 1536w, https://0to60.top/wp-content/uploads/2025/05/云服务器-实例.png 1920w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">找到公网IP</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="486" data-id="121" src="http://47.109.203.158/wp-content/uploads/2025/05/WP-后台-1024x486.png" alt="" class="wp-image-121" srcset="https://0to60.top/wp-content/uploads/2025/05/WP-后台-1024x486.png 1024w, https://0to60.top/wp-content/uploads/2025/05/WP-后台-300x142.png 300w, https://0to60.top/wp-content/uploads/2025/05/WP-后台-768x364.png 768w, https://0to60.top/wp-content/uploads/2025/05/WP-后台-1536x729.png 1536w, https://0to60.top/wp-content/uploads/2025/05/WP-后台.png 1920w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">公网IP访问后界面</figcaption></figure>
</figure>



<h3 class="wp-block-heading">2.4. 写一篇文章</h3>



<p>哈哈，就来一篇《hello，blog~》吧</p>


<div><div class="wp-block-pluginette-todo-block-item-wrapper"><input class="wp-block-pluginette-todo-input" type="checkbox" value="1"  checked='checked'   />
<div class="wp-block-pluginette-todo-block-item has-vivid-green-cyan-color has-text-color has-link-color">执行状态：DONE (ps：写完后补的)</div>
</div><input type="hidden" id="tdb_nonce_input_id" value="46b5945dff"><input type="hidden" id="tdb_post_id" value="97"></div>


<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="486" data-id="133" src="http://47.109.203.158/wp-content/uploads/2025/05/screenshot-20250513-154514-1024x486.png" alt="" class="wp-image-133" srcset="https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-154514-1024x486.png 1024w, https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-154514-300x142.png 300w, https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-154514-768x364.png 768w, https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-154514-1536x729.png 1536w, https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-154514.png 1920w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">wp后台-文章</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="486" data-id="132" src="http://47.109.203.158/wp-content/uploads/2025/05/screenshot-20250513-154217-1024x486.png" alt="" class="wp-image-132" srcset="https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-154217-1024x486.png 1024w, https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-154217-300x142.png 300w, https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-154217-768x364.png 768w, https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-154217-1536x729.png 1536w, https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-154217.png 1920w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">《hello，blog》</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="486" data-id="131" src="http://47.109.203.158/wp-content/uploads/2025/05/screenshot-20250513-154236-1024x486.png" alt="" class="wp-image-131" srcset="https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-154236-1024x486.png 1024w, https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-154236-300x142.png 300w, https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-154236-768x364.png 768w, https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-154236-1536x729.png 1536w, https://0to60.top/wp-content/uploads/2025/05/screenshot-20250513-154236.png 1920w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">发布后前端展示</figcaption></figure>
</figure>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="612" height="216" data-id="137" src="http://47.109.203.158/wp-content/uploads/2025/05/istockphoto-1368531657-612x612-1.jpg" alt="" class="wp-image-137" srcset="https://0to60.top/wp-content/uploads/2025/05/istockphoto-1368531657-612x612-1.jpg 612w, https://0to60.top/wp-content/uploads/2025/05/istockphoto-1368531657-612x612-1-300x106.jpg 300w" sizes="auto, (max-width: 612px) 100vw, 612px" /></figure>
</figure>
<p><a rel="nofollow" href="https://0to60.top/blog%ef%bc%8c%e5%bf%ab%e9%80%9f%e6%89%a7%e8%a1%8c/">Blog，WordPress搭建部署 &amp; 文章输出</a>最先出现在<a rel="nofollow" href="https://0to60.top">0260</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://0to60.top/blog%ef%bc%8c%e5%bf%ab%e9%80%9f%e6%89%a7%e8%a1%8c/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Blog，启动</title>
		<link>https://0to60.top/blog%ef%bc%8c%e5%bf%ab%e9%80%9f%e5%bc%80%e5%a7%8b/</link>
					<comments>https://0to60.top/blog%ef%bc%8c%e5%bf%ab%e9%80%9f%e5%bc%80%e5%a7%8b/#comments</comments>
		
		<dc:creator><![CDATA[burson]]></dc:creator>
		<pubDate>Mon, 12 May 2025 08:31:10 +0000</pubDate>
				<category><![CDATA[blog旅途]]></category>
		<guid isPermaLink="false">http://47.109.203.158/?p=86</guid>

					<description><![CDATA[<p>之后每一个新领域的开启，我都将以《x&#46;&#46;&#46;</p>
<p><a rel="nofollow" href="https://0to60.top/blog%ef%bc%8c%e5%bf%ab%e9%80%9f%e5%bc%80%e5%a7%8b/">Blog，启动</a>最先出现在<a rel="nofollow" href="https://0to60.top">0260</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p>之后每一个新领域的开启，我都将以<em><strong>《xxx，启动》</strong></em> 文章形式进行记录。</p>



<h2 class="wp-block-heading">一、<strong>文章的作用有两个</strong></h2>



<ol class="wp-block-list">
<li>为什么要开启这个领域，本次比较特殊，放在了<a href="http://47.109.203.158/2025/05/08/hello-world/" data-type="post" data-id="1" target="_blank" rel="noreferrer noopener">《Hello，Blog》</a>中进行描述。</li>



<li>是对抗准备陷阱，我信奉的是Learn By Doing，而<strong>开始做</strong>的最大敌人是准备。</li>
</ol>



<p>如何避免无休止的准备，快速进入做的状态？</p>



<p>这儿有一个简单的方式：定义目标，拆解目标，得到可执行的任务清单。拆解到什么程度合适？时间短、可操作落地即可。</p>



<h2 class="wp-block-heading">二、本次拆解思路</h2>



<p><strong>Blog目标</strong>：通过博客输出自己的在新领域的探索及成长历程。</p>



<p><strong>最小化可执行的目标：</strong>写一篇文章《hello，blog》的文章</p>



<p><strong>MVP拆解思路：</strong></p>



<ul class="wp-block-list">
<li>首先我需要有一个平台或者工具（PS：我一直想有个自己的博客网站）
<ul class="wp-block-list">
<li>想搭一个自己的博客网站，需要准备些什么问下AI即可</li>



<li>主干是将博客网站跑起来，越快越好，切忌陷入技术细节的泥潭</li>
</ul>
</li>
</ul>



<ul class="wp-block-list">
<li>写一篇文章《hello，blog》</li>
</ul>



<p><strong>拆解思路后，通过AI咨询(就用国内的deepseek即可)我得到了快速落地的执行路径</strong>：</p>



<ol class="wp-block-list">
<li>找到一个云服务器平台。
<ul class="wp-block-list">
<li>目前较多的就是阿里云或者腾讯云，这里我选择了阿里云。看中了一键部署wordpress，适合我这种小白。</li>



<li>操作决策时间：10分钟。</li>
</ul>
</li>



<li>购买或者白嫖云服务器。
<ul class="wp-block-list">
<li>初次尝试，成本控制下，100R/元以内即可，能白嫖就白嫖。</li>



<li>操作/决策时间：20分钟。</li>
</ul>
</li>



<li>搭建部署。
<ul class="wp-block-list">
<li>初次尝试，既然是一级部署，应该不会太久</li>



<li>预估时间，60分钟。</li>
</ul>
</li>



<li>写一篇文章
<ul class="wp-block-list">
<li>第一篇文章，开启我的新篇章，还是稍微构思下，哈哈</li>



<li>预估时间：60分钟。</li>
</ul>
</li>
</ol>
<p><a rel="nofollow" href="https://0to60.top/blog%ef%bc%8c%e5%bf%ab%e9%80%9f%e5%bc%80%e5%a7%8b/">Blog，启动</a>最先出现在<a rel="nofollow" href="https://0to60.top">0260</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://0to60.top/blog%ef%bc%8c%e5%bf%ab%e9%80%9f%e5%bc%80%e5%a7%8b/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Hello，Blog</title>
		<link>https://0to60.top/hello-world/</link>
					<comments>https://0to60.top/hello-world/#comments</comments>
		
		<dc:creator><![CDATA[burson]]></dc:creator>
		<pubDate>Thu, 08 May 2025 07:24:49 +0000</pubDate>
				<category><![CDATA[blog旅途]]></category>
		<guid isPermaLink="false">http://47.109.203.158/?p=1</guid>

					<description><![CDATA[<p>这是我博客生活的第一篇文章，以后每个&#46;&#46;&#46;</p>
<p><a rel="nofollow" href="https://0to60.top/hello-world/">Hello，Blog</a>最先出现在<a rel="nofollow" href="https://0to60.top">0260</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<p>这是我博客生活的第一篇文章，以后每个领域的开始，都将用这么一篇充满仪式的文章进行纪念。</p>



<figure class="wp-block-image size-full"><img decoding="async" src="http://47.109.203.158/wp-content/uploads/2025/05/screenshot.webp" alt="" class="wp-image-71"/></figure>



<h4 class="wp-block-heading">一、<strong>关于为什么想写博客</strong></h4>



<p>在过往学习&amp;工作生活中，常常遇到这么种情况：我觉得懂了，然后向他人解释时脑袋卡壳。</p>



<p>后面悟了，如果说不清楚，就是还没学明白，而博客输出是&#8221;说清楚&#8221;的一种有效手段。</p>



<ul class="wp-block-list">
<li>输出过程能将散落的知识点结构化，在大脑中建立可索引的知识节点。</li>



<li>输出过程能使自己发现认知漏洞，迫使自己进行逻辑完整性检查。（PS： 评论区也将成为免费的错误检测工具，哈哈~~）</li>
</ul>



<p>输出除了能让自己学明白、搞清楚，还有其他作用。</p>



<ul class="wp-block-list">
<li><strong>抗遗忘。</strong>输出过的信息更难遗忘，而且博客能成为外挂记忆体</li>



<li><strong>让思维资产更易传播。</strong>在输出过程中不断提升表达能力，同时让抽象思维转化为具象载体（文字，图标或代码），我相信一篇文章的价值与其理解效率和传播效率成正相关。</li>
</ul>



<h4 class="wp-block-heading has-medium-font-size">二、<strong>给自己的寄语</strong></h4>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="has-medium-font-size">&#8220;完成比完美更重要，让持续成为习惯~&#8221;</p>
</blockquote>
<p><a rel="nofollow" href="https://0to60.top/hello-world/">Hello，Blog</a>最先出现在<a rel="nofollow" href="https://0to60.top">0260</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://0to60.top/hello-world/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
