1 Star 0 Fork 0

会PS的小码农 / HexoBlog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

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

空文件

简介

hexo个人博客 展开 收起
JavaScript
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/liushuai05/HexoBlog.git
git@gitee.com:liushuai05/HexoBlog.git
liushuai05
HexoBlog
HexoBlog
master

搜索帮助