From 6d291c90df9164453c9bb1947aa08e4e99de529c Mon Sep 17 00:00:00 2001 From: James Fleeting Date: Wed, 2 Dec 2015 19:00:30 -0500 Subject: [PATCH] Adding the official jekyll-feed gem for atom/rss feed. --- _config.yml | 3 ++- feed.xml | 21 --------------------- 2 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 feed.xml diff --git a/_config.yml b/_config.yml index cebf4965e4141..f62e5d0483433 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,7 @@ footer-links: instagram: linkedin: pinterest: - rss: # just type anything here for a working RSS icon, make sure you set the "url" above! + rss: # just type anything here for a working RSS icon twitter: jekyllrb stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers" youtube: # channel/ or user/ @@ -67,6 +67,7 @@ sass: # Use the following plug-ins gems: - jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem + - jekyll-feed # Create an Atom feed using the official Jekyll feed gem # Exclude these files from your production _site exclude: diff --git a/feed.xml b/feed.xml deleted file mode 100644 index cd2321ba79f5d..0000000000000 --- a/feed.xml +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: null ---- - - - - {{ site.name | xml_escape }} - {{ site.description | xml_escape }} - {{ site.url }} - - {% 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.url }}{{ post.url }} - {{ site.url }}{{ post.url }} - - {% endfor %} - - \ No newline at end of file