Added P52-20 : McKinney Falls
This commit is contained in:
parent
ef06d55aca
commit
468ab4508b
3 changed files with 9 additions and 3 deletions
6
conf.py
6
conf.py
|
|
@ -57,8 +57,8 @@ TIMEZONE = "America/Chicago"
|
|||
#JS_DATE_FORMAT = 'YYYY-MM-dd HH:mm'
|
||||
DATE_FANCINESS = 0
|
||||
POSTS = (
|
||||
("posts/*.rst", "posts", "post.tmpl"),
|
||||
("posts/*.md", "posts", "post.tmpl"),
|
||||
("posts/*.rst", "posts", "post.tmpl"),
|
||||
("posts/*.html", "posts", "post.tmpl"),
|
||||
("posts/*.wp", "posts", "post.tmpl"),
|
||||
)
|
||||
|
|
@ -68,8 +68,8 @@ PAGES = (
|
|||
("stories/*.txt", "stories", "story.tmpl"),
|
||||
)
|
||||
COMPILERS = {
|
||||
"rest": ('.rst', '.txt'),
|
||||
"markdown": ('.md', '.mdown', '.markdown'),
|
||||
"rest": ('.rst', '.txt'),
|
||||
"html": ('.html', '.htm', '.wp'),
|
||||
}
|
||||
SHOW_BLOG_TITLE = True
|
||||
|
|
@ -89,7 +89,7 @@ DEPLOY_COMMANDS = {
|
|||
INDEX_READ_MORE_LINK = '<p class="more"><a href="{link}">{read_more}...</a></p>'
|
||||
FEED_READ_MORE_LINK = '<p><a href="{link}">{read_more}...</a> ({min_remaining_read})</p>'
|
||||
LICENSE = ""
|
||||
CONTENT_FOOTER = 'Contents © {date} <a href="mailto:{email}">{author}</a> <p> Powered by <a href="http://getnikola.com" rel="nofollow">Nikola</a> {license}'
|
||||
CONTENT_FOOTER = 'Contents © {date} <a href="mailto:{email}">{author}</a> {license}'
|
||||
CONTENT_FOOTER_FORMATS = {
|
||||
DEFAULT_LANG: (
|
||||
(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue