p52u4 patch 1
This commit is contained in:
parent
e7db31cc2c
commit
e9bdffbf9f
2 changed files with 3 additions and 10 deletions
11
conf.py
11
conf.py
|
|
@ -46,9 +46,8 @@ DATE_FORMAT = 'YYYY-MM-dd'
|
|||
JS_DATE_FORMAT = 'YYYY-MM-dd'
|
||||
DATE_FANCINESS = 1
|
||||
POSTS = (
|
||||
("posts/*.md", "posts", "post.tmpl"),
|
||||
("posts/*.rst", "posts", "post.tmpl"),
|
||||
("posts/*.txt", "posts", "post.tmpl"),
|
||||
("posts/*.md", "posts", "post.tmpl"),
|
||||
("posts/*.html", "posts", "post.tmpl"),
|
||||
("posts/*.wp", "posts", "post.tmpl"),
|
||||
)
|
||||
|
|
@ -60,13 +59,7 @@ PAGES = (
|
|||
COMPILERS = {
|
||||
"rest": ('.rst', '.txt'),
|
||||
"markdown": ('.md', '.mdown', '.markdown'),
|
||||
"textile": ('.textile',),
|
||||
"txt2tags": ('.t2t',),
|
||||
"bbcode": ('.bb',),
|
||||
"wiki": ('.wiki',),
|
||||
"ipynb": ('.ipynb',),
|
||||
"html": ('.html', '.htm', '.wp'),
|
||||
"php": ('.php',),
|
||||
}
|
||||
SHOW_BLOG_TITLE = True
|
||||
FEED_LENGTH = 10
|
||||
|
|
@ -111,7 +104,7 @@ LOGGING_HANDLERS = {
|
|||
'smtp': { 'from_addr': 'www.donaldharper.com@duckland.org', 'recipients': ('duck@duckland.org'), 'server_addr': ('127.0.0.1',25), 'secure': (), 'level': 'WARNING', 'bubble': False
|
||||
}
|
||||
}
|
||||
GLOBAL_CONTEXT = {}
|
||||
GLOBAL_CONTEXT = {'HACK_VARIANT': 'dark'}
|
||||
GLOBAL_CONTEXT_FILLER = []
|
||||
CREATE_MONTHLY_ARCHIVE = True
|
||||
WRITE_TAG_CLOUD = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue