参数列表:
系统版本
CentOS 7git版本
git version 2.4.6node版本
node v5.3.0ngix版本
nginx version: nginx/1.8.0hexo版本
hexo-cli: 0.1.9
os: Linux 3.10.0-327.3.1.el7.x86_64 linux x64
http_parser: 2.6.0
node: 5.3.0
v8: 4.6.85.31
uv: 1.8.0
zlib: 1.2.8
ares: 1.10.1-DEV
modules: 47
openssl: 1.0.2e
参考资料
Hexo官网资料: https://hexo.io/docs/
Hexo中文网站: http://wiki.jikexueyuan.com/project/hexo-document/
Zippera blog: http://wiki.jikexueyuan.com/project/hexo-document/
主题
遇到的问题
安装nginx的步骤
http://codybonney.com/installing-nginx-on-centos-6-4/将public中的网页部署到gitHub
命令
$ npm install hexo-deployer-git --save
配置文件
deploy:
type: git
repo: git@github.com:XShandow/xshandow.github.io.git
branch: master
-部署三步骤:
hexo clean #清楚Public静态数据
hexo g #重新生成静态数据
hexo d #部署到github服务器上
3.对于首次使用git的用户需要配置ssh key
官方教程:https://help.github.com/articles/generating-ssh-keys/
4.问题
Xuanwo's Blog: https://xuanwo.org/2014/08/14/hexo-usual-problem/
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。