Skip to content

Commit 059bbee

Browse files
committed
docs: update
1 parent 43d30b1 commit 059bbee

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 2.1.0 (2018-08-26)
4+
5+
### Enhancements
6+
7+
- Search panel (Click search icon in the header or press `s` or `/` key to search)
8+
- Npm social icon (@WangQiru)
9+
10+
### Bug Fixes
11+
12+
- Google analytics may not work, use gtag.js.
13+
314
## 2.0.2 (2018-07-29)
415

516
### Enhancements

README.md

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

1111
TeXt is a customizable Jekyll theme for personal site, team site, blog, project, documentation, etc. Similar to iOS 11 style, it has large and prominent titles, round buttons and cards.
1212

13-
[中文文档](https://github.com/kitian616/jekyll-TeXt-theme/blob/master/README-zh.md)
13+
[Change Log](https://github.com/kitian616/jekyll-TeXt-theme/blob/master/CHANGELOG.md) | [中文文档](https://github.com/kitian616/jekyll-TeXt-theme/blob/master/README-zh.md)
1414

1515
## Features
1616

docs/_docs/en/3.3-additional-styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ key: docs-additional-styles
66

77
Jekyll use kramdown as the default markdown processor. kramdown can adding attributes to block and span-level elements throw ALDs[^ALDs] feature. with the help of ALDs, we can defined class names to an element by `{:.class-name1.class-name-2}`.
88

9-
TeXt offer some CSS classes that you can use in the post.
9+
TeXt offer some CSS classes that you can use in the post. You can refer to [THIS POST](https://tianqi.name/jekyll-TeXt-theme/post/2017/08/08/additional-styles.html).
1010

1111
[^ALDs]: [Attribute List Definitions](https://kramdown.gettalong.org/syntax.html#attribute-list-definitions)
1212

docs/_docs/zh/3.3-additional-styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ key: docs-additional-styles-zh
66

77
Jekyll 使用 kramdown 作为默认 Markdown 解释器。kramdown 可以通过 ALDs[^ALDs] 来设置块级元素或行内元素的属性。例如,可以通过 `{:.class-name1.class-name-2}` 来给元素定义样式类。
88

9-
TeXt 定义了一些样式类,你可以在文章和页面的方便的使用,可以在[这里](https://tianqi.name/jekyll-TeXt-theme/test/2017/08/08/additional-styles.html)看到示例和详细的说明.
9+
TeXt 定义了一些样式类,你可以在文章和页面的方便的使用,可以在[这里](https://tianqi.name/jekyll-TeXt-theme/post/2017/08/08/additional-styles.html)看到示例和详细的说明.
1010

1111
[^ALDs]: [Attribute List Definitions](https://kramdown.gettalong.org/syntax.html#attribute-list-definitions)
1212

0 commit comments

Comments
 (0)