From b6c86579f3b47b097e587d688651782eaeea066f Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 6 Jul 2013 18:05:27 +0200 Subject: [PATCH] Add feed and link to feed in header. Props @benbalter --- site/_includes/top.html | 1 + site/feed.xml | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 site/feed.xml diff --git a/site/_includes/top.html b/site/_includes/top.html index 3b5c630b..9a0d5a8f 100644 --- a/site/_includes/top.html +++ b/site/_includes/top.html @@ -4,6 +4,7 @@ {{ page.title }} + diff --git a/site/feed.xml b/site/feed.xml new file mode 100644 index 00000000..bd49bd69 --- /dev/null +++ b/site/feed.xml @@ -0,0 +1,36 @@ +--- +layout: none +permalink: /feed.xml +--- + + + + + Jekyll • Simple, blog-aware, static sites + + http://jekyllrb.com + {{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }} + {{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }} + en-US + Transform your plain text into static websites and blogs. + {% for post in site.posts %} + + {{ post.title }} + http://jekyllrb.com{{ post.url }} + {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} + {{ post.author }} + {% for tag in post.tags %}{{ tag | xml_escape }} + {% endfor %}{% for cat in post.categories %}{{ cat | xml_escape }} + {% endfor %}{{ post.id }} + + + {% endfor %} + +