https://github.com/github/develop.github.com
Outdated documentation for GitHub API v2. See http://developer.github.com/ for the current API.
https://github.com/github/develop.github.com
Last synced: 5 months ago
JSON representation
Outdated documentation for GitHub API v2. See http://developer.github.com/ for the current API.
- Host: GitHub
- URL: https://github.com/github/develop.github.com
- Owner: github
- Archived: true
- Created: 2009-02-17T23:51:23.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T04:37:13.000Z (almost 9 years ago)
- Last Synced: 2024-09-29T00:21:26.296Z (over 1 year ago)
- Language: CSS
- Homepage: http://developer.github.com/
- Size: 729 KB
- Stars: 18
- Watchers: 13
- Forks: 61
- Open Issues: 28
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
**NOTE: This repository is no longer supported or updated by GitHub. See http://developer.github.com/.**
Develop.GitHub.com
==================
This is the code and data behind .
All content can be found in the `_posts/` directory.
Dependencies, Getting Started
-----------------------------
Install [Jekyll][jk] and rake (both require Ruby):
gem install jekyll rake
Once you've done that, run `rake` to compile the site:
rake
This should start a web server at which is now
serving your site, updating whenever you make changes.
Contributing
------------
To contribute to the develop.github site, you can fork the repository,
push your changes into it and create an Issue:
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
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:
(Replace 'schacon' with your username)
[jk]: https://github.com/mojombo/jekyll