Skip to content

Instantly share code, notes, and snippets.

@jthomm
Created July 19, 2012 17:21
Show Gist options
  • Save jthomm/3145449 to your computer and use it in GitHub Desktop.
Save jthomm/3145449 to your computer and use it in GitHub Desktop.
Gist.io test

Head

Gist is a simple way to share snippets and pastes with others. All gists are git repositories, so they are automatically versioned, forkable and usable as a git repository.

First Subheading

Lorem ipsum.

@app.route('/<int:id>')
def render_gist(id):
    return render_template('gist.html', gist_id=id, static_url=STATIC_URL)

First Subsubheading

Hello, "world"...

Second Subheading

Add a sign-in-with-github option, and turn this into a minimalist blogging platform. Comments (gist comments), index page (showing any gists of yours that have been gist.io'd), authoring (I like writing in IA writer, maybe an experience similar to that, but with auto-saving.)

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