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'
|
#JS_DATE_FORMAT = 'YYYY-MM-dd HH:mm'
|
||||||
DATE_FANCINESS = 0
|
DATE_FANCINESS = 0
|
||||||
POSTS = (
|
POSTS = (
|
||||||
("posts/*.rst", "posts", "post.tmpl"),
|
|
||||||
("posts/*.md", "posts", "post.tmpl"),
|
("posts/*.md", "posts", "post.tmpl"),
|
||||||
|
("posts/*.rst", "posts", "post.tmpl"),
|
||||||
("posts/*.html", "posts", "post.tmpl"),
|
("posts/*.html", "posts", "post.tmpl"),
|
||||||
("posts/*.wp", "posts", "post.tmpl"),
|
("posts/*.wp", "posts", "post.tmpl"),
|
||||||
)
|
)
|
||||||
|
|
@ -68,8 +68,8 @@ PAGES = (
|
||||||
("stories/*.txt", "stories", "story.tmpl"),
|
("stories/*.txt", "stories", "story.tmpl"),
|
||||||
)
|
)
|
||||||
COMPILERS = {
|
COMPILERS = {
|
||||||
"rest": ('.rst', '.txt'),
|
|
||||||
"markdown": ('.md', '.mdown', '.markdown'),
|
"markdown": ('.md', '.mdown', '.markdown'),
|
||||||
|
"rest": ('.rst', '.txt'),
|
||||||
"html": ('.html', '.htm', '.wp'),
|
"html": ('.html', '.htm', '.wp'),
|
||||||
}
|
}
|
||||||
SHOW_BLOG_TITLE = True
|
SHOW_BLOG_TITLE = True
|
||||||
|
|
@ -89,7 +89,7 @@ DEPLOY_COMMANDS = {
|
||||||
INDEX_READ_MORE_LINK = '<p class="more"><a href="{link}">{read_more}...</a></p>'
|
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>'
|
FEED_READ_MORE_LINK = '<p><a href="{link}">{read_more}...</a> ({min_remaining_read})</p>'
|
||||||
LICENSE = ""
|
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 = {
|
CONTENT_FOOTER_FORMATS = {
|
||||||
DEFAULT_LANG: (
|
DEFAULT_LANG: (
|
||||||
(),
|
(),
|
||||||
|
|
|
||||||
BIN
files/wp-content/uploads/2019/05/20190518120737.jpg
Normal file
BIN
files/wp-content/uploads/2019/05/20190518120737.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
6
posts/2019/05/24/p52-20-mckinney-falls.rst
Normal file
6
posts/2019/05/24/p52-20-mckinney-falls.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
.. title: P52-20 : McKinney Falls
|
||||||
|
.. slug: p52-20-mckinney-falls
|
||||||
|
.. date: 2019-05-24 04:00
|
||||||
|
.. tags: P52,Pictures
|
||||||
|
.. image:: /wp-content/uploads/2019/05/20190518120737.jpg
|
||||||
|
:alt: P52-20 : McKinney Falls
|
||||||
Loading…
Add table
Add a link
Reference in a new issue