diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,3 +2,11 @@ source "https://rubygems.org" gemspec + +# If you have any plugins, put them here! +group :jekyll_plugins do + gem "jekyll-paginate" +end + +# Performance-booster for watching directories on Windows +gem "wdm", "~> 0.1.0" if Gem.win_platform? |