参照文献http://blog.csdn.net/allenjay11/article/details/78831189
问题一:npm install hexo-deployer-git --save 报错
解决:Win+R 选管理员命令提示符,然后输入cnpm install hexo-deployer-git --save
问题二:woshiamiaojiang.github.io 没反应
输入https://woshiamiaojiang.github.io 才有跳转。修改_config.yml为http
在setting中设置miion.me
问题三:$ git clone https://github.com/tufu9441/maupassant-hexo.git themes/maupassant
$ npm install hexo-renderer-pug --save
$ npm install hexo-renderer-sass --save
报错
解决:同样是WIN+R输入cnpm install hexo-renderer-pug --save
问题四:发布到Github
快捷发布:hexo clean && hexo g && hexo d
网友评论