annotate blatter.ini @ 322:c5744fe4caac

Use modern fonts for code snippets, if the user has them.
author Steve Losh <steve@stevelosh.com>
date Thu, 12 Nov 2009 21:47:54 -0500
parents e497fd754aa0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
264
e497fd754aa0 Change output repo to rendered/
David Soria Parra <dsp@php.net>
parents: 247
diff changeset
6 output_dir=rendered
247
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