File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 38
38
uses : actions/configure-pages@v5
39
39
- name : Build with Jekyll
40
40
# Outputs to the './_site' directory by default
41
- run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
41
+ run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }} --lsi "
42
42
env :
43
43
JEKYLL_ENV : production
44
44
- name : download gdrive files
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ gem "duktape"
32
32
# Fixes `jekyll serve` in ruby 3
33
33
gem "webrick"
34
34
35
+ gem "classifier-reborn"
36
+
35
37
group :jekyll_plugins do
36
38
gem "jekyll-default-layout"
37
39
gem "jekyll-feed"
Original file line number Diff line number Diff line change 11
11
addressable (2.8.7 )
12
12
public_suffix (>= 2.0.2 , < 7.0 )
13
13
bigdecimal (3.1.8 )
14
+ classifier-reborn (2.3.0 )
15
+ fast-stemmer (~> 1.0 )
16
+ matrix (~> 0.4 )
14
17
colorator (1.1.0 )
15
18
concurrent-ruby (1.3.3 )
16
19
duktape (2.7.0.0 )
19
22
http_parser.rb (~> 0 )
20
23
eventmachine (1.2.7 )
21
24
execjs (2.9.1 )
25
+ fast-stemmer (1.0.2 )
22
26
ffi (1.17.0 )
23
27
ffi (1.17.0-aarch64-linux-gnu )
24
28
ffi (1.17.0-aarch64-linux-musl )
110
114
listen (3.9.0 )
111
115
rb-fsevent (~> 0.10 , >= 0.10.3 )
112
116
rb-inotify (~> 0.9 , >= 0.9.10 )
117
+ matrix (0.4.2 )
113
118
mercenary (0.4.0 )
114
119
pathutil (0.16.2 )
115
120
forwardable-extended (~> 2.6 )
@@ -203,6 +208,7 @@ PLATFORMS
203
208
x86_64-linux-musl
204
209
205
210
DEPENDENCIES
211
+ classifier-reborn
206
212
duktape
207
213
jekyll (~> 4.1 )
208
214
jekyll-compose
You can’t perform that action at this time.
0 commit comments