-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
63 lines (46 loc) · 947 Bytes
/
Gemfile
File metadata and controls
63 lines (46 loc) · 947 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
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
61
62
63
source 'https://rubygems.org'
ruby '>= 3.2'
gem 'json', '>1.8.6'
gem 'jekyll'
group :jekyll_plugins do
gem 'jekyll-commonmark-ghpages'
gem 'jekyll-sitemap'
gem 'jekyll-algolia', '~> 1.0'
gem 'match_regex'
gem 'jekyll-remote-theme'
gem 'jekyll-feed'
gem 'jekyll-seo-tag'
gem "jekyll-pandoc"
# gem 'jekyll-spaceship'
gem 'jekyll-paru'
end
#gem 'github-pages'#, versions['github-pages']
#gem 'hpricot'
# Styling
#gem "minima"
# testing
gem 'rake'
#gem 'html-proofer'
# tags
gem 'jekyll-tagging'
# import
gem 'jekyll-import'
gem "open_uri_redirections"
# Markdown
gem 'kramdown'
gem 'kramdown-parser-gfm'
# Remove warnings
gem 'base64'
gem 'logger'
gem 'bigdecimal'
gem 'mutex_m'
gem 'ostruct'
gem 'htmlentities'
gem 'jekyll-titles-from-headings'
#gem 'concurrent-ruby'
# Dependabot
gem "nokogiri", ">= 1.19.1"
#gem "kramdown", ">= 2.3.1"
#gem "rack", ">= 2.1.4"
#gem "webrick", "~> 1.8"
gem "openssl", "~> 3.3"