Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.

Commit

Permalink
sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
sr committed Oct 18, 2008
1 parent 2352a00 commit ccb550c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 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/

0 comments on commit ccb550c

Please sign in to comment.