- 安装git 
- 创建github账户,假设账户为 xxxx 
- 创建仓库,仓库的名称必须要注意:xxxx.github.io,其中xxxx为账户名 
- 进行部署: - 修改_config.yml文件: 1234deploy:type: gitrepository: 这里设置github资源库的ssh地址branch: master- 注意:这里的设置冒号后面必须有空格 - 执行如下命令: 12hexo generatehexo deploy #上述两条指令等价于 hexo deploy -g
- github门户地址 - http://xxxx.github.io xxxx为账号名 
- 谢谢观看! 
 
     
        