diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,2 +1,9 @@ source 'https://rubygems.org' -gem 'github-pages', '226' +gem 'jekyll', '~> 3' + +gem 'jekyll-github-metadata' +gem 'jekyll-paginate' +gem 'jekyll-remote-theme' +# Why is this not a dependency of Jekyll? Considering that without +# kramdown-parser-gfm, Jekyll will error out. +gem 'kramdown-parser-gfm' |