From d2e4da10c806d815eded44ade076babb78802c16 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 22 Jan 2024 13:06:19 -0500 Subject: Initial commit to new cgit platform --- posts.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 posts.xml (limited to 'posts.xml') diff --git a/posts.xml b/posts.xml new file mode 100644 index 0000000..06079a8 --- /dev/null +++ b/posts.xml @@ -0,0 +1,31 @@ +--- +layout: null +--- + + + + + {{ site.title }} + + + {{ site.time | date_to_xmlschema }} + {{ site.url }}/posts.xml + + {{ site.author.name }} + {{ site.author.email }} + + + {% for post in site.posts %} + + {{ post.title }} + {{ post.date | date_to_xmlschema }} + {{ post.date | date_to_xmlschema }} + + {{ site.url }}{{ post.url }} + + {{ post.content | xml_escape }} + + + {% endfor %} + + -- cgit v1.2.3-54-g00ecf