-
-
Notifications
You must be signed in to change notification settings - Fork 138
Expand file tree
/
Copy pathGemfile
More file actions
34 lines (26 loc) · 734 Bytes
/
Gemfile
File metadata and controls
34 lines (26 loc) · 734 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
32
33
34
source "https://rubygems.org"
gem 'jekyll', ">= 4.1.1"
gem "posix-spawn", github: "https://github.com/rtomayko/posix-spawn/pull/93"
# sass-embeded in 3.0.0 pulls google-protobuf which fails to compile
gem "jekyll-sass-converter", "< 3"
group :jekyll_plugins do
gem 'jekyll-algolia'
gem 'jekyll-relative-links'
gem 'jekyll-seo-tag'
gem 'jekyll-sitemap'
gem 'jekyll-redirect-from'
gem 'jekyll-mermaid'
end
gem 'jemoji'
group :dev do
gem 'jekyll-watch'
end
# For googlescholar.rb
gem "nokogiri"
gem "open-uri"
# Maybe in the future
# https://rubygems.org/gems/jekyll-scholar
# https://rubygems.org/gems/jekyll-assets
# https://rubygems.org/gems/jekyll-minifier
# For current Ruby installations (3+?)
gem "webrick"