From 4e7085e82e7aa48b8bc404fd7926b673fc425cdf Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 17 Nov 2020 16:23:51 -0700 Subject: rework around cactus-ssg --- feed.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 feed.xml (limited to 'feed.xml') diff --git a/feed.xml b/feed.xml new file mode 100644 index 0000000..551c13e --- /dev/null +++ b/feed.xml @@ -0,0 +1,23 @@ + + + + + {{ now }} + /feed.xml + boringcactus + boringcactus's blog posts + + boringcactus / Melody Horn + / + + {% for post in posts %} + + {{ post.title }} + + {{ post.date }}T00:00:00Z + {{ post.date }}T00:00:00Z + {{ post.url }} + {{ post | attr(content_attr) }} + + {% endfor %} + -- cgit v1.2.3