install nodejs
install hexo
发布
1
2hexo g
hexo dhexo页面无法正常显示
1
2
3
4npm install hexo-renderer-swig
npm install hexo-renderer-ejs
npm install hexo-renderer-marked
npm install hexo-renderer-stylus更换环境
1
2
3
4
5
6
7git clone xx
cd xx
npm install hexo
npm install
// hexo环境配置好后,继续像之前一样
hexo new post_name