Student of Computational Linguistics and High Performance Computing
I added RSS/Atom support to my jekyll-based blog (the one you’re reading right now). These instructions were all I did.
To summarize,
gem 'jekyll-feed'
to your Gemfileplugins:
- jekyll-feed
bundler exec jekyll build
)