-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
40 lines (34 loc) · 877 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
source "https://rubygems.org"
# No longer bundled with ruby
gem "csv"
gem "ostruct"
gem "logger"
# Jekyll requirements
gem "jekyll", "~> 4.3.3"
gem "classifier-reborn"
gem "faraday-retry"
# The theme
gem "minimal-mistakes-jekyll", "~> 4.26.1"
# Jekyll Plugins
group :jekyll_plugins do
gem "jekyll-algolia"
gem "jekyll-archives"
gem "jekyll-default-layout"
gem "jekyll-feed"
gem "jekyll-gist"
gem "jekyll-include-cache"
gem "jekyll-optional-front-matter"
gem "jekyll-paginate-v2"
gem "jekyll-relative-links"
gem "jekyll-seo-tag"
gem "jekyll-sitemap"
gem "jekyll-titles-from-headings"
gem "jekyll-toc"
gem "jemoji"
end
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]