Skip to content

Commit 5ca6556

Browse files
authored
Merge pull request #90 from github/jekyll-v4
feat: Upgrade from Jekyll 3.x to 4.x
2 parents 79f919c + b7fc3d4 commit 5ca6556

4 files changed

Lines changed: 34 additions & 27 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
_site
33
*.tsbuildinfo
44
lib/
5+
.jekyll-cache

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'jekyll', '~> 3.8.5'
5+
gem 'jekyll', '~> 4.1.1'
66

77
group :jekyll_plugins do
88
gem 'jekyll-commonmark-ghpages', '~> 0.1.5'

docs/Gemfile.lock

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,33 @@ GEM
66
colorator (1.1.0)
77
commonmarker (0.17.13)
88
ruby-enum (~> 0.5)
9-
concurrent-ruby (1.1.6)
10-
em-websocket (0.5.1)
9+
concurrent-ruby (1.1.7)
10+
em-websocket (0.5.2)
1111
eventmachine (>= 0.12.9)
1212
http_parser.rb (~> 0.6.0)
1313
eventmachine (1.2.7)
1414
faraday (1.0.0)
1515
multipart-post (>= 1.2, < 3)
16-
ffi (1.12.2)
16+
ffi (1.13.1)
1717
forwardable-extended (2.6.0)
1818
http_parser.rb (0.6.0)
19-
i18n (0.9.5)
19+
i18n (1.8.5)
2020
concurrent-ruby (~> 1.0)
21-
jekyll (3.8.5)
21+
jekyll (4.1.1)
2222
addressable (~> 2.4)
2323
colorator (~> 1.0)
2424
em-websocket (~> 0.5)
25-
i18n (~> 0.7)
26-
jekyll-sass-converter (~> 1.0)
25+
i18n (~> 1.0)
26+
jekyll-sass-converter (~> 2.0)
2727
jekyll-watch (~> 2.0)
28-
kramdown (~> 1.14)
28+
kramdown (~> 2.1)
29+
kramdown-parser-gfm (~> 1.0)
2930
liquid (~> 4.0)
30-
mercenary (~> 0.3.3)
31+
mercenary (~> 0.4.0)
3132
pathutil (~> 0.9)
32-
rouge (>= 1.7, < 4)
33+
rouge (~> 3.0)
3334
safe_yaml (~> 1.0)
35+
terminal-table (~> 1.8)
3436
jekyll-commonmark (1.3.1)
3537
commonmarker (~> 0.14)
3638
jekyll (>= 3.7, < 5.0)
@@ -41,46 +43,50 @@ GEM
4143
jekyll-github-metadata (2.13.0)
4244
jekyll (>= 3.4, < 5.0)
4345
octokit (~> 4.0, != 4.4.0)
44-
jekyll-sass-converter (1.5.2)
45-
sass (~> 3.4)
46+
jekyll-sass-converter (2.1.0)
47+
sassc (> 2.0.1, < 3.0)
4648
jekyll-watch (2.2.1)
4749
listen (~> 3.0)
48-
kramdown (1.17.0)
50+
kramdown (2.3.0)
51+
rexml
52+
kramdown-parser-gfm (1.1.0)
53+
kramdown (~> 2.0)
4954
liquid (4.0.3)
50-
listen (3.2.1)
55+
listen (3.3.3)
5156
rb-fsevent (~> 0.10, >= 0.10.3)
5257
rb-inotify (~> 0.9, >= 0.9.10)
53-
mercenary (0.3.6)
58+
mercenary (0.4.0)
5459
multipart-post (2.1.1)
5560
octokit (4.16.0)
5661
faraday (>= 0.9)
5762
sawyer (~> 0.8.0, >= 0.5.3)
5863
pathutil (0.16.2)
5964
forwardable-extended (~> 2.6)
60-
public_suffix (3.1.1)
61-
rb-fsevent (0.10.3)
65+
public_suffix (4.0.6)
66+
rb-fsevent (0.10.4)
6267
rb-inotify (0.10.1)
6368
ffi (~> 1.0)
64-
rouge (3.13.0)
69+
rexml (3.2.4)
70+
rouge (3.25.0)
6571
ruby-enum (0.7.2)
6672
i18n
6773
safe_yaml (1.0.5)
68-
sass (3.7.4)
69-
sass-listen (~> 4.0.0)
70-
sass-listen (4.0.0)
71-
rb-fsevent (~> 0.9, >= 0.9.4)
72-
rb-inotify (~> 0.9, >= 0.9.7)
74+
sassc (2.4.0)
75+
ffi (~> 1.9)
7376
sawyer (0.8.2)
7477
addressable (>= 2.3.5)
7578
faraday (> 0.8, < 2.0)
79+
terminal-table (1.8.0)
80+
unicode-display_width (~> 1.1, >= 1.1.1)
81+
unicode-display_width (1.7.0)
7682

7783
PLATFORMS
7884
ruby
7985

8086
DEPENDENCIES
81-
jekyll (~> 3.8.5)
87+
jekyll (~> 4.1.1)
8288
jekyll-commonmark-ghpages (~> 0.1.5)
8389
jekyll-github-metadata
8490

8591
BUNDLED WITH
86-
2.0.2
92+
2.1.4

docs/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pre { font-size: 100% !important }
22
code { font-size: 90% !important }
33

4-
h1, h2, h3, h4, h5 { margin: 1rem 0 }
4+
h1, h2, h3, h4, h5 { margin: 1rem 0; width: 100%; }
55
ul li { margin-left: 1rem }
66

0 commit comments

Comments
 (0)