【发布时间】:2016-07-08 13:28:22
【问题描述】:
我已经开始使用 GutHub-Pages。我正在使用Jekyll,而我的gh-pages 存储库具有以下结构:
gh-pages (repo)
+-site
| +-about.md
| +-_config.yml
| +-index.html
+-notes.md
我想让htts://<username>.github.io/<repo> 指向site/index.html。
如何做到这一点?谢谢
【问题讨论】:
-
我搜索过一次,那里有很多资源。这是一个:blog.teamtreehouse.com/using-github-pages-to-host-your-website
标签: git github jekyll github-pages