-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathGemfile
26 lines (23 loc) · 900 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
source "https://rubygems.org"
### MM Gems
gem "minimal-mistakes-jekyll", :github => "mmistakes/minimal-mistakes"
# gem "minimal-mistakes-jekyll", :github => "mmistakes/minimal-mistakes", :branch => 'smooth-scroll-gumshoe'
gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem 'liquid-c' # gem to speed up Liquid parsing - https://talk.jekyllrb.com/t/help-us-benchmark-jekyll/1629/18
#gem "nokogiri", ">= 1.14.5" # html-proofer requirement
#gem 'ffi' # html-proofer requirement
#gem 'html-proofer'
gem 'activesupport', '6.1.7.1'
gem 'travis'
gem 'json', '2.3.1'
gem 'jekyll'
gem 'launchy', '2.4.3'
# If you have any plugins, put them here!
group :jekyll_plugins do
gem 'jekyll-include-cache' # gem to speed up Liquid parsing
gem 'jekyll-commonmark' # gem to speed up Markdown
gem 'liquid-md5'
gem 'jekyll-archives'
gem 'octopress'
gem "kramdown-parser-gfm"
end