diff --git a/conf.py b/conf.py index db887341..887a0747 100644 --- a/conf.py +++ b/conf.py @@ -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 = '
{read_more} ({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", diff --git a/images/Random/deadpool-sa.jpg b/images/Random/deadpool-sa.jpg new file mode 100644 index 00000000..c7565ef0 Binary files /dev/null and b/images/Random/deadpool-sa.jpg differ diff --git a/posts/2016/08/deadpool.md b/posts/2016/08/deadpool.md new file mode 100644 index 00000000..7f077390 --- /dev/null +++ b/posts/2016/08/deadpool.md @@ -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 + + +There is a new sheriff in town. + diff --git a/sigal/sigal.conf.py b/sigal/sigal.conf.py index 9654e6f1..8d19417f 100644 --- a/sigal/sigal.conf.py +++ b/sigal/sigal.conf.py @@ -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 = '' diff --git a/state_data.json b/state_data.json deleted file mode 100644 index f8164490..00000000 --- a/state_data.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "last_deploy": "2016-08-01T03:19:46.195270" -} \ No newline at end of file