why did I make user styles a config setting???
this moves it into the code, where it's sensible, and leaves the default to the config
This commit is contained in:
@@ -34,11 +34,7 @@ class Config(object):
|
||||
|
||||
MARKDOWN_EXTENSIONS = ['meta', 'tables']
|
||||
|
||||
PAGE_STYLES = {
|
||||
'DEFAULT': 'css/light.css',
|
||||
'dark': 'css/dark.css',
|
||||
'light': 'css/light.css',
|
||||
}
|
||||
DEFAULT_PAGE_STYLE = 'light'
|
||||
|
||||
TITLE_SUFFIX = 'incorporeal.org'
|
||||
MEDIA_DIR = 'media'
|
||||
|
||||
Reference in New Issue
Block a user