diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,2 +1,7 @@ source 'https://rubygems.org' -gem 'github-pages', '226' +gem 'jekyll', '~> 4.2' + +group :jekyll_plugins do + gem 'jekyll-github-metadata' + gem 'jekyll-remote-theme' +end |