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.
5 lines
156 B
Python
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']
|