old-techblog/Gemfile

14 lines
372 B
Ruby
Raw Normal View History

2017-12-29 10:06:02 +00:00
source "https://rubygems.org"
2018-01-30 13:52:14 +00:00
gem "jekyll"
2018-01-23 20:05:59 +00:00
gem "minima", "~> 2.0", git: 'https://github.com/rfwatson/minima-2col'
gem "pygments.rb"
2017-12-29 10:06:02 +00:00
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
2018-01-10 07:02:35 +00:00
gem 'jekyll-seo-tag'
2018-01-23 20:05:59 +00:00
gem 'jekyll-stealthy-share', git: 'https://github.com/rfwatson/jekyll-stealthy-share'
2017-12-29 10:06:02 +00:00
end
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]