-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
30 lines (25 loc) · 778 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
source 'https://rubygems.org'
gem 'jekyll', '>=3.9.1'
gem "webrick", "~> 1.7"
group :jekyll_plugins do
# Github pages (always on) plugins list
gem 'jekyll-coffeescript'
#gem 'jekyll-default-layout'
gem 'jekyll-gist'
#gem 'jekyll-github-metadata'
gem 'jekyll-optional-front-matter'
gem 'jekyll-paginate'
#gem 'jekyll-readme-index'
#gem 'jekyll-titles-from-headings'
#gem 'jekyll-relative-links'
# Theme plugins
gem 'jekyll-seo-tag'
# Additional plugins
gem 'emoji_for_jekyll'
gem 'jekyll-external-links'
gem 'jekyll-mentions'
gem 'jekyll_github_sample'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem 'wdm', '>= 0.1.0' if Gem.win_platform?