From 2028f4e2e999c2fa3155ddabc1942bb7ff20f02f Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Fri, 22 Mar 2019 21:06:42 +0000 Subject: Add atom feed generation --- templates/blog.atom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 templates/blog.atom.xml (limited to 'templates') diff --git a/templates/blog.atom.xml b/templates/blog.atom.xml new file mode 100644 index 0000000..c506670 --- /dev/null +++ b/templates/blog.atom.xml @@ -0,0 +1,21 @@ + + + https://the-tk.com/blog.html + the-tk.com - Blog + {{ page.posts[0].date|datefmt }}T00:00:00Z + + Tomasz Kramkowski + tk@the-tk.com + https://the-tk.com/ + + + + {% for post in page.posts %} + {{ post.title }} + + {{ site.baseurl }}/{{ post.location }} + {{ post.date|datefmt }}T00:00:00Z + {{ post.pre }} + + {% endfor %} + -- cgit v1.2.3-54-g00ecf