Mercurial > hg-website
annotate blatter.ini @ 251:aa50d84efca9
Modify .hgsub again.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 24 Sep 2009 17:15:18 -0400 |
parents | 3e6869f76b8d |
children | e497fd754aa0 |
rev | line source |
---|---|
247
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
1 [blatter] |
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
2 |
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
3 static_dir=static |
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
4 template_dir=templates |
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
5 dynamic_dir=content |
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
6 output_dir=out |
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
7 |
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
8 # 'publish' target can be configured or use --destination |
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
9 #publish_location=/local/path |
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
10 |
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
11 # 'serve' options |
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
12 index_document=index.html |
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
13 url_prefix=/ |
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
14 |
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
15 filters=markdown |
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
16 |
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
17 [filter.markdown] |
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
18 name=markdown |
3e6869f76b8d
Add the blatter config and framework files.
Steve Losh <steve@stevelosh.com>
parents:
diff
changeset
|
19 function=filters.mdown |