将子gh页面添加到项目页面

时间:2015-08-05 12:08:13

标签: github github-pages

我在github上有一个project,它有不同的文件夹,每个文件夹代表教程中的一个步骤并包含自己的网页。结构如下

Rootfolder

  • Iteration1
  • 迭代2
  • Iteration3

等...

  • Iteration7

我想将每个迭代的内容部署到他们自己的gh-page / project页面,实现这个目的的过程是什么。 基本上我想要实现的是拥有以下网页:

username.github.io/projectname/Iteration1

username.github.io/projectname/Iteration2

等。

username.github.io/projectname/Iteration7

我知道如何通过this将子文件夹部署到github页面,但是这样就意味着在username.github.io/projectname上只部署了一个迭代,这不是我想要实现的。 / p>

2 个答案:

答案 0 :(得分:0)

您的mithril-employee-directoree用户需要bondifrench个回购,而回购邮件需要gh-pages分支。将您的iterationN文件夹添加到gh-pages分支机构,您的主机上已有iterationN个文件夹。将其与html中的a href='iterationN\page'相关联。

GH help

答案 1 :(得分:0)

在项目存储库github.com/username/projectname中,如果要发布,则必须将代码放在gh-pages分支上。

我克隆了您的回购,创建了一个新的gh-pages分支并将其推送到Github。

http://pygmeeweb.com/mithril-employee-directory/iteration1/

http://pygmeeweb.com/mithril-employee-directory/iteration2/