Skip to content

Commit 059dc6b

Browse files
dependabot[bot]oding01
authored andcommitted
Bump jekyll from 4.3.4 to 4.4.0
Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](jekyll/jekyll@v4.3.4...v4.4.0) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43b0fa2 commit 059dc6b

18 files changed

Lines changed: 641 additions & 739 deletions

File tree

Gemfile.lock

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ GEM
2121
console (~> 1.29)
2222
fiber-annotation
2323
io-event (~> 1.6, >= 1.6.5)
24+
base64 (0.2.0)
2425
bigdecimal (3.1.9)
2526
colorator (1.1.0)
26-
concurrent-ruby (1.3.4)
27+
concurrent-ruby (1.3.5)
2728
console (1.29.2)
2829
fiber-annotation
2930
fiber-local (~> 1.1)
3031
json
32+
csv (3.3.2)
3133
em-websocket (0.5.3)
3234
eventmachine (>= 0.12.9)
3335
http_parser.rb (~> 0)
@@ -73,20 +75,23 @@ GEM
7375
yell (~> 2.0)
7476
zeitwerk (~> 2.5)
7577
http_parser.rb (0.8.0)
76-
i18n (1.14.6)
78+
i18n (1.14.7)
7779
concurrent-ruby (~> 1.0)
7880
io-event (1.7.5)
79-
jekyll (4.3.4)
81+
jekyll (4.4.0)
8082
addressable (~> 2.4)
83+
base64 (~> 0.2)
8184
colorator (~> 1.0)
85+
csv (~> 3.0)
8286
em-websocket (~> 0.5)
8387
i18n (~> 1.0)
8488
jekyll-sass-converter (>= 2.0, < 4.0)
8589
jekyll-watch (~> 2.0)
90+
json (~> 2.6)
8691
kramdown (~> 2.3, >= 2.3.1)
8792
kramdown-parser-gfm (~> 1.0)
8893
liquid (~> 4.0)
89-
mercenary (>= 0.3.6, < 0.5)
94+
mercenary (~> 0.3, >= 0.3.6)
9095
pathutil (~> 0.9)
9196
rouge (>= 3.0, < 5.0)
9297
safe_yaml (~> 1.0)
@@ -152,22 +157,9 @@ GEM
152157
rouge (4.5.1)
153158
ruby-rc4 (0.1.5)
154159
safe_yaml (1.0.5)
155-
sass-embedded (1.83.1-aarch64-linux-gnu)
156-
google-protobuf (~> 4.29)
157-
sass-embedded (1.83.1-aarch64-linux-musl)
158-
google-protobuf (~> 4.29)
159-
sass-embedded (1.83.1-arm-linux-gnueabihf)
160-
google-protobuf (~> 4.29)
161-
sass-embedded (1.83.1-arm-linux-musleabihf)
162-
google-protobuf (~> 4.29)
163-
sass-embedded (1.83.1-arm64-darwin)
164-
google-protobuf (~> 4.29)
165-
sass-embedded (1.83.1-x86_64-darwin)
166-
google-protobuf (~> 4.29)
167-
sass-embedded (1.83.1-x86_64-linux-gnu)
168-
google-protobuf (~> 4.29)
169-
sass-embedded (1.83.1-x86_64-linux-musl)
160+
sass-embedded (1.83.4)
170161
google-protobuf (~> 4.29)
162+
rake (>= 13)
171163
terminal-table (3.0.2)
172164
unicode-display_width (>= 1.1.1, < 3)
173165
ttfunk (1.8.0)

_site/404.html

Lines changed: 38 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131
<!-- Begin Jekyll SEO tag v2.8.0 -->
32-
<meta name="generator" content="Jekyll v4.3.4" />
32+
<meta name="generator" content="Jekyll v4.4.0" />
3333
<meta property="og:title" content="코딩하는 감자" />
3434
<meta property="og:locale" content="en" />
3535
<meta name="description" content="우당탕탕 와르르멘션 개발일지" />
@@ -452,35 +452,35 @@ <h2 class="panel-heading">Recently Updated</h2>
452452

453453

454454
<li class="text-truncate lh-lg">
455-
<a href="/posts/react-rerendering-prevention/">[Trouble Shooting] 리렌더링 방지를 위한 고찰</a>
455+
<a href="/posts/main-jsx-error/">[Typescript] main.jsx를 main.tsx로 변경 시 에러</a>
456456
</li>
457457

458458

459459

460460

461461
<li class="text-truncate lh-lg">
462-
<a href="/posts/how-to-use-usecontext/">[React] React Hooks: useContext로 전역 상태 관리하기</a>
462+
<a href="/posts/react-rerendering-prevention/">[Trouble Shooting] 리렌더링 방지를 위한 고찰</a>
463463
</li>
464464

465465

466466

467467

468468
<li class="text-truncate lh-lg">
469-
<a href="/posts/gitblog-create/">GitHub 블로그를 생성해보자! - Chirpy 테마</a>
469+
<a href="/posts/how-to-use-usecontext/">[React] React Hooks: useContext로 전역 상태 관리하기</a>
470470
</li>
471471

472472

473473

474474

475475
<li class="text-truncate lh-lg">
476-
<a href="/posts/react-hooks-state-ref/">[React] React Hooks: useState vs useRef 사용법과 예제</a>
476+
<a href="/posts/gitblog-create/">GitHub 블로그를 생성해보자! - Chirpy 테마</a>
477477
</li>
478478

479479

480480

481481

482482
<li class="text-truncate lh-lg">
483-
<a href="/posts/github-blog-google-search-console/">GitHub 블로그를 검색 엔진에 등록하기</a>
483+
<a href="/posts/react-hooks-state-ref/">[React] React Hooks: useState vs useRef 사용법과 예제</a>
484484
</li>
485485

486486
</ul>
@@ -602,39 +602,30 @@ <h2 class="panel-heading">Recently Updated</h2>
602602

603603

604604

605-
606-
607-
608-
609605

610606

611607

612608

613609

614-
615-
616610

617611

618612

619613

620614

621-
622-
623-
624-
625615

626616

627617

628618

629619

630-
631-
632620

633621

634622

635623

636624

637-
625+
626+
627+
628+
638629

639630

640631

@@ -651,7 +642,9 @@ <h2 class="panel-heading">Recently Updated</h2>
651642

652643

653644

654-
645+
646+
647+
655648

656649

657650

@@ -665,22 +658,23 @@ <h2 class="panel-heading">Recently Updated</h2>
665658

666659

667660

668-
661+
662+
663+
669664

670665

671666

672667

673668

674-
675-
676-
677-
669+
678670

679671

680672

681673

682674

683675

676+
677+
684678

685679

686680

@@ -859,6 +853,9 @@ <h2 class="panel-heading">Trending Tags</h2>
859853
<a class="post-tag btn btn-outline-primary" href="/tags/react/">react</a>
860854

861855

856+
<a class="post-tag btn btn-outline-primary" href="/tags/troubleshooting/">troubleshooting</a>
857+
858+
862859
<a class="post-tag btn btn-outline-primary" href="/tags/blog/">blog</a>
863860

864861

@@ -868,9 +865,6 @@ <h2 class="panel-heading">Trending Tags</h2>
868865
<a class="post-tag btn btn-outline-primary" href="/tags/guide/">guide</a>
869866

870867

871-
<a class="post-tag btn btn-outline-primary" href="/tags/troubleshooting/">troubleshooting</a>
872-
873-
874868
<a class="post-tag btn btn-outline-primary" href="/tags/typography/">typography</a>
875869

876870

@@ -1052,39 +1046,30 @@ <h2 class="panel-heading">Trending Tags</h2>
10521046

10531047

10541048

1055-
1056-
1057-
1058-
10591049

10601050

10611051

10621052

10631053

1064-
1065-
10661054

10671055

10681056

10691057

10701058

1071-
1072-
1073-
1074-
10751059

10761060

10771061

10781062

10791063

1080-
1081-
10821064

10831065

10841066

10851067

10861068

1087-
1069+
1070+
1071+
1072+
10881073

10891074

10901075

@@ -1101,7 +1086,9 @@ <h2 class="panel-heading">Trending Tags</h2>
11011086

11021087

11031088

1104-
1089+
1090+
1091+
11051092

11061093

11071094

@@ -1115,22 +1102,23 @@ <h2 class="panel-heading">Trending Tags</h2>
11151102

11161103

11171104

1118-
1105+
1106+
1107+
11191108

11201109

11211110

11221111

11231112

1124-
1125-
1126-
1127-
1113+
11281114

11291115

11301116

11311117

11321118

11331119

1120+
1121+
11341122

11351123

11361124

@@ -1309,6 +1297,9 @@ <h2 class="panel-heading">Trending Tags</h2>
13091297
<a class="post-tag btn btn-outline-primary" href="/tags/react/">react</a>
13101298

13111299

1300+
<a class="post-tag btn btn-outline-primary" href="/tags/troubleshooting/">troubleshooting</a>
1301+
1302+
13121303
<a class="post-tag btn btn-outline-primary" href="/tags/blog/">blog</a>
13131304

13141305

@@ -1318,9 +1309,6 @@ <h2 class="panel-heading">Trending Tags</h2>
13181309
<a class="post-tag btn btn-outline-primary" href="/tags/guide/">guide</a>
13191310

13201311

1321-
<a class="post-tag btn btn-outline-primary" href="/tags/troubleshooting/">troubleshooting</a>
1322-
1323-
13241312
<a class="post-tag btn btn-outline-primary" href="/tags/typography/">typography</a>
13251313

13261314

0 commit comments

Comments
 (0)