1

hexo.png

参数列表:

  1. 系统版本
    CentOS 7

  2. git版本
    git version 2.4.6

  3. node版本
    node v5.3.0

  4. ngix版本
    nginx version: nginx/1.8.0

  5. hexo版本
    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

参考资料

  1. Hexo官网资料: https://hexo.io/docs/

  2. Hexo中文网站: http://wiki.jikexueyuan.com/project/hexo-document/

  3. Zippera blog: http://wiki.jikexueyuan.com/project/hexo-document/

  4. 老蒋部落: http://www.itbulu.com/centos-git-nodejs-hexo.html

主题

  1. Yilia: http://litten.github.io/2014/08/31/hexo-theme-yilia/

遇到的问题

  1. 安装nginx的步骤
    http://codybonney.com/installing-nginx-on-centos-6-4/

  2. 将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/


X_Shadow
5 声望1 粉丝

小小菜鸟


引用和评论

0 条评论