We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7e2f5 commit 6d291c9Copy full SHA for 6d291c9
_config.yml
@@ -25,7 +25,7 @@ footer-links:
25
instagram:
26
linkedin:
27
pinterest:
28
- 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
29
twitter: jekyllrb
30
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
31
youtube: # channel/<your_long_string> or user/<user-name>
@@ -67,6 +67,7 @@ sass:
67
# Use the following plug-ins
68
gems:
69
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
70
+ - jekyll-feed # Create an Atom feed using the official Jekyll feed gem
71
72
# Exclude these files from your production _site
73
exclude:
feed.xml
0 commit comments