From 38bb6d6b6707945c568139fe7a2ac813270b1614 Mon Sep 17 00:00:00 2001 From: James Walker Date: Sun, 23 Oct 2016 22:17:50 -0400 Subject: [PATCH] removing unused cruft --- _templates/draft | 8 -------- _templates/page | 4 ---- _templates/post | 9 --------- htaccess | 23 ----------------------- 4 files changed, 44 deletions(-) delete mode 100644 _templates/draft delete mode 100644 _templates/page delete mode 100644 _templates/post delete mode 100644 htaccess diff --git a/_templates/draft b/_templates/draft deleted file mode 100644 index 732c540..0000000 --- a/_templates/draft +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: {{ layout }} -title: {{ title }} -summary: {{ summary }} -image: {{ image }} -image_source: {{ image_source }} -tags: {{ tags }} ---- diff --git a/_templates/page b/_templates/page deleted file mode 100644 index b2f881e..0000000 --- a/_templates/page +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: {{ layout }} -title: {{ title }} ---- diff --git a/_templates/post b/_templates/post deleted file mode 100644 index 9bc96af..0000000 --- a/_templates/post +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: {{ layout }} -title: {{ title }} -summary: {{ summary }} -image: {{ image }} -image_source: {{ image_source }} -date: {{ date }} -tags: {{ tags }} ---- diff --git a/htaccess b/htaccess deleted file mode 100644 index 2010881..0000000 --- a/htaccess +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: null -permalink: .htaccess ---- -ErrorDocument 404 /404.html -Options +Multiviews - -Redirect permanent /james-walker /about.html - -Redirect permanent /node/feed /atom.xml -Redirect permanent /rss.xml /atom.xml -Redirect permanent /topics/drupal/feed /tag/drupal/atom.xml -Redirect permanent /tag/openid/feed /tag/openid/atom.xml - - - RewriteEngine on - - RewriteCond %{HTTP_USER_AGENT} !^(FeedBurner|FeedValidator) [NC] - RewriteRule ^atom.xml http://feeds.feedburner.com/walkah - - RewriteCond %{HTTP_USER_AGENT} !^(FeedBurner|FeedValidator) [NC] - RewriteRule ^tag/drupal/atom.xml http://feeds.feedburner.com/walkah/drupal - \ No newline at end of file