diff --git a/blog/atom.xml b/blog/atom.xml new file mode 100644 index 000000000..91bfda351 --- /dev/null +++ b/blog/atom.xml @@ -0,0 +1,27 @@ +--- +layout: nil +--- + + + + The beets blog. + + + {{ site.time | date_to_xmlschema }} + {{ site.url }}/blog/ + + Adrian Sampson + adrian@radbox.org + + + {% for post in site.posts %} + + {{ post.title }} + + {{ post.date | date_to_xmlschema }} + {{site.url }}{{ post.id }} + {{ post.content | xml_escape }} + + {% endfor %} + +