diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gem "jekyll", "~> 3.8" +gem "minima", "~> 2.0" + group :jekyll_plugins do gem "jekyll-redirect-from", "~> 0.15.0" + gem "jekyll-feed", "~> 0.6" end |