diff --git a/Gemfile b/Gemfile index bb94df8..6c0cd18 100644 --- a/Gemfile +++ b/Gemfile @@ -2,3 +2,5 @@ source "https://rubygems.org" gemspec +gem 'github-pages' +gem 'jekyll-feed' \ No newline at end of file diff --git a/_config.yml b/_config.yml index 6d8ae33..0160232 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,8 @@ title: Shreyas Mocherla #show_downloads: true logo: /assets/Circle_cropped.png theme: jekyll-theme-minimal +plugins: + - jekyll-feed --- ======= title: Shreyas's Home