From 2a1477c846b5377667628497f5a6e5ddfc121d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BA=9A=E6=A5=A0?= Date: Mon, 10 Mar 2025 16:43:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=9A=E5=AE=A2=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E4=B8=AD=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_posts/other/使用Hexo搭建个人博客.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/other/使用Hexo搭建个人博客.md b/source/_posts/other/使用Hexo搭建个人博客.md index e44240d..8c8d587 100644 --- a/source/_posts/other/使用Hexo搭建个人博客.md +++ b/source/_posts/other/使用Hexo搭建个人博客.md @@ -118,7 +118,7 @@ type: "categories" --- ``` -## 新建分类页 +## 新建标签页 1. 前往 Hexo 博客的根目录 2. 输入 `hexo new page tags` 3. 你会找到 source/tags/index.md 这个文件