rfelix / my_jekyll_extensions

Portable Jekyll extensions I use for my website (to be used with jekyll_ext)
http://rfelix.com/2010/01/19/jekyll-extensions-minus-equal-pain/
57 stars 11 forks source link

h1. My Jekyll Extensions

These are my extensions that I'm using for my personal blog at "RFelix.com":http://rfelix.com.

Each extension has a _sampledata/ dir which contains example files and the directories that they should be in to help you use them.

Here's a quick explanation of each extension:

These extensions use "_jekyllext":http://github.com/rfelix/jekyll_ext, which allows you to extend the Jekyll static blog generator without forking and modifying it's codebase. With this code, not only do your extensions live in your blog directory, but they can also be shared and reutilized.

Use these extensions with _jekyllext by just cloning this repo into the _extensions dir of your blog: git clone git://github.com/rfelix/my_jekyll_extensions.git _extensions

More information about _jekyllext can be found here: "Jekyll Extensions -= Pain":http://rfelix.com/2010/01/19/jekyll-extensions-minus-equal-pain/