更改GH-pages URL,不包含Portfolio的子目录

时间:2017-04-20 01:44:26

标签: url github github-pages

嘿,目前我的投资组合正在https://etiotan.github.io/portfolio/app/通过githubpages

进行托管

我希望它能够通过此网址托管

https://etiotan.github.io

我知道有办法可以做但我无法弄明白!

1 个答案:

答案 0 :(得分:1)

您需要将您的存储库命名为username.github.io,因此在您的案例etiotan.github.io中。查看this link了解详情。

您还需要:

  • 将您的应用内容(html / css / js)移至gh-pages分支机构的回购根

所以你的gh-pages会是这样的:

├── css/
├── js/
├── minjs/
├── pug/
├── sass/
├── favicon.ico
├── index.pug
└── index.html 
  • 或在您的index.html分支机构的根目录上创建一个新的gh-pages,该分支将重定向到您的app/index.html