-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGemfile
More file actions
31 lines (28 loc) · 651 Bytes
/
Gemfile
File metadata and controls
31 lines (28 loc) · 651 Bytes
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
27
28
29
30
31
source 'https://rubygems.org'
gem 'fastimage'
gem 'jekyll'
gem 'jekyll-minifier'
gem 'liquid-c'
# I want to use docker syntax
gem 'rouge', '~> 4.5.2'
group :jekyll_plugins do
gem 'jekyll-algolia'
gem 'jekyll-archives'
gem 'jekyll-autoprefixer'
gem 'jekyll-lazy-load-image', require: 'jekyll-lazy-load-image/auto-execution'
gem 'jekyll-paginate'
gem 'jekyll-redirect-from'
gem 'jekyll-sitemap'
gem 'jekyll-tagging'
gem 'jekyll-tagging-related_posts'
gem 'jekyll-target-blank'
end
group :development do
gem 'html-proofer'
gem 'pry-byebug'
gem 'rake'
gem 'rubocop'
gem 'rubocop-rake'
gem 'webrick'
gem 'yamllint'
end