From 2ded412bae6eed664fc5a867b3085910866b2a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BA=9A=E6=A5=A0?= <1206054578@qq.com> Date: Wed, 3 Apr 2024 10:48:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E7=AB=A0=E9=94=99=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_posts/other/使用Hexo搭建个人博客.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_posts/other/使用Hexo搭建个人博客.md b/source/_posts/other/使用Hexo搭建个人博客.md index 25bd7ca..f086025 100644 --- a/source/_posts/other/使用Hexo搭建个人博客.md +++ b/source/_posts/other/使用Hexo搭建个人博客.md @@ -20,11 +20,11 @@ cover: ``` npm config set registry https://registry.npmmirror.com/ -cnpm install -g hexo +npm install -g hexo ``` 随后创建`个人博客`文件夹并进入文件夹 ```bash -md 个人博客 +mkdir 个人博客 cd 个人博客 hexo init hexo server