需求:在github pages子目录建立hexo博客
实现:
1. 首先建立xxx.github.io的repo,xxx是你的用户名,之后开启github pages服务
2. 再建立一个bbbb的repo,bbbb是你想要的子目录
3. 设置hexo的deploy配置文件 _config.yml
- type: git
repo: https://github.com/xxx/bbbb.git
branch: gh-pages
- type: git
repo: https://github.com/xxx/bbbb.git
branch: gh-pages