-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGemfile
35 lines (27 loc) · 1.41 KB
/
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
source "https://rubygems.org"
####################################################################################################
#
# README: You should not edit this file unless absolutely needed!
# This file is setup to work under GitHub pages. To use
# this locally, comment out the GitHub pages section and
# uncomment the local section instead.
#
####################################################################################################
####################################################################################################
# Github Usage
####################################################################################################
# gem "github-pages", group: :jekyll_plugins
####################################################################################################
# Local Usage
####################################################################################################
# This will help ensure the proper Jekyll version is running.
gem "jekyll", "~> 3.8.2"
gem "jekyll-remote-theme"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minimal-mistakes-jekyll"
# If you have any plugins, put them here!
group :jekyll_plugins do
#gem "jekyll-feed", "~> 0.6"
end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?