verdandi/verdandi/constants.py

11 lines
235 B
Python

#!/usr/bin/env python2
OUTPUT_DIRECTORY = "rendered_root"
TEMPLATE_DIRECTORY = "templates"
CONTENT_DIRECTORY = "content"
MARKDOWN_EXTENSIONS = ['markdown.extensions.sane_lists',
'markdown.extensions.tables']
SERVE_PORT = 8000