-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
39 lines (27 loc) · 818 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
source "https://rubygems.org"
# Specify the Jekyll version
gem 'jekyll', '>= 4.4.1'
# Default theme for new Jekyll sites
gem 'minima'
# Windows and JRuby do not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
# Additional plugins
gem 'jekyll-sitemap'
gem 'jekyll-seo-tag'
gem 'jekyll-toc'
# gem 'webrick', '~> 1.7'
# Ensure compatibility with the logger gem
gem 'logger'
# Ensure compatibility with the rubyzip gem
gem 'rubyzip'
# Add csv and bigdecimal to avoid warnings
gem 'csv'
gem 'bigdecimal'
gem "jekyll-include-cache"
gem 'jekyll-theme-cayman'