Files
www/blog.bryanroessler.com/Gemfile
2020-03-13 09:43:09 -04:00

12 lines
261 B
Ruby

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'