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