-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathGemfile
More file actions
31 lines (24 loc) · 613 Bytes
/
Gemfile
File metadata and controls
31 lines (24 loc) · 613 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"
gem "jekyll"
# Jekyll dependencies
gem "bundler"
gem "csv"
gem "ostruct"
gem "webrick"
group :jekyll_plugins do
# RSS Feed Generation
# https://github.com/jekyll/jekyll-feed
gem "jekyll-feed"
# i18n Support
# https://github.com/untra/polyglot
gem "jekyll-polyglot"
# Get modification date of pages
# https://github.com/gjtorikian/jekyll-last-modified-at
gem "jekyll-last-modified-at"
# Emojis
# https://github.com/jekyll/jemoji
gem "jemoji"
end
# External Testing
# https://github.com/gjtorikian/html-proofer
gem "html-proofer"