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
- Host: GitHub
- URL: https://github.com/binarymuse/michelletilley-blog
- Owner: BinaryMuse
- Created: 2011-01-30T23:20:02.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T00:10:20.000Z (about 8 years ago)
- Last Synced: 2025-09-09T13:11:44.443Z (10 months ago)
- Language: CSS
- Homepage: http://michelletilley.net
- Size: 3.24 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).