ttrpg-site/config.py
Brian S. Stephan 2fffa729a0
commit two campaign stubs and some minor cleanups
these are kind of old, actually, but I lost track of my git repos for a
bit and didn't think to fix them. Crimson and Verdant Dawn are both
stalled, and Adventuring! is just starting.
2022-09-15 19:57:30 -05:00

5 lines
156 B
Python

TITLE_SUFFIX = 'orb.moe'
CONTACT_EMAIL = 'bss@orb.moe'
DEFAULT_PAGE_STYLE = 'dark'
MARKDOWN_EXTENSIONS = ['extra', 'sane_lists', 'smarty', 'toc', 'tables']