下载Git

前往官网下载Git,并安装。
参考

下载nodejs

前往官网下载nodejs,并安装。
参考:
链接1
链接2

直接将以前的粘贴过来
执行命令

渲染
npm install hexo-renderer-pug hexo-renderer-stylus --save
搜索
npm install hexo-generator-search --save
Mathjax
npm uninstall hexo-renderer-marked --save
npm install hexo-renderer-kramed --save
字数统计
npm install hexo-wordcount --save
hexo d出错,安装插件
npm install hexo-deployer-git --save

第一次hexo clean,hexo g,hexo d时,不要在管理员命令行进行。
直接运行生成.deploy_git

参考教程