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