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",