中文文档:
https://hexo.io/zh-cn/docs/index.html
参考博客:
http://blog.csdn.net/poem_of_sunshine/article/details/29369785/
http://www.jianshu.com/p/465830080ea9#
http://www.jianshu.com/p/a2023a601ceb
Github配置:
https://help.github.com/articles/generating-an-ssh-key/
https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
常用命令
|
|
绑定阿里云域名:
http://quantumman.me/blog/setting-up-a-domain-with-gitHub-pages.html
后端管理插件hexo-admin
|
|
设置后台密码
修改站点配置文件,就是网站根目录下的 _config.yml文件:
- username:后端登录用户名
- password_hash:后端登录用户密码对应的md5 hash值
- secret:用于保证cookie安全
密码生成
hexo-admin密码是bcrypt编码。因此需要安装bcrypt-nodejs模块
在线生成
https://www.bcrypt-generator.com/
Hexo主题:
- https://hexo.io/themes/
- https://github.com/henryhuang/oishi
- https://github.com/haojen/hexo-theme-Anisina
- https://github.com/stiekel/hexo-theme-random
- https://github.com/SuperKieran/TKL
- https://github.com/iissnan/hexo-theme-next