Update GH Pages docs for github.io change.

This commit is contained in:
Tom Preston-Werner 2013-04-07 15:31:40 -07:00
parent 7d71650b4c
commit fbbcf78a99
1 changed files with 8 additions and 8 deletions

View File

@ -6,10 +6,10 @@ next_section: deployment-methods
--- ---
[GitHub Pages](https://pages.github.com) are public web pages for users, [GitHub Pages](https://pages.github.com) are public web pages for users,
organizations, and repositories, that are freely hosted on organizations, and repositories, that are freely hosted on GitHub's
[GitHub](https://github.com/). GitHub Pages are powered by Jekyll behind the [github.io]() domain or on a custom domain name of your choice. GitHub Pages are
scenes, so in addition to supporting regular HTML content, theyre also a great powered by Jekyll behind the scenes, so in addition to supporting regular HTML
way to host your Jekyll-powered website for free. content, theyre also a great way to host your Jekyll-powered website for free.
## Deploying Jekyll to GitHub Pages ## Deploying Jekyll to GitHub Pages
@ -23,8 +23,8 @@ few minor details.
User and organization pages live in a special GitHub repository dedicated to User and organization pages live in a special GitHub repository dedicated to
only the GitHub Pages files. This repository must be named after the account only the GitHub Pages files. This repository must be named after the account
name. For example, [@mojombos user page name. For example, [@mojombos user page
repository](https://github.com/mojombo/mojombo.github.com) has the name repository](https://github.com/mojombo/mojombo.github.io) has the name
`mojombo.github.com`. `mojombo.github.io`.
Content from the `master` branch of your repository will be used to build and Content from the `master` branch of your repository will be used to build and
publish the GitHub Pages site, so make sure your Jekyll site is stored there. publish the GitHub Pages site, so make sure your Jekyll site is stored there.
@ -33,7 +33,7 @@ publish the GitHub Pages site, so make sure your Jekyll site is stored there.
<h5>Custom domains do not affect repository names</h5> <h5>Custom domains do not affect repository names</h5>
<p> <p>
GitHub Pages are initially configured to live under the GitHub Pages are initially configured to live under the
<code>username.github.com</code> subdomain, which is why repositories must <code>username.github.io</code> subdomain, which is why repositories must
be named this way <strong>even if a custom domain is being used</strong>. be named this way <strong>even if a custom domain is being used</strong>.
</p> </p>
</div> </div>
@ -44,7 +44,7 @@ Unlike user and organization Pages, Project Pages are kept in the same
repository as the project they are for, except that the website content is repository as the project they are for, except that the website content is
stored in a specially named `gh-pages` branch. The content of this branch will stored in a specially named `gh-pages` branch. The content of this branch will
be rendered using Jekyll, and the output will become available under a subpath be rendered using Jekyll, and the output will become available under a subpath
of your user pages subdomain, such as `username.github.com/project` (unless a of your user pages subdomain, such as `username.github.io/project` (unless a
custom domain is specified—see below). custom domain is specified—see below).
The Jekyll project repository itself is a perfect example of this branch The Jekyll project repository itself is a perfect example of this branch