reorg coil gen posts + new theme
This commit is contained in:
parent
650f7ceb04
commit
ad3bcc971e
79 changed files with 14597 additions and 25 deletions
7
conf.py
7
conf.py
|
|
@ -37,7 +37,8 @@ NAVIGATION_LINKS = {
|
|||
}
|
||||
#THEME = "slate"
|
||||
#THEME = "duckland"
|
||||
THEME = "superhero"
|
||||
#THEME = "superhero"
|
||||
THEME="material-theme"
|
||||
TIMEZONE = "CDT6CST"
|
||||
DATE_FORMAT = '%Y-%m-%d'
|
||||
JS_DATE_FORMAT = 'YYYY-MM-DD'
|
||||
|
|
@ -111,7 +112,9 @@ LOGGING_HANDLERS = {
|
|||
'stderr': {'loglevel': 'INFO', 'bubble': True},
|
||||
'smtp': { 'from_addr': 'www.duckland.org@duckland.org', 'recipients': ('duck@duckland.org'), 'server_addr': ('127.0.0.1',25), 'secure': (), 'level': 'WARNING', 'bubble': False }
|
||||
}
|
||||
GLOBAL_CONTEXT = {}
|
||||
GLOBAL_CONTEXT = {
|
||||
'header_color': 'info'
|
||||
}
|
||||
GLOBAL_CONTEXT_FILLER = []
|
||||
CREATE_MONTHLY_ARCHIVE = True
|
||||
#ARCHIVE_PATH = "posts"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue