1
0
Fork 0
mirror of https://git.ludikovsky.name/git/mdlive.git synced 2024-05-16 07:15:28 +02:00
mdlive/mdlive/default_configuration.py
2016-06-03 13:00:33 +02:00

6 lines
205 B
Python

PARSER = '/usr/bin/pandoc -f markdown+footnotes+inline_notes+auto_identifiers+definition_lists -t html5 --smart --email-obfuscation=references'
HOST = '127.0.0.1'
PORT = 5000
DEBUG = True
CSS = 'blog.css'