blob: 39155626d51b25500d631b687fbae1b736e0a994 (
plain) (
tree)
|
|
source 'https://rubygems.org'
gem 'jekyll', '~> 3'
gem 'jekyll-github-metadata'
gem 'jekyll-paginate'
gem 'jekyll-remote-theme'
gem 'jekyll-tidy'
# Why is this not a dependency of Jekyll? Considering that without
# kramdown-parser-gfm, Jekyll will error out.
gem 'kramdown-parser-gfm'
|