diff --git a/_config.yml b/_config.yml index 9292b94..6902b49 100644 --- a/_config.yml +++ b/_config.yml @@ -31,7 +31,7 @@ footer-links: instagram: linkedin: pinterest: - rss: + rss: # for rss, add the entire URL of our site, e.g. http://www.barryclark.co twitter: your-username # diff --git a/feed.xml b/feed.xml new file mode 100644 index 0000000..899221c --- /dev/null +++ b/feed.xml @@ -0,0 +1,21 @@ +--- +layout: none +--- + + + + {{ site.name | xml_escape }} + {{ site.description | xml_escape }} + {{ site.footer-links.rss }} + + {% for post in site.posts limit:10 %} + + {{ post.title | xml_escape }} + {{ post.content | xml_escape }} + {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} + {{ site.footer-links.rss }}/{{ post.url }} + {{ site.footer-links.rss }}/{{ post.url }} + + {% endfor %} + + \ No newline at end of file