用户 Pages username.github.io 自动重定向至已经设定好的自定义域名 user.example.com
组织 Pages orgname.github.io 自动重定向至已经设定好的自定义域名 org.example.com
用户账号拥有的项目 Pages username.github.io/projectname 自动重定向到一个由用户指定的,用户网站自定义域名的子目录( user.example.com/projectname),以及所有自定义域名 project.example.com
组织拥有的项目 Pages orgname.github.io/projectname 自动重定向到一个由组织指定的,项目 Pages 自定义域名的子目录(org.example.com/projectname),以及所有自定义域名 project.example.com
- 为你的库添加一个 CNAME 文件。
- 填写Github Pages 设置部分。(配置Custome domain 会和手动创建CNAME冲突,选择一种方式即可)
- 域名解析配置部分(域名使用 cname 指向 xxx.github.io)