Move it down a little
This commit is contained in:
parent
0f008c02d8
commit
a7eeeda99f
|
@ -12,6 +12,12 @@ organizations, and repositories, that are freely hosted on GitHub's
|
||||||
powered by Jekyll behind the scenes, so in addition to supporting regular HTML
|
powered by Jekyll behind the scenes, so in addition to supporting regular HTML
|
||||||
content, they’re also a great way to host your Jekyll-powered website for free.
|
content, they’re also a great way to host your Jekyll-powered website for free.
|
||||||
|
|
||||||
|
## Deploying Jekyll to GitHub Pages
|
||||||
|
|
||||||
|
GitHub Pages work by looking at certain branches of repositories on GitHub.
|
||||||
|
There are two basic types available: user/organization pages and project pages.
|
||||||
|
The way to deploy these two types of sites are nearly identical, except for a
|
||||||
|
few minor details.
|
||||||
|
|
||||||
<div class="note protip">
|
<div class="note protip">
|
||||||
<h5>Use the <code>github-pages</code> gem</h5>
|
<h5>Use the <code>github-pages</code> gem</h5>
|
||||||
|
@ -38,13 +44,6 @@ content, they’re also a great way to host your Jekyll-powered website for free
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Deploying Jekyll to GitHub Pages
|
|
||||||
|
|
||||||
GitHub Pages work by looking at certain branches of repositories on GitHub.
|
|
||||||
There are two basic types available: user/organization pages and project pages.
|
|
||||||
The way to deploy these two types of sites are nearly identical, except for a
|
|
||||||
few minor details.
|
|
||||||
|
|
||||||
### User and Organization Pages
|
### User and Organization Pages
|
||||||
|
|
||||||
User and organization pages live in a special GitHub repository dedicated to
|
User and organization pages live in a special GitHub repository dedicated to
|
||||||
|
|
Loading…
Reference in New Issue