removing unused cruft

This commit is contained in:
James Walker 2016-10-23 22:17:50 -04:00
parent 3dfa9bdd1d
commit 38bb6d6b67
4 changed files with 0 additions and 44 deletions

View File

@ -1,8 +0,0 @@
---
layout: {{ layout }}
title: {{ title }}
summary: {{ summary }}
image: {{ image }}
image_source: {{ image_source }}
tags: {{ tags }}
---

View File

@ -1,4 +0,0 @@
---
layout: {{ layout }}
title: {{ title }}
---

View File

@ -1,9 +0,0 @@
---
layout: {{ layout }}
title: {{ title }}
summary: {{ summary }}
image: {{ image }}
image_source: {{ image_source }}
date: {{ date }}
tags: {{ tags }}
---

View File

@ -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
<IfModule mod_rewrite.c>
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
</IfModule>