INFO Checking dependencies
ERROR Package cheerio is not installed.
ERROR Package hexo-pagination is not installed.
ERROR Package hexo-generator-archive is not installed.
ERROR Package hexo-generator-category is not installed.
ERROR Package hexo-generator-index is not installed.
ERROR Package hexo-generator-tag is not installed.
ERROR Package hexo-renderer-ejs is not installed.
ERROR Package hexo-renderer-markdown-it is not installed.
ERROR Package hexo-renderer-stylus is not installed.
ERROR Please install the missing dependencies from the root directory of your Hexo site.
执行下命令安装依赖插件即可解决
npm install hexo-pagination
Hexo gitment解决篇 使用github OAuth实现用户登录
Settings->Developer applications->OAuth Apps->Register a new application 根据以上博客具体介绍修改/themes/icarus/_config.yml配置文件 大概65行左右
#安装
npm install
#编译(生成静态文件)
hexo generate
#开启服务
hexo server
#部署网站
hexo deploy
更多命令参见hexo指令说明点击访问