-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathGemfile
More file actions
22 lines (17 loc) · 808 Bytes
/
Gemfile
File metadata and controls
22 lines (17 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
source "https://rubygems.org"
# This is where you manage which Jekyll version is used to run. When you want to
# use different versions, change it below, save the file and run `bundle install`.
# If you want to use GitHub, remove "gem "jekyll"" and uncomment the second line.
# To upgrade, run `bundle update github-pages`.
gem "jekyll", "~> 4.4.1"
# gem "github-pages", group: :jekyll_plugins
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5.2"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem "jekyll-redirect-from"
gem 'jekyll-sitemap'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]