GitHub Pages workshop
A workshop made up 30 in advance at CodeAcross NYC. The target audience is civic hackers wanting to publish their data/information on the web, using GitHub + GitHub Pages as the means.
Opening questions
- Who has experience with HTML?
- Who could point out JSON if they saw it? CSV?
- Who has put something on GitHub?
- Who has experience with Git?
GitHub Pages overview
Creation
There are a bunch of ways to get a Pages site created (and to modify it afterwards):
One-click creation
- Create through settings page
The repository pages
- Create repo
- Create gh-pages branch
- Add index.html
The desktop app
The command-line
Publishing data
Pairing with project code
Examples
Please add more!