forked from MarcoDiFrancesco/marcodifrancesco.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
24 lines (18 loc) · 729 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
source "https://rubygems.org"
gem "jekyll", "~> 4.0"
gem "minima", "~> 2.0"
gem "webrick", "~> 1.7"
#gem "jekyll-theme-primer"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# README contains build and version info
#gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
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]
# Performance-booster for watching directories on Windows
#gem "wdm", "~> 0.1.0" if Gem.win_platform?