Skip to content

liushuai05/HexoBlog

 
 

Repository files navigation

build-info Netlify Status

问题解决:

如果报以下错误
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
解决github文章评论登录问题

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指令说明点击访问

在线演示

点击访问博客

鸣谢

hexo-theme-icarus erguotou520

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.0%
  • HTML 36.5%
  • CSS 9.5%