Last active
December 24, 2015 06:28
-
-
Save sdqali/6756799 to your computer and use it in GitHub Desktop.
Gist Blog - Blogging for Hackers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Write your stuff in a Markdown Gist and share it as an easy-to-read blog post. | |
## Usage | |
1. [Create a Gist](https://gist.github.com/) and copy the ID. The id will be a number like **6756799** for public gists and a key like **4f0b868e8fd13f77f10e** for private gists. | |
1. Read the post at *http://gb.sdqali.in#gist-id* | |
The gist source for this post can be found [here](https://gist.github.com/sdqali/6756799). | |
### Credits | |
This is a JavaScript implementation of [Idan Gazit](http://gazit.me/)'s [Gist.io](http://gist.io/). | |
To read more about the motivation for this, please see Idan's description of Gist.io. | |
This is just a port, the original idea is Idan's and inspired from Mike Bostock's [bl.ocks.org](http://bl.ocks.org) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment