Skip to content

Commit e7aa699

Browse files
committed
Merge pull request barryclark#343 from fleeting/master
Replacing the custom feed.xml with the official jekyll-feed gem.
2 parents ca05a83 + 6d291c9 commit e7aa699

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)