##First of all ... Gh3
I've written Gh3.js, a client-side Javascript API wrapper for GitHub API V3. So, with Gh3, you can play with gists and github repositories. I need examples to demonstrate the possibilities of gh3. Here is a first draft for creating a website from the content of gists : "minibooks"
##Dependencies
##Contents :
You have to create a gist that references other content gists, like that https://gist.github.com/3236925 and some content gists like this https://gist.github.com/3225889. Each file of gist have to be numbered : the name of file begins with 00, 01, ... and the extension is md (markdown).
A content gist can have only one file. (like that : https://gist.github.com/3247694).
The gist comments will be displayed on the website.
##Install and parameters
- get content of https://github.com/k33g/minibooks/tree/gh-pages
- in
/app/global.js
you have to set the "references" git id and the id of the first loaded gist (home page) : https://github.com/k33g/minibooks/blob/gh-pages/app/global.js