-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
27 lines (22 loc) · 748 Bytes
/
Gemfile
File metadata and controls
27 lines (22 loc) · 748 Bytes
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
source "https://rubygems.org"
ruby RUBY_VERSION
gem "jekyll", "3.10.0"
# to use GitHub Pages
# gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jemoji"
gem "github-pages"
gem "jekyll-remote-theme"
gem "jekyll-sass-converter"
gem "jekyll-paginate"
#gem "jekyll-feed"
gem "jekyll-sitemap"
gem "jekyll-seo-tag"
#gem "html-pipeline"
gem "kramdown-parser-gfm" # Github flavored markdown parser
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", :install_if => Gem.win_platform?