ttrpg-site/config.py

12 lines
444 B
Python

TITLE_SUFFIX = 'orb.moe'
CONTACT_EMAIL = 'bss@orb.moe'
MARKDOWN_EXTENSIONS = ['extra', 'incorporealcms.mdx.figures', 'sane_lists', 'smarty', 'toc', 'attr_list']
DEFAULT_PAGE_STYLE = 'dungeon'
PAGE_STYLES = {
'dungeon': '/custom-static/css/dungeon.css',
'dark': '/static/css/dark.css',
'light': '/static/css/light.css',
'plain': '/static/css/plain.css',
}
MARKDOWN_EXTENSIONS = ['extra', 'sane_lists', 'smarty', 'toc', 'tables']