forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGemfile
32 lines (24 loc) · 780 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
source "https://rubygems.org"
# Trying to force the use of the latest Jekyll version. After info here:
# https://www.christianengvall.se/upgrade-to-latest-jekyll-version/
# gem "jekyll", "3.8.5"
gem "jekyll-remote-theme"
gem "github-pages", group: :jekyll_plugins
gem "minimal-mistakes-jekyll"
# The following plugins are automatically loaded by the theme-gem:
# gem "jekyll-paginate"
# gem "jekyll-sitemap"
# gem "jekyll-gist"
# gem "jekyll-feed"
# gem "jemoji"
# gem "jekyll-data"
# See here: https://github.com/mmistakes/minimal-mistakes/issues/1937
gem "jekyll-include-cache"
#
# If you have any other plugins, put them here!
group :jekyll_plugins do
end
gem "webrick", "~> 1.8"
gem "exec", "~> 0.0.3"
gem "jekyll", "~> 3.9"
gem "serve", "~> 0.11.7"