public
Description: A simple tool to post a Gist on tumblr
Homepage:
Clone URL: git://github.com/eric/gistr.git
gistr /
name age message
file .gemified Sat Aug 09 23:35:54 -0700 2008 Initial commit. [eric]
file .gitignore Sat Aug 09 23:35:54 -0700 2008 Initial commit. [eric]
file README.rdoc Sun Aug 10 20:45:27 -0700 2008 Update gist fetching from using .js to getting ... [eric]
directory bin/ Sun Aug 10 20:45:27 -0700 2008 Update gist fetching from using .js to getting ... [eric]
directory lib/ Sun Aug 10 20:45:27 -0700 2008 Update gist fetching from using .js to getting ... [eric]
README.rdoc

Gistr

A simple tool to post gists to tumblr.

The Problem

Tumblr does not have a way to post code snippets simply and the current solutions are lacking.

CSS changes

To make everything pretty, I have added the following CSS rules to my tumblr

  .gist {
      line-height: 1.3em !important;
      color: #ffffff !important;
  }

  .gist .gist-file {
      border: 0 !important;
  }

  .gist .gist-file .gist-data {
      background-color: transparent !important;
      padding-bottom: 1em;
  }