Skip to content

Commit 8c1f55e

Browse files
committed
update jekyll
1 parent 7d071dc commit 8c1f55e

File tree

3 files changed

+58
-27
lines changed

3 files changed

+58
-27
lines changed

Gemfile.lock

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.2)
5-
public_suffix (>= 2.0.2, < 4.0)
4+
addressable (2.7.0)
5+
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.4)
8-
em-websocket (0.5.1)
7+
concurrent-ruby (1.1.7)
8+
em-websocket (0.5.2)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0.6.0)
1111
eventmachine (1.2.7)
12-
ffi (1.9.25)
12+
ffi (1.13.1)
1313
forwardable-extended (2.6.0)
1414
http_parser.rb (0.6.0)
1515
i18n (0.9.5)
1616
concurrent-ruby (~> 1.0)
17-
jekyll (3.8.5)
17+
jekyll (3.8.7)
1818
addressable (~> 2.4)
1919
colorator (~> 1.0)
2020
em-websocket (~> 0.5)
@@ -27,35 +27,33 @@ GEM
2727
pathutil (~> 0.9)
2828
rouge (>= 1.7, < 4)
2929
safe_yaml (~> 1.0)
30-
jekyll-feed (0.11.0)
31-
jekyll (~> 3.3)
30+
jekyll-feed (0.15.1)
31+
jekyll (>= 3.7, < 5.0)
3232
jekyll-sass-converter (1.5.2)
3333
sass (~> 3.4)
34-
jekyll-seo-tag (2.5.0)
35-
jekyll (~> 3.3)
36-
jekyll-watch (2.1.2)
34+
jekyll-seo-tag (2.7.1)
35+
jekyll (>= 3.8, < 5.0)
36+
jekyll-watch (2.2.1)
3737
listen (~> 3.0)
3838
kramdown (1.17.0)
39-
liquid (4.0.1)
40-
listen (3.1.5)
41-
rb-fsevent (~> 0.9, >= 0.9.4)
42-
rb-inotify (~> 0.9, >= 0.9.7)
43-
ruby_dep (~> 1.2)
39+
liquid (4.0.3)
40+
listen (3.3.3)
41+
rb-fsevent (~> 0.10, >= 0.10.3)
42+
rb-inotify (~> 0.9, >= 0.9.10)
4443
mercenary (0.3.6)
45-
minima (2.5.0)
46-
jekyll (~> 3.5)
44+
minima (2.5.1)
45+
jekyll (>= 3.5, < 5.0)
4746
jekyll-feed (~> 0.9)
4847
jekyll-seo-tag (~> 2.1)
4948
pathutil (0.16.2)
5049
forwardable-extended (~> 2.6)
51-
public_suffix (3.0.3)
52-
rb-fsevent (0.10.3)
53-
rb-inotify (0.10.0)
50+
public_suffix (4.0.6)
51+
rb-fsevent (0.10.4)
52+
rb-inotify (0.10.1)
5453
ffi (~> 1.0)
55-
rouge (3.3.0)
56-
ruby_dep (1.5.0)
57-
safe_yaml (1.0.4)
58-
sass (3.7.2)
54+
rouge (3.25.0)
55+
safe_yaml (1.0.5)
56+
sass (3.7.4)
5957
sass-listen (~> 4.0.0)
6058
sass-listen (4.0.0)
6159
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -71,4 +69,4 @@ DEPENDENCIES
7169
tzinfo-data
7270

7371
BUNDLED WITH
74-
1.16.2
72+
2.1.4

_posts/2019-04-19-wechat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: "微信发博文""
3+
title: "微信发博文"
44
author: iosdevlog
55
date: 2019-04-19 21:18:56 +0800
66
description: ""

_posts/2020-12-01-update-jekyll.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: post
3+
title: "update jekyll"
4+
author: iosdevlog
5+
date: 2020-12-01 15:32:13 +0800
6+
description: ""
7+
category: github
8+
tags: [jekyll]
9+
---
10+
11+
## 升级 Jekyll
12+
13+
<https://stackoverflow.com/questions/53135863/macos-mojave-ruby-config-h-file-not-found>
14+
15+
<https://github.com/orta/cocoapods-keys/issues/198#issuecomment-510909030>
16+
17+
```sh
18+
brew install rbenv ruby-build
19+
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.zshrc
20+
source ~/.zshrc
21+
rbenv install 2.7.2
22+
rbenv global 2.7.2
23+
24+
gem install bundler jekyll
25+
bundle update --bundler
26+
bundle update
27+
28+
bundle exec jekyll serve
29+
```
30+
31+
## Create post
32+
33+
`rake post title="update jekyll"`

0 commit comments

Comments
 (0)