Adding the official jekyll-feed gem for atom/rss feed.
This commit is contained in:
parent
0b7e2f516b
commit
6d291c90df
2 changed files with 2 additions and 22 deletions
|
@ -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/<your_long_string> or user/<user-name>
|
||||
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue