diff --git a/feed.xml b/feed.xml new file mode 100644 index 0000000..52a7283 --- /dev/null +++ b/feed.xml @@ -0,0 +1,33 @@ +--- +layout: null +--- + + + + {{ site.title | xml_escape }} + {{ site.description | xml_escape }} + {{ site.url }}{{ site.baseurl }}/ + + {{ site.time | date_to_rfc822 }} + {{ site.time | date_to_rfc822 }} + Jekyll v{{ jekyll.version }} + {% for post in site.posts limit:20 %} + {% assign gallery = post.path | split: '/' | last | split: '.' | first %} + + {{ post.title | xml_escape }} + + {{ post.date | date_to_rfc822 }} + {{ post.url | prepend: site.baseurl | prepend: site.url }} + {{ post.url | prepend: site.baseurl | prepend: site.url }} + {% for tag in post.tags %} + {{ tag | xml_escape }} + {% endfor %} + {% for cat in post.categories %} + {{ cat | xml_escape }} + {% endfor %} + + {% endfor %} + + \ No newline at end of file