Hexo安装
先装好node.js、git、npm 在你的文件夹中右键 git bash here
Hexo-cli
npm install -g hexo-cli
hexo -v
初始化
hexo init [你博客文件夹名称]
cd 你博客文件夹名称
npm install
启动
hexo g
hexo s
微信扫一扫
先装好node.js、git、npm 在你的文件夹中右键 git bash here
npm install -g hexo-cli
hexo -v
hexo init [你博客文件夹名称]
cd 你博客文件夹名称
npm install
hexo g
hexo s
相关推荐