From ccb550c5b1d0a18dda8ca3421ecd130d558ae164 Mon Sep 17 00:00:00 2001 From: Simon Rozet Date: Sat, 18 Oct 2008 20:45:24 +0200 Subject: [PATCH] sample config --- statig.sample.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 statig.sample.yml diff --git a/statig.sample.yml b/statig.sample.yml new file mode 100644 index 0000000..c735f5f --- /dev/null +++ b/statig.sample.yml @@ -0,0 +1,15 @@ +--- +:template: /home/simon/web/atonie.org/template.haml +:deepth: 5 +:extensions: +- :text +- :textile +- :sass +:text: !ruby/object:SerializableProc + block: |content| require 'bluecloth'; BlueCloth.new(content).to_html +:textile: !ruby/object:SerializableProc + block: |content| require 'redcloth'; r = RedCloth.new(content); r.hard_breaks = false; r.to_html +:sass: !ruby/object:SerializableProc + block: |content| require 'sass'; Sass::Engine.new(content).render +:excludes: +- !ruby/regexp /2006/wiki/