diff --git a/atom.xml b/atom.xml new file mode 100644 index 0000000000000000000000000000000000000000..f088ba400382b71766f85100be2eb60e40797a30 --- /dev/null +++ b/atom.xml @@ -0,0 +1,28 @@ +--- +layout: nil +title : Atom Feed +--- + + + + {{ site.title }} + + + {{ site.time | date_to_xmlschema }} + {{ site.production_url }} + + {{ site.author.name }} + {{ site.author.email }} + + + {% for post in site.posts %} + + {{ post.title }} + + {{ post.date | date_to_xmlschema }} + {{ site.production_url }}{{ post.id }} + {{ post.content | xml_escape }} + + {% endfor %} + + \ No newline at end of file