From 8f28fc58d5fe68775fbe552eb172cbb4ad8614b1 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 30 May 2024 09:02:38 -0400 Subject: Further customization and porting of older content --- atom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 atom.xml (limited to 'atom.xml') diff --git a/atom.xml b/atom.xml new file mode 100644 index 0000000..b50e1c7 --- /dev/null +++ b/atom.xml @@ -0,0 +1,22 @@ +--- +layout: none +--- + + + {{ site.title | xml_escape }} + + {{ site.time | date_to_xmlschema }} + {{ site.url | append: site.baseurl | append: '/atom.xml' }} + + {{ site.author.name }} + + {% for post in site.posts limit:10 %} + + {{ post.title | xml_escape }} + + {{ post.id }} + {{ post.date | date_to_xmlschema }} + {{ post.content | xml_escape }} + + {% endfor %} + -- cgit v1.2.3-54-g00ecf