Skip to content

Instantly share code, notes, and snippets.

@k33g
Created August 5, 2012 20:08
Show Gist options
  • Save k33g/3266964 to your computer and use it in GitHub Desktop.
Save k33g/3266964 to your computer and use it in GitHub Desktop.
Mini-Books : But, what is it ?

##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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment