hexo搭建

hexo搭建

1
2
3
4
5
6
7
8
9
10
11
12
13
14
LEO@LAPTOP-GDA5CI61 MINGW64 /d/workspace-leo/notes (master)
$ hexo new "hello-hexo"
bash: hexo: command not found

LEO@LAPTOP-GDA5CI61 MINGW64 /d/workspace-leo/notes (master)
$ npm install -g hexo-cli

LEO@LAPTOP-GDA5CI61 MINGW64 /d/workspace-leo/notes (master)
$ npm install hexo --save


在部署HEXO时出现ERROR Deployer not found : github的问题解决办法

npm install hexo-deployer-git --save
坚持原创技术分享,您的支持将鼓励我继续创作!