auto commit due to nikola deploy Thu Sep 1 06:27:33 CDT 2016

This commit is contained in:
Don Harper 2016-09-01 06:27:33 -05:00
parent 8cd5d84e7a
commit 55a88fceaa
5 changed files with 20 additions and 11 deletions

14
conf.py
View file

@ -38,20 +38,20 @@ NAVIGATION_LINKS = {
),
}
#THEME = "slate"
THEME = "duckland"
#THEME = "duckland"
#THEME = "superhero"
#THEME = "material-theme"
THEME = "material-theme"
TIMEZONE = "CDT6CST"
DATE_FORMAT = '%Y-%m-%d'
JS_DATE_FORMAT = 'YYYY-MM-DD'
DATE_FANCINESS = 1
PRETTY_URLS = False
POSTS = (
("posts/*.md", "posts", "post.tmpl"),
("posts/*.rst", "posts", "post.tmpl"),
("posts/*.txt", "posts", "post.tmpl"),
("posts/*.md", "posts", "post.tmpl"),
("posts/*.rst", "posts", "post.tmpl"),
("posts/*.txt", "posts", "post.tmpl"),
("posts/*.html", "posts", "post.tmpl"),
("posts/*.wp", "posts", "post.tmpl"),
("posts/*.wp", "posts", "post.tmpl"),
)
PAGES = (
("stories/*.md", "stories", "story.tmpl"),
@ -81,7 +81,7 @@ FEED_READ_MORE_LINK = '<p><a href="{link}">{read_more}</a> ({min_remaining_read}
FEED_LINKS_APPEND_QUERY = False
DEPLOY_COMMANDS = {
'default': [
#"nikola check -fl",
"nikola check -l",
"cd sigal; sigal build",
"nikola build",
"nikola check -l",

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

12
posts/2016/08/deadpool.md Normal file
View file

@ -0,0 +1,12 @@
.. title: Deadpool BOFH
.. slug: deadpool_bofh
.. date: 2016-08-29 21:33:17 UTC-05:00
.. tags: personal,photo
.. category:
.. link:
.. description:
.. type: text
![Deadpool BOFH](/images/Random/deadpool-sa.jpg "Deadpool BOFH")
There is a new sheriff in town.

View file

@ -164,7 +164,7 @@ use_assets_cdn = False
# links = [('Example link', 'http://example.org'),
# ('Another link', 'http://example.org')]
#links = [('back to duckland.org home page', 'http://www.duckland.org')]
links = [('Photos Home','/photos'),('back to duckland.org home page', '/')]
links = [('Photos Home','/photos'),('Home Page', '/')]
# Google Analytics tracking code (UA-xxxx-x)
# google_analytics = ''

View file

@ -1,3 +0,0 @@
{
"last_deploy": "2016-08-01T03:19:46.195270"
}