Mercurial > hg-website
comparison blatter.ini @ 247:3e6869f76b8d
Add the blatter config and framework files.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 23 Sep 2009 20:14:34 -0400 |
parents | |
children | e497fd754aa0 |
comparison
equal
deleted
inserted
replaced
246:46c13f6b7709 | 247:3e6869f76b8d |
---|---|
1 [blatter] | |
2 | |
3 static_dir=static | |
4 template_dir=templates | |
5 dynamic_dir=content | |
6 output_dir=out | |
7 | |
8 # 'publish' target can be configured or use --destination | |
9 #publish_location=/local/path | |
10 | |
11 # 'serve' options | |
12 index_document=index.html | |
13 url_prefix=/ | |
14 | |
15 filters=markdown | |
16 | |
17 [filter.markdown] | |
18 name=markdown | |
19 function=filters.mdown |