Displaying 2 results from an estimated 2 matches for "default_processing_pipeline".
2009 Sep 27
4
Haml & Sass
I would like to use Haml for pages (and possibly templates) and Sass
for CSS. But I am a webgen newbie and can''t figure out the
configuration. Is such a configuration possible? Could someone help me
set it up?
2010 Feb 15
29
webgen 0.5.11 released
...ined, it
is about 5x faster than Maruku and runs on Ruby 1.9 without
problems.
This means that if you used the default configuration, you will
automatically use kramdown from now on. If you still want to use
Maruku, just change the default processing pipeline for page files:
default_processing_pipeline:
Page: erb,tags,maruku,blocks,fragments
The short name `markdown` now also refers to kramdown instead of
Maruku.
Aside from the new content processor [kramdown][2], another content
processor for [LESS][3] has been added and the content processor
[head][4] has been updated to handle...