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'
|
JS_DATE_FORMAT = 'YYYY-MM-dd'
|
||||||
DATE_FANCINESS = 1
|
DATE_FANCINESS = 1
|
||||||
POSTS = (
|
POSTS = (
|
||||||
("posts/*.md", "posts", "post.tmpl"),
|
|
||||||
("posts/*.rst", "posts", "post.tmpl"),
|
("posts/*.rst", "posts", "post.tmpl"),
|
||||||
("posts/*.txt", "posts", "post.tmpl"),
|
("posts/*.md", "posts", "post.tmpl"),
|
||||||
("posts/*.html", "posts", "post.tmpl"),
|
("posts/*.html", "posts", "post.tmpl"),
|
||||||
("posts/*.wp", "posts", "post.tmpl"),
|
("posts/*.wp", "posts", "post.tmpl"),
|
||||||
)
|
)
|
||||||
|
|
@ -60,13 +59,7 @@ PAGES = (
|
||||||
COMPILERS = {
|
COMPILERS = {
|
||||||
"rest": ('.rst', '.txt'),
|
"rest": ('.rst', '.txt'),
|
||||||
"markdown": ('.md', '.mdown', '.markdown'),
|
"markdown": ('.md', '.mdown', '.markdown'),
|
||||||
"textile": ('.textile',),
|
|
||||||
"txt2tags": ('.t2t',),
|
|
||||||
"bbcode": ('.bb',),
|
|
||||||
"wiki": ('.wiki',),
|
|
||||||
"ipynb": ('.ipynb',),
|
|
||||||
"html": ('.html', '.htm', '.wp'),
|
"html": ('.html', '.htm', '.wp'),
|
||||||
"php": ('.php',),
|
|
||||||
}
|
}
|
||||||
SHOW_BLOG_TITLE = True
|
SHOW_BLOG_TITLE = True
|
||||||
FEED_LENGTH = 10
|
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
|
'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 = []
|
GLOBAL_CONTEXT_FILLER = []
|
||||||
CREATE_MONTHLY_ARCHIVE = True
|
CREATE_MONTHLY_ARCHIVE = True
|
||||||
WRITE_TAG_CLOUD = False
|
WRITE_TAG_CLOUD = False
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
.. title: P52-4 : Friday Sunrise
|
.. title: P52-4 : Friday Sunrise
|
||||||
.. slug: p52-4-friday-sunrise
|
.. slug: p52-4-friday-sunrise
|
||||||
.. date: 2019-01-16 11:02
|
.. date: 2019-01-26 11:02
|
||||||
.. tags: Pictures,P52
|
.. tags: Pictures,P52
|
||||||
.. image:: /wp-content/uploads/2019/01/20190125075731.jpg
|
.. image:: /wp-content/uploads/2019/01/20190125075731.jpg
|
||||||
:alt: Friday Sunrise
|
:alt: Friday Sunrise
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue