An open API service indexing awesome lists of open source software.

https://github.com/binarymuse/michelletilley-blog

The blog at michelletilley.net
https://github.com/binarymuse/michelletilley-blog

Last synced: 10 months ago
JSON representation

The blog at michelletilley.net

Awesome Lists containing this project

README

          

michelletilley.net
==================

This is my blog, driven by [Jekyll](https://github.com/mojombo/jekyll). Nothing particularly special here, unless you count the [Gist tag](https://github.com/BinaryMuse/brandontilley-blog/blob/master/_plugins/gist_tag.rb) (with caching) I added. To include a Gist, use the tag like so:

{% gist gist-number file-name %}

It will write the Gist embed JavaScript code, and also download the raw code from GitHub and display it inside a `` block for RSS readers and browsers with JavaScript disabled. The contents of the Gists are cached in `_gist_cache` for subsequent builds, and can be cleared with `rake cache:clear`. For more details on the tag, check out [the blog post all about it](http://michelletilley.net/2011/01/31/gist-tag-for-jekyll.html).