ttrpg-site/config.py

4 lines
141 B
Python

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