From ea349cdfbfa4d42110099e49a8ff23f7213cd5b6 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Wed, 29 Jun 2011 14:01:06 -0400 Subject: Moved themes to .themes to get it out of the way. Updated Rakefile to support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use --- themes/classic/source/atom.xml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 themes/classic/source/atom.xml (limited to 'themes/classic/source/atom.xml') diff --git a/themes/classic/source/atom.xml b/themes/classic/source/atom.xml deleted file mode 100644 index 3b4e6613..00000000 --- a/themes/classic/source/atom.xml +++ /dev/null @@ -1,28 +0,0 @@ ---- -layout: nil ---- - - - - {{ site.blog_title }} - - - {{ site.time | date_to_xmlschema }} - {{ site.url }}/ - - {{ site.author }} - {% if site.email %} - {{ site.email }} - {% endif %} - - - {% for post in site.posts %} - - {{ post.title }} - - {{ post.date | date_to_xmlschema }} - {{ site.url }}{{ post.id }} - {{ post.content | full_urls: site.url | xml_escape }} - - {% endfor %} - -- cgit v1.2.1