Skip to content

Instantly share code, notes, and snippets.

@sdqali
Last active December 24, 2015 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sdqali/6756799 to your computer and use it in GitHub Desktop.
Save sdqali/6756799 to your computer and use it in GitHub Desktop.
Gist Blog - Blogging for Hackers
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