Blogazine plugin

Allows you to use a different design on each page of your site, in the style of the PeepCode blog.

The plugin adds a a new metadata key ('Design') that you can set on each page in order to specify the name of the stylesheet that should be served for that page.

Written by Graham Ashton.

Installation

$ cd path/to/site
$ echo 'gem "nesta-plugin-blogazine" >> Gemfile'
$ bundle

For full instructions, see the documentation. You can browse the code on the GitHub page.