-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
60 lines (54 loc) · 1.79 KB
/
Copy pathGemfile
File metadata and controls
60 lines (54 loc) · 1.79 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
source 'https://rubygems.org'
gem 'jekyll'
# Core plugins that directly affect site building
group :jekyll_plugins do
gem 'jekyll-3rd-party-libraries'
gem 'jekyll-archives-v2'
gem 'jekyll-cache-bust'
gem 'jekyll-email-protect'
gem 'jekyll-feed'
gem 'jekyll-get-json'
gem 'jekyll-imagemagick'
gem 'jekyll-jupyter-notebook'
gem 'jekyll-link-attributes'
gem 'jekyll-minifier'
gem 'jekyll-paginate-v2'
gem 'jekyll-regex-replace'
gem 'jekyll-scholar'
gem 'jekyll-sitemap'
gem 'jekyll-socials'
gem 'jekyll-tabs'
gem 'jekyll-terser', :git => "https://github.com/RobertoJBeltran/jekyll-terser.git"
gem 'jekyll-toc'
gem 'jekyll-twitter-plugin'
gem 'jemoji'
gem 'classifier-reborn' # used for content categorization during the build
end
# Gems for development or external data fetching (outside :jekyll_plugins)
group :other_plugins do
gem 'css_parser'
gem 'observer' # used by jekyll-scholar
gem 'ostruct' # used by jekyll-twitter-plugin
# gem 'terser' # used by jekyll-terser
# gem 'unicode_utils' -- should be already installed by jekyll
# gem 'webrick' -- should be already installed by jekyll
end
# Gems for al-folio plugins
group :al_folio_plugins do
gem 'al_folio_core', '= 1.0.13'
gem 'al_icons', '= 1.0.0'
gem 'al_folio_cv', '= 1.0.2'
gem 'al_folio_distill', '= 1.0.3'
gem 'al_folio_upgrade', '= 1.0.3'
gem 'al_folio_bootstrap_compat', '= 1.0.0'
gem 'al_cookie', '= 1.0.0'
gem 'al_analytics', '= 1.0.2'
gem 'al_citations', '= 1.0.1'
gem 'al_ext_posts', '= 1.0.3'
gem 'al_img_tools', '= 1.0.3'
gem 'al_search', '= 1.0.3'
gem 'al_charts', '= 1.0.1'
gem 'al_math', '= 1.0.2'
gem 'al_comments', '= 1.0.0'
gem 'al_newsletter', '= 1.0.0'
end