Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b10095

Browse files
committed
chore: update configs
1 parent 2a765d2 commit 6b10095

File tree

6 files changed

+25
-3
lines changed

6 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 2.2.4 (2019-12-08)
4+
5+
### Enhancements
6+
7+
- Update to Jekyll 4.0
8+
- Add custom snippets for main/top, main/bottom, article/top, article/bottom, etc.
9+
- Add Medium, Zhihu social icons
10+
- Add Google Custom Search support
11+
- Add Korean locale (@ssosso)
12+
- Add French locale (@ctrl-q)
13+
- Add Docker support
14+
315
## 2.2.4 (2018-12-10)
416

517
### Enhancements
@@ -17,9 +29,9 @@
1729
### Enhancements
1830

1931
- Add Swiper component
20-
- Special stylesheets for print
2132
- Add AddThis sharing service (@liao961120)
2233
- Add extensions for demos (CodePen)
34+
- Add special stylesheets for print
2335

2436
## 2.2.2 (2018-10-21)
2537

docs/_config.dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ comments:
141141
app_id : # LeanCloud App id
142142
app_key : # LeanCloud App key
143143
placeholder : # Prompt information
144+
visitor : # false (default)
145+
meta : # "[nick, mail, link]" (default) nickname, E-mail, Personal-site
144146

145147

146148
## => Pageview

docs/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ comments:
143143
app_id : uAG3OhdcH8H4fxSqXLyBljA7-gzGzoHsz
144144
app_key : Mzf5m9skSwYVWVXhGiYMNyXs
145145
placeholder : # Prompt information
146+
visitor : # false (default)
147+
meta : # "[nick, mail, link]" (default) nickname, E-mail, Personal-site
146148

147149

148150
## => Pageview

test/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ comments:
140140
app_id : # LeanCloud App id
141141
app_key : # LeanCloud App key
142142
placeholder : # Prompt information
143+
visitor : # false (default)
144+
meta : # "[nick, mail, link]" (default) nickname, E-mail, Personal-site
143145

144146

145147
## => Pageview

tools/assert-url.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
var path = require('path');
33
var fs = require('fs');
44

5-
65
var imgRg = /!\[([^\]]*)\]\((\/[^/]\S*)\)/gm;
76
var basePath = 'https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master';
87
var srcPaths = ['./test/_posts', './docs/en', './docs/zh'];
@@ -33,4 +32,4 @@ function assertUrl(content) {
3332
return content.replace(imgRg, '![$1](' + basePath + '$2)');
3433
}
3534

36-
runner();
35+
runner();

tools/diff.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Diffmerge ./_config.yml ./docs/_config.yml ./docs/_config.dev.yml
2+
Diffmerge ./_config.yml ./test/_config.yml
3+
4+
Diffmerge ./_data/ ./docs/_data/
5+
Diffmerge ./_data/ ./test/_data

0 commit comments

Comments
 (0)