nanoc-tilt

This provides a filter that allows Nanoc to process content via Tilt.

Installation

Add nanoc-tilt to the nanoc group of your Gemfile:

group :nanoc do
  gem 'nanoc-tilt'
end

Usage

Call the :tilt filter. For example:

filter :tilt

Options passed to this filter will be passed on to the tilt filter. For example:

filter :tilt, args: { escape: true }
filter :tilt, args: { escape: false }