What I Learned Today

The 0.5 release of Jekyll came out today. There's some nice bug fixes, but what's really nice is that you can have a _config.yaml file that defines some parameters for site generation. The only really important one for me is that I can specify rdiscount be used instead of Maruku, which tends to break on some of my Markdown.

I also think I discovered that attachment_fu doesn't work with Rails 2.3.2. At a minimum, I couldn't get its tests to run under 2.3.2, as it expects a fixture_path method on Test::Unit::TestCase, which Rails doesn't add to that anymore.

Published: 08 Apr 2009