-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
26 lines (23 loc) · 703 Bytes
/
Gemfile
File metadata and controls
26 lines (23 loc) · 703 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
# frozen_string_literal: true
source "https://rubygems.org"
gem "webrick", "~> 1.7"
gem "rouge", "~> 3.26"
gem "kramdown-parser-gfm", "~> 1.1"
gem "jekyll", "~> 4.2"
gem "jekyll-imagemagick"
gem "mini_magick"
gem "jekyll-sass-converter", "~> 2.0"
gem "ruby-vips", "~> 2.0.17"
gem 'ffi'
group :jekyll_plugins do
gem "jekyll-last-modified-at"
gem "jekyll-date-localization"
gem 'jekyll-sitemap'
gem 'jekyll-timeago', '~> 0.14.0'
gem 'jekyll-lazy-load-image', require: 'jekyll-lazy-load-image/auto-execution'
gem 'jekyll-thumbnails', git: 'https://github.com/Emilostuff/jekyll-thumbnails'
gem 'jekyll_picture_tag', "~> 2.0.4"
end
group :development do
gem "jekyll-watch", "~> 2.2"
end