Skip to content

Commit 6d291c9

Browse files
committed
Adding the official jekyll-feed gem for atom/rss feed.
1 parent 0b7e2f5 commit 6d291c9

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

_config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ footer-links:
2525
instagram:
2626
linkedin:
2727
pinterest:
28-
rss: # just type anything here for a working RSS icon, make sure you set the "url" above!
28+
rss: # just type anything here for a working RSS icon
2929
twitter: jekyllrb
3030
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
3131
youtube: # channel/<your_long_string> or user/<user-name>
@@ -67,6 +67,7 @@ sass:
6767
# Use the following plug-ins
6868
gems:
6969
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
70+
- jekyll-feed # Create an Atom feed using the official Jekyll feed gem
7071

7172
# Exclude these files from your production _site
7273
exclude:

feed.xml

-21
This file was deleted.

0 commit comments

Comments
 (0)