-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
31 lines (23 loc) · 641 Bytes
/
Gemfile
File metadata and controls
31 lines (23 loc) · 641 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
28
29
30
31
source "https://rubygems.org"
# Core Jekyll
gem "jekyll", "~> 4.4.1"
# Jekyll Plugins
gem 'jemoji', '~> 0.13.0'
gem 'jekyll-mentions', '~> 1.6.0'
gem 'jekyll-sitemap', '~> 1.4.0'
gem 'jekyll-feed', '~> 0.17.0'
gem 'jekyll-seo-tag', '~> 2.8.0'
# Additional Recommended Plugins
gem 'jekyll-redirect-from', '~> 0.16.0'
gem 'jekyll-sass-converter', '~> 3.1.0'
# Utilities
gem 'webrick', '~> 1.9.1'
gem 'ostruct', '~> 0.6.1'
gem 'rack', '~> 3.0.0'
gem 'sinatra', '~> 4.0.0'
gem 'sinatra-contrib', '~> 4.0.0'
# Windows-specific gems
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
group :jekyll_plugins do
gem 'jekyll-admin', '~> 0.12.0'
end