view blatter.ini @ 347:871e9821b5b9

remove python requirement from main page, moving to downloads page There was some discussion of this on mercurial@selenic.com, but with no consensus. Since none of the leading binary packages on the web site (unix-like distros excepted) require a separate Python installation, I preferred the idea of simply not mentioning the requirement at the main page. I've moved it to the downloads page, which allows us to explicate a bit more as well.
author David Champion <dgc@uchicago.edu>
date Sun, 21 Nov 2010 00:22:46 -0600
parents e497fd754aa0
children
line wrap: on
line source

[blatter]

static_dir=static
template_dir=templates
dynamic_dir=content
output_dir=rendered

# 'publish' target can be configured or use --destination
#publish_location=/local/path

# 'serve' options
index_document=index.html
url_prefix=/

filters=markdown

[filter.markdown]
name=markdown
function=filters.mdown