Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Mar 9, 2010
1 parent 111c531 commit a3b0876
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Develop.GitHub.com
================
==================

This is the code and data behind
[develop.github.com](http://develop.github.com).
The page content lives in the pages/ directory and is compiled into the HTML
This is the code and data behind
[develop.github.com](http://develop.github.com).
The page content lives in the pages/ directory and is compiled into the HTML
output in p/. Normally, generated files like these wouldn't be checked into
source control, but it's required for the
[GitHub Pages](http://pages.github.com/) hosting.
Expand All @@ -13,6 +13,7 @@ and create a single commit including both your source and generated
files. This makes it as easy as possible for others to work with your
changes.


Dependencies, Getting Started
-----------------------------

Expand All @@ -26,10 +27,11 @@ Once you've done that, just run rake to compile the site:


Contributing
-----------------------------
------------

To contribute to the develop.github site, you can fork the repository,
push your changes into it and send a pull request to 'schacon'.
push your changes into it and create an Issue:
<http://github.com/develop/develop.github.com/issues>

If you want to run the site on GitHub pages for testing you can push your
changes into the 'gh-pages' branch, rather than the 'master' branch of
Expand All @@ -38,7 +40,7 @@ the remote repository.
$ git push origin master:gh-pages

That command will push your master branch to the 'gh-pages' branch of
your fork. Then Pages will serve the site for you under :
your fork. Then Pages will serve the site for you under:

http://schacon.github.com/develop.github.com

Expand Down

0 comments on commit a3b0876

Please sign in to comment.