mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
Merge branch 'site' of github.com:imathis/octopress into site
This commit is contained in:
commit
8600f3ac7e
@ -27,6 +27,13 @@ Next, if you're using Github pages for users or organizations, create a source b
|
|||||||
git push origin source
|
git push origin source
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The `source` branch is created to have somewhere to store the source
|
||||||
|
of your site. GitHub expects the generated site to be pushed to the
|
||||||
|
`master` branch of your GitHub repository so that branch needs to stay
|
||||||
|
clean. As we will see later, in the [Deploying Octopress](/docs/deploying/)
|
||||||
|
section, a "link" to the `master` branch will be created in the
|
||||||
|
`_deploy` directory in which the generated site will end up.
|
||||||
|
|
||||||
Next, setup an [RVM](http://beginrescueend.com/) and install dependencies.
|
Next, setup an [RVM](http://beginrescueend.com/) and install dependencies.
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
|
Loading…
Reference in New Issue
Block a user