Skip to content

Commit 7121d4b

Browse files
committed
Fix errors
1 parent ff2ffbc commit 7121d4b

File tree

4 files changed

+204
-27
lines changed

4 files changed

+204
-27
lines changed

Gemfile

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
source "https://rubygems.org"
2-
gemspec
2+
gemspec
3+
4+
gem "jekyll", "< 3.9.5"
5+
gem "github-pages","~> 228" , group: :jekyll_plugins
6+
7+
gem "webrick", "~> 1.8"

Gemfile.lock

+195-23
Original file line numberDiff line numberDiff line change
@@ -12,93 +12,265 @@ PATH
1212
GEM
1313
remote: https://rubygems.org/
1414
specs:
15+
activesupport (7.0.7.2)
16+
concurrent-ruby (~> 1.0, >= 1.0.2)
17+
i18n (>= 1.6, < 2)
18+
minitest (>= 5.1)
19+
tzinfo (~> 2.0)
1520
addressable (2.8.5)
1621
public_suffix (>= 2.0.2, < 6.0)
22+
coffee-script (2.4.1)
23+
coffee-script-source
24+
execjs
25+
coffee-script-source (1.11.1)
1726
colorator (1.1.0)
27+
commonmarker (0.23.10)
1828
concurrent-ruby (1.2.2)
29+
dnsruby (1.70.0)
30+
simpleidn (~> 0.2.1)
1931
em-websocket (0.5.3)
2032
eventmachine (>= 0.12.9)
2133
http_parser.rb (~> 0)
34+
ethon (0.16.0)
35+
ffi (>= 1.15.0)
2236
eventmachine (1.2.7)
37+
execjs (2.8.1)
2338
faraday (2.7.10)
2439
faraday-net_http (>= 2.0, < 3.1)
2540
ruby2_keywords (>= 0.0.4)
2641
faraday-net_http (3.0.2)
2742
ffi (1.15.5)
2843
forwardable-extended (2.6.0)
29-
google-protobuf (3.24.1-arm64-darwin)
44+
gemoji (3.0.1)
45+
github-pages (228)
46+
github-pages-health-check (= 1.17.9)
47+
jekyll (= 3.9.3)
48+
jekyll-avatar (= 0.7.0)
49+
jekyll-coffeescript (= 1.1.1)
50+
jekyll-commonmark-ghpages (= 0.4.0)
51+
jekyll-default-layout (= 0.1.4)
52+
jekyll-feed (= 0.15.1)
53+
jekyll-gist (= 1.5.0)
54+
jekyll-github-metadata (= 2.13.0)
55+
jekyll-include-cache (= 0.2.1)
56+
jekyll-mentions (= 1.6.0)
57+
jekyll-optional-front-matter (= 0.3.2)
58+
jekyll-paginate (= 1.1.0)
59+
jekyll-readme-index (= 0.3.0)
60+
jekyll-redirect-from (= 0.16.0)
61+
jekyll-relative-links (= 0.6.1)
62+
jekyll-remote-theme (= 0.4.3)
63+
jekyll-sass-converter (= 1.5.2)
64+
jekyll-seo-tag (= 2.8.0)
65+
jekyll-sitemap (= 1.4.0)
66+
jekyll-swiss (= 1.0.0)
67+
jekyll-theme-architect (= 0.2.0)
68+
jekyll-theme-cayman (= 0.2.0)
69+
jekyll-theme-dinky (= 0.2.0)
70+
jekyll-theme-hacker (= 0.2.0)
71+
jekyll-theme-leap-day (= 0.2.0)
72+
jekyll-theme-merlot (= 0.2.0)
73+
jekyll-theme-midnight (= 0.2.0)
74+
jekyll-theme-minimal (= 0.2.0)
75+
jekyll-theme-modernist (= 0.2.0)
76+
jekyll-theme-primer (= 0.6.0)
77+
jekyll-theme-slate (= 0.2.0)
78+
jekyll-theme-tactile (= 0.2.0)
79+
jekyll-theme-time-machine (= 0.2.0)
80+
jekyll-titles-from-headings (= 0.5.3)
81+
jemoji (= 0.12.0)
82+
kramdown (= 2.3.2)
83+
kramdown-parser-gfm (= 1.1.0)
84+
liquid (= 4.0.4)
85+
mercenary (~> 0.3)
86+
minima (= 2.5.1)
87+
nokogiri (>= 1.13.6, < 2.0)
88+
rouge (= 3.26.0)
89+
terminal-table (~> 1.4)
90+
github-pages-health-check (1.17.9)
91+
addressable (~> 2.3)
92+
dnsruby (~> 1.60)
93+
octokit (~> 4.0)
94+
public_suffix (>= 3.0, < 5.0)
95+
typhoeus (~> 1.3)
96+
html-pipeline (2.14.3)
97+
activesupport (>= 2)
98+
nokogiri (>= 1.4)
3099
http_parser.rb (0.8.0)
31100
i18n (1.14.1)
32101
concurrent-ruby (~> 1.0)
33-
jekyll (4.3.2)
102+
jekyll (3.9.3)
34103
addressable (~> 2.4)
35104
colorator (~> 1.0)
36105
em-websocket (~> 0.5)
37-
i18n (~> 1.0)
38-
jekyll-sass-converter (>= 2.0, < 4.0)
106+
i18n (>= 0.7, < 2)
107+
jekyll-sass-converter (~> 1.0)
39108
jekyll-watch (~> 2.0)
40-
kramdown (~> 2.3, >= 2.3.1)
41-
kramdown-parser-gfm (~> 1.0)
109+
kramdown (>= 1.17, < 3)
42110
liquid (~> 4.0)
43-
mercenary (>= 0.3.6, < 0.5)
111+
mercenary (~> 0.3.3)
44112
pathutil (~> 0.9)
45-
rouge (>= 3.0, < 5.0)
113+
rouge (>= 1.7, < 4)
46114
safe_yaml (~> 1.0)
47-
terminal-table (>= 1.8, < 4.0)
48-
webrick (~> 1.7)
49-
jekyll-feed (0.17.0)
115+
jekyll-avatar (0.7.0)
116+
jekyll (>= 3.0, < 5.0)
117+
jekyll-coffeescript (1.1.1)
118+
coffee-script (~> 2.2)
119+
coffee-script-source (~> 1.11.1)
120+
jekyll-commonmark (1.4.0)
121+
commonmarker (~> 0.22)
122+
jekyll-commonmark-ghpages (0.4.0)
123+
commonmarker (~> 0.23.7)
124+
jekyll (~> 3.9.0)
125+
jekyll-commonmark (~> 1.4.0)
126+
rouge (>= 2.0, < 5.0)
127+
jekyll-default-layout (0.1.4)
128+
jekyll (~> 3.0)
129+
jekyll-feed (0.15.1)
50130
jekyll (>= 3.7, < 5.0)
51131
jekyll-gist (1.5.0)
52132
octokit (~> 4.2)
133+
jekyll-github-metadata (2.13.0)
134+
jekyll (>= 3.4, < 5.0)
135+
octokit (~> 4.0, != 4.4.0)
53136
jekyll-include-cache (0.2.1)
54137
jekyll (>= 3.7, < 5.0)
138+
jekyll-mentions (1.6.0)
139+
html-pipeline (~> 2.3)
140+
jekyll (>= 3.7, < 5.0)
141+
jekyll-optional-front-matter (0.3.2)
142+
jekyll (>= 3.0, < 5.0)
55143
jekyll-paginate (1.1.0)
56-
jekyll-sass-converter (3.0.0)
57-
sass-embedded (~> 1.54)
144+
jekyll-readme-index (0.3.0)
145+
jekyll (>= 3.0, < 5.0)
146+
jekyll-redirect-from (0.16.0)
147+
jekyll (>= 3.3, < 5.0)
148+
jekyll-relative-links (0.6.1)
149+
jekyll (>= 3.3, < 5.0)
150+
jekyll-remote-theme (0.4.3)
151+
addressable (~> 2.0)
152+
jekyll (>= 3.5, < 5.0)
153+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
154+
rubyzip (>= 1.3.0, < 3.0)
155+
jekyll-sass-converter (1.5.2)
156+
sass (~> 3.4)
157+
jekyll-seo-tag (2.8.0)
158+
jekyll (>= 3.8, < 5.0)
58159
jekyll-sitemap (1.4.0)
59160
jekyll (>= 3.7, < 5.0)
161+
jekyll-swiss (1.0.0)
162+
jekyll-theme-architect (0.2.0)
163+
jekyll (> 3.5, < 5.0)
164+
jekyll-seo-tag (~> 2.0)
165+
jekyll-theme-cayman (0.2.0)
166+
jekyll (> 3.5, < 5.0)
167+
jekyll-seo-tag (~> 2.0)
168+
jekyll-theme-dinky (0.2.0)
169+
jekyll (> 3.5, < 5.0)
170+
jekyll-seo-tag (~> 2.0)
171+
jekyll-theme-hacker (0.2.0)
172+
jekyll (> 3.5, < 5.0)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-leap-day (0.2.0)
175+
jekyll (> 3.5, < 5.0)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-merlot (0.2.0)
178+
jekyll (> 3.5, < 5.0)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-midnight (0.2.0)
181+
jekyll (> 3.5, < 5.0)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-minimal (0.2.0)
184+
jekyll (> 3.5, < 5.0)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-theme-modernist (0.2.0)
187+
jekyll (> 3.5, < 5.0)
188+
jekyll-seo-tag (~> 2.0)
189+
jekyll-theme-primer (0.6.0)
190+
jekyll (> 3.5, < 5.0)
191+
jekyll-github-metadata (~> 2.9)
192+
jekyll-seo-tag (~> 2.0)
193+
jekyll-theme-slate (0.2.0)
194+
jekyll (> 3.5, < 5.0)
195+
jekyll-seo-tag (~> 2.0)
196+
jekyll-theme-tactile (0.2.0)
197+
jekyll (> 3.5, < 5.0)
198+
jekyll-seo-tag (~> 2.0)
199+
jekyll-theme-time-machine (0.2.0)
200+
jekyll (> 3.5, < 5.0)
201+
jekyll-seo-tag (~> 2.0)
202+
jekyll-titles-from-headings (0.5.3)
203+
jekyll (>= 3.3, < 5.0)
60204
jekyll-watch (2.2.1)
61205
listen (~> 3.0)
62-
kramdown (2.4.0)
206+
jemoji (0.12.0)
207+
gemoji (~> 3.0)
208+
html-pipeline (~> 2.2)
209+
jekyll (>= 3.0, < 5.0)
210+
kramdown (2.3.2)
63211
rexml
64212
kramdown-parser-gfm (1.1.0)
65213
kramdown (~> 2.0)
66214
liquid (4.0.4)
67215
listen (3.8.0)
68216
rb-fsevent (~> 0.10, >= 0.10.3)
69217
rb-inotify (~> 0.9, >= 0.9.10)
70-
mercenary (0.4.0)
218+
mercenary (0.3.6)
219+
minima (2.5.1)
220+
jekyll (>= 3.5, < 5.0)
221+
jekyll-feed (~> 0.9)
222+
jekyll-seo-tag (~> 2.1)
223+
minitest (5.19.0)
224+
nokogiri (1.15.4-arm64-darwin)
225+
racc (~> 1.4)
71226
octokit (4.25.1)
72227
faraday (>= 1, < 3)
73228
sawyer (~> 0.9)
74229
pathutil (0.16.2)
75230
forwardable-extended (~> 2.6)
76-
public_suffix (5.0.3)
231+
public_suffix (4.0.7)
232+
racc (1.7.1)
77233
rake (13.0.6)
78234
rb-fsevent (0.11.2)
79235
rb-inotify (0.10.1)
80236
ffi (~> 1.0)
81237
rexml (3.2.6)
82-
rouge (4.1.3)
238+
rouge (3.26.0)
83239
ruby2_keywords (0.0.5)
240+
rubyzip (2.3.2)
84241
safe_yaml (1.0.5)
85-
sass-embedded (1.66.1-arm64-darwin)
86-
google-protobuf (~> 3.23)
242+
sass (3.7.4)
243+
sass-listen (~> 4.0.0)
244+
sass-listen (4.0.0)
245+
rb-fsevent (~> 0.9, >= 0.9.4)
246+
rb-inotify (~> 0.9, >= 0.9.7)
87247
sawyer (0.9.2)
88248
addressable (>= 2.3.5)
89249
faraday (>= 0.17.3, < 3)
90-
terminal-table (3.0.2)
91-
unicode-display_width (>= 1.1.1, < 3)
92-
unicode-display_width (2.4.2)
250+
simpleidn (0.2.1)
251+
unf (~> 0.1.4)
252+
terminal-table (1.8.0)
253+
unicode-display_width (~> 1.1, >= 1.1.1)
254+
typhoeus (1.4.0)
255+
ethon (>= 0.9.0)
256+
tzinfo (2.0.6)
257+
concurrent-ruby (~> 1.0)
258+
unf (0.1.4)
259+
unf_ext
260+
unf_ext (0.0.8.2)
261+
unicode-display_width (1.8.0)
93262
webrick (1.8.1)
94263

95264
PLATFORMS
96265
arm64-darwin-22
97266

98267
DEPENDENCIES
99268
bundler
269+
github-pages (~> 228)
270+
jekyll (< 3.9.5)
100271
minimal-mistakes-jekyll!
101272
rake (>= 12.3.3)
273+
webrick (~> 1.8)
102274

103275
BUNDLED WITH
104-
2.4.19
276+
2.4.10

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ name : "Kim WonJin"
2323
description : "An amazing website."
2424
url : "https://YoungBlood.github.io/" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
2525
baseurl : # the subpath of your site, e.g. "/blog"
26-
repository : "https://github.com/wjkim00/YoungBlood.github.io" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
26+
repository : "wjkim00/YoungBlood.github.io" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
2727
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
2828
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
2929
masthead_title : # overrides the website title displayed in the masthead, use " " for no title

assets/css/main.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ search: false
55

66
@charset "utf-8";
77

8-
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
9-
@import "minimal-mistakes"; // main partials
8+
// @import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
9+
@import "minimal-mistakes"; // main partials

0 commit comments

Comments
 (0)