Gemfile 261 B

1234567891011
  1. source 'https://rubygems.org'
  2. gem 'jekyll'
  3. gem "github-pages", '197', group: :jekyll_plugins
  4. # enable tzinfo-data for local build
  5. # gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
  6. gem 'jekyll-paginate'
  7. gem 'markdown_helper', '~> 2.5', '>= 2.5.2'