From 6d291c90df9164453c9bb1947aa08e4e99de529c Mon Sep 17 00:00:00 2001 From: James Fleeting Date: Wed, 2 Dec 2015 19:00:30 -0500 Subject: Adding the official jekyll-feed gem for atom/rss feed. --- _config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index cebf496..f62e5d0 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: -- cgit v1.2.3