Skip to content

Commit 2d5fc13

Browse files
committed
Updates to get it running
1 parent 6f527a4 commit 2d5fc13

File tree

5 files changed

+39
-125
lines changed

5 files changed

+39
-125
lines changed

.github/workflows/lighthouse-config.js

-15
This file was deleted.

.github/workflows/lighthouseCommentMaker.js

-63
This file was deleted.

.github/workflows/lighthousesrc.json

-9
This file was deleted.

Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ group :jekyll_plugins do
77
gem 'jekyll-feed'
88
gem 'jekyll-redirect-from'
99
gem 'jekyll-gist'
10+
gem 'jemoji'
1011
gem 'jekyll-include-cache'
1112
gem 'jekyll-sitemap'
1213
gem 'jekyll-gzip'
@@ -16,5 +17,5 @@ gem 'numo-narray'
1617
gem 'numo-linalg'
1718
gem 'gsl', git: 'https://github.com/SciRuby/rb-gsl.git', ref: '103a3e1'
1819
gem 'classifier-reborn'
19-
gem 'html-proofer', "~>5.0"
20+
gem 'html-proofer'
2021
gem "minimal-mistakes-jekyll", "~> 4.26"

Gemfile.lock

+37-37
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,28 @@ GIT
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
Ascii85 (1.1.1)
11+
activesupport (7.1.3.4)
12+
base64
13+
bigdecimal
14+
concurrent-ruby (~> 1.0, >= 1.0.2)
15+
connection_pool (>= 2.2.5)
16+
drb
17+
i18n (>= 1.6, < 2)
18+
minitest (>= 5.1)
19+
mutex_m
20+
tzinfo (~> 2.0)
1221
addressable (2.8.6)
1322
public_suffix (>= 2.0.2, < 6.0)
14-
afm (0.2.2)
15-
async (2.12.0)
16-
console (~> 1.25, >= 1.25.2)
17-
fiber-annotation
18-
io-event (~> 1.6)
23+
base64 (0.2.0)
1924
bigdecimal (3.1.8)
2025
brotli (0.2.3)
2126
classifier-reborn (2.3.0)
2227
fast-stemmer (~> 1.0)
2328
matrix (~> 0.4)
2429
colorator (1.1.0)
2530
concurrent-ruby (1.3.3)
26-
console (1.25.2)
27-
fiber-annotation
28-
fiber-local (~> 1.1)
29-
json
31+
connection_pool (2.4.1)
32+
drb (2.2.1)
3033
em-websocket (0.5.3)
3134
eventmachine (>= 0.12.9)
3235
http_parser.rb (~> 0)
@@ -38,29 +41,25 @@ GEM
3841
faraday-net_http (3.1.0)
3942
net-http
4043
fast-stemmer (1.0.2)
41-
ffi (1.17.0-x86_64-linux-gnu)
42-
fiber-annotation (0.2.0)
43-
fiber-local (1.1.0)
44-
fiber-storage
45-
fiber-storage (0.1.1)
44+
ffi (1.17.0)
4645
forwardable-extended (2.6.0)
47-
google-protobuf (4.27.1-x86_64-linux)
48-
bigdecimal
49-
rake (>= 13)
50-
hashery (2.1.2)
51-
html-proofer (5.0.9)
46+
gemoji (4.1.0)
47+
google-protobuf (3.25.3-x86_64-linux)
48+
html-pipeline (2.14.3)
49+
activesupport (>= 2)
50+
nokogiri (>= 1.4)
51+
html-proofer (4.4.3)
5252
addressable (~> 2.3)
53-
async (~> 2.1)
53+
mercenary (~> 0.3)
5454
nokogiri (~> 1.13)
55-
pdf-reader (~> 2.11)
55+
parallel (~> 1.10)
5656
rainbow (~> 3.0)
5757
typhoeus (~> 1.3)
5858
yell (~> 2.0)
5959
zeitwerk (~> 2.5)
6060
http_parser.rb (0.8.0)
6161
i18n (1.14.5)
6262
concurrent-ruby (~> 1.0)
63-
io-event (1.6.0)
6463
jekyll (4.3.3)
6564
addressable (~> 2.4)
6665
colorator (~> 1.0)
@@ -97,7 +96,10 @@ GEM
9796
jekyll (>= 3.7, < 5.0)
9897
jekyll-watch (2.2.1)
9998
listen (~> 3.0)
100-
json (2.7.2)
99+
jemoji (0.13.0)
100+
gemoji (>= 3, < 5)
101+
html-pipeline (~> 2.2)
102+
jekyll (>= 3.0, < 5.0)
101103
kramdown (2.4.0)
102104
rexml
103105
kramdown-parser-gfm (1.1.0)
@@ -117,6 +119,8 @@ GEM
117119
jekyll-include-cache (~> 0.1)
118120
jekyll-paginate (~> 1.1)
119121
jekyll-sitemap (~> 1.3)
122+
minitest (5.23.1)
123+
mutex_m (0.2.0)
120124
net-http (0.4.1)
121125
uri
122126
nokogiri (1.16.5-x86_64-linux)
@@ -127,38 +131,33 @@ GEM
127131
octokit (4.25.1)
128132
faraday (>= 1, < 3)
129133
sawyer (~> 0.9)
134+
parallel (1.25.1)
130135
pathutil (0.16.2)
131136
forwardable-extended (~> 2.6)
132-
pdf-reader (2.12.0)
133-
Ascii85 (~> 1.0)
134-
afm (~> 0.2.1)
135-
hashery (~> 2.0)
136-
ruby-rc4
137-
ttfunk
138137
public_suffix (5.0.5)
139138
racc (1.8.0)
140139
rainbow (3.1.1)
141140
rake (13.2.1)
142141
rb-fsevent (0.11.2)
143142
rb-inotify (0.11.1)
144143
ffi (~> 1.0)
145-
rexml (3.2.9)
144+
rexml (3.3.0)
146145
strscan
147146
rouge (4.2.1)
148-
ruby-rc4 (0.1.5)
149147
safe_yaml (1.0.5)
150-
sass-embedded (1.77.4-x86_64-linux-gnu)
151-
google-protobuf (>= 3.25, < 5.0)
148+
sass-embedded (1.69.5)
149+
google-protobuf (~> 3.23)
150+
rake (>= 13.0.0)
152151
sawyer (0.9.2)
153152
addressable (>= 2.3.5)
154153
faraday (>= 0.17.3, < 3)
155154
strscan (3.1.0)
156155
terminal-table (3.0.2)
157156
unicode-display_width (>= 1.1.1, < 3)
158-
ttfunk (1.8.0)
159-
bigdecimal (~> 3.1)
160157
typhoeus (1.4.1)
161158
ethon (>= 0.9.0)
159+
tzinfo (2.0.6)
160+
concurrent-ruby (~> 1.0)
162161
unicode-display_width (2.5.0)
163162
uri (0.13.0)
164163
webrick (1.8.1)
@@ -171,7 +170,7 @@ PLATFORMS
171170
DEPENDENCIES
172171
classifier-reborn
173172
gsl!
174-
html-proofer (~> 5.0)
173+
html-proofer
175174
jekyll (~> 4.3)
176175
jekyll-brotli
177176
jekyll-feed
@@ -181,6 +180,7 @@ DEPENDENCIES
181180
jekyll-paginate
182181
jekyll-redirect-from
183182
jekyll-sitemap
183+
jemoji
184184
liquid-c
185185
minimal-mistakes-jekyll (~> 4.26)
186186
numo-linalg

0 commit comments

Comments
 (0)