From cbea44c4f38484be5c4370162a2ac6899f8b3880 Mon Sep 17 00:00:00 2001 From: JoseĢ Mota Date: Thu, 24 May 2012 21:31:50 +0100 Subject: Add RSS. --- rss.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 rss.xml diff --git a/rss.xml b/rss.xml new file mode 100644 index 0000000..4722d0c --- /dev/null +++ b/rss.xml @@ -0,0 +1,27 @@ +--- +layout: nil +--- + + + + coyled.com + http://coyled.com/ + + stuff from coyled + en-us + {{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }} + {{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }} + + {% for post in site.posts %} + + {{ post.title }} + http://coyled.com{{ post.url }} + {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} + coyled@coyled.com (Dave Coyle) + http://coyled.com{{ post.id }} + {{ post.content | xml_escape }} + + {% endfor %} + + + -- cgit v1.2.3-54-g00ecf