Skip to content

Commit

Permalink
chore: update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Dec 8, 2019
1 parent 2a765d2 commit 6b10095
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 2.2.4 (2019-12-08)

### Enhancements

- Update to Jekyll 4.0
- Add custom snippets for main/top, main/bottom, article/top, article/bottom, etc.
- Add Medium, Zhihu social icons
- Add Google Custom Search support
- Add Korean locale (@ssosso)
- Add French locale (@ctrl-q)
- Add Docker support

## 2.2.4 (2018-12-10)

### Enhancements
Expand All @@ -17,9 +29,9 @@
### Enhancements

- Add Swiper component
- Special stylesheets for print
- Add AddThis sharing service (@liao961120)
- Add extensions for demos (CodePen)
- Add special stylesheets for print

## 2.2.2 (2018-10-21)

Expand Down
2 changes: 2 additions & 0 deletions docs/_config.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ comments:
app_id : # LeanCloud App id
app_key : # LeanCloud App key
placeholder : # Prompt information
visitor : # false (default)
meta : # "[nick, mail, link]" (default) nickname, E-mail, Personal-site


## => Pageview
Expand Down
2 changes: 2 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ comments:
app_id : uAG3OhdcH8H4fxSqXLyBljA7-gzGzoHsz
app_key : Mzf5m9skSwYVWVXhGiYMNyXs
placeholder : # Prompt information
visitor : # false (default)
meta : # "[nick, mail, link]" (default) nickname, E-mail, Personal-site


## => Pageview
Expand Down
2 changes: 2 additions & 0 deletions test/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ comments:
app_id : # LeanCloud App id
app_key : # LeanCloud App key
placeholder : # Prompt information
visitor : # false (default)
meta : # "[nick, mail, link]" (default) nickname, E-mail, Personal-site


## => Pageview
Expand Down
3 changes: 1 addition & 2 deletions tools/assert-url.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
var path = require('path');
var fs = require('fs');


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

runner();
runner();
5 changes: 5 additions & 0 deletions tools/diff.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Diffmerge ./_config.yml ./docs/_config.yml ./docs/_config.dev.yml
Diffmerge ./_config.yml ./test/_config.yml

Diffmerge ./_data/ ./docs/_data/
Diffmerge ./_data/ ./test/_data

0 comments on commit 6b10095

Please sign in to comment.