Skip to content

Commit c661c78

Browse files
authored
Update packages and format site (#60)
* chore: update gems * drop projects section
1 parent 14a94ad commit c661c78

File tree

3 files changed

+43
-36
lines changed

3 files changed

+43
-36
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.2.1"
10+
gem "jekyll", "~> 4.3.3"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "minima", "~> 2.5"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and

Gemfile.lock

Lines changed: 40 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,84 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
bigdecimal (3.1.8)
67
colorator (1.1.0)
7-
concurrent-ruby (1.1.9)
8+
concurrent-ruby (1.3.4)
89
em-websocket (0.5.3)
910
eventmachine (>= 0.12.9)
1011
http_parser.rb (~> 0)
1112
eventmachine (1.2.7)
12-
ffi (1.15.4)
13+
ffi (1.17.0-arm64-darwin)
1314
forwardable-extended (2.6.0)
15+
google-protobuf (4.29.2-arm64-darwin)
16+
bigdecimal
17+
rake (>= 13)
1418
http_parser.rb (0.8.0)
15-
i18n (1.8.11)
19+
i18n (1.14.6)
1620
concurrent-ruby (~> 1.0)
17-
jekyll (4.2.1)
21+
jekyll (4.3.4)
1822
addressable (~> 2.4)
1923
colorator (~> 1.0)
2024
em-websocket (~> 0.5)
2125
i18n (~> 1.0)
22-
jekyll-sass-converter (~> 2.0)
26+
jekyll-sass-converter (>= 2.0, < 4.0)
2327
jekyll-watch (~> 2.0)
24-
kramdown (~> 2.3)
28+
kramdown (~> 2.3, >= 2.3.1)
2529
kramdown-parser-gfm (~> 1.0)
2630
liquid (~> 4.0)
27-
mercenary (~> 0.4.0)
31+
mercenary (>= 0.3.6, < 0.5)
2832
pathutil (~> 0.9)
29-
rouge (~> 3.0)
33+
rouge (>= 3.0, < 5.0)
3034
safe_yaml (~> 1.0)
31-
terminal-table (~> 2.0)
32-
jekyll-feed (0.16.0)
35+
terminal-table (>= 1.8, < 4.0)
36+
webrick (~> 1.7)
37+
jekyll-feed (0.17.0)
3338
jekyll (>= 3.7, < 5.0)
34-
jekyll-postcss-v2 (1.0.1)
35-
jekyll-sass-converter (2.1.0)
36-
sassc (> 2.0.1, < 3.0)
37-
jekyll-seo-tag (2.7.1)
39+
jekyll-postcss-v2 (1.0.2)
40+
jekyll-sass-converter (3.0.0)
41+
sass-embedded (~> 1.54)
42+
jekyll-seo-tag (2.8.0)
3843
jekyll (>= 3.8, < 5.0)
3944
jekyll-watch (2.2.1)
4045
listen (~> 3.0)
41-
kramdown (2.3.1)
42-
rexml
46+
kramdown (2.5.1)
47+
rexml (>= 3.3.9)
4348
kramdown-parser-gfm (1.1.0)
4449
kramdown (~> 2.0)
45-
liquid (4.0.3)
46-
listen (3.7.0)
50+
liquid (4.0.4)
51+
listen (3.9.0)
4752
rb-fsevent (~> 0.10, >= 0.10.3)
4853
rb-inotify (~> 0.9, >= 0.9.10)
4954
mercenary (0.4.0)
50-
minima (2.5.1)
55+
minima (2.5.2)
5156
jekyll (>= 3.5, < 5.0)
5257
jekyll-feed (~> 0.9)
5358
jekyll-seo-tag (~> 2.1)
5459
pathutil (0.16.2)
5560
forwardable-extended (~> 2.6)
56-
public_suffix (4.0.6)
57-
rb-fsevent (0.11.0)
58-
rb-inotify (0.10.1)
61+
public_suffix (6.0.1)
62+
rake (13.2.1)
63+
rb-fsevent (0.11.2)
64+
rb-inotify (0.11.1)
5965
ffi (~> 1.0)
60-
rexml (3.2.5)
61-
rouge (3.27.0)
66+
rexml (3.4.0)
67+
rouge (4.5.1)
6268
safe_yaml (1.0.5)
63-
sassc (2.4.0)
64-
ffi (~> 1.9)
65-
terminal-table (2.0.0)
66-
unicode-display_width (~> 1.1, >= 1.1.1)
67-
unicode-display_width (1.8.0)
68-
webrick (1.7.0)
69+
sass-embedded (1.83.0-arm64-darwin)
70+
google-protobuf (~> 4.28)
71+
terminal-table (3.0.2)
72+
unicode-display_width (>= 1.1.1, < 3)
73+
unicode-display_width (2.6.0)
74+
webrick (1.9.1)
6975

7076
PLATFORMS
7177
arm64-darwin-21
78+
arm64-darwin-24
7279

7380
DEPENDENCIES
74-
jekyll (~> 4.2.1)
81+
jekyll (~> 4.3.3)
7582
jekyll-postcss-v2
7683
jekyll-seo-tag
7784
minima (~> 2.5)

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ show-nav-menu: true
2121
nav-menu:
2222
- text: About
2323
permalink: about
24-
- text: Projects
25-
permalink: projects
24+
# - text: Projects
25+
# permalink: projects
2626
- text: Blog
2727
permalink: blog
2828

0 commit comments

Comments
 (0)