github page
github平台为用户提供了一个方便的工具来存放用户的静态页面username.github.io,并且很方便的进行版本管理。
准备工作
- 生成ssh密钥,详见链接生成SSH密钥
- 注册github账户, 并创建 username.github.io仓库
填写主配置文件
查看上文中的网站主配置并编写deploy选项1
2
3
4
5
6# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
repo: git@github.com:username/username.github.io.git # 用户仓库地址
branch: master # 使用分枝
进行第一次提交
提交有两种方式
hexo g && hexo d
hexo g -d