-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathGemfile
More file actions
20 lines (17 loc) · 609 Bytes
/
Gemfile
File metadata and controls
20 lines (17 loc) · 609 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
source 'https://rubygems.org'
gem 'jekyll', '~> 4.2'
gem 's3_website', '3.3.0'
group :jekyll_plugins do
gem 'jekyll-redirect-from', '0.16.0'
gem 'jekyll-sitemap', '1.4.0'
gem 'jekyll-paginate', '1.1.0'
gem 'jekyll-asciidoc'
gem 'jekyll-toc'
gem 'nokogiri', '1.12.2' # Addresssing security issue in earlier versions of this library
gem 'jekyll-feed'
end
# https://github.com/jekyll/jekyll-redirect-from/issues/150
Encoding.default_external = Encoding::UTF_8
# https://github.com/jekyll/github-metadata — used to obtain git sha
gem "jekyll-github-metadata", "~> 2.13"
gem "webrick", "~> 1.7"