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

Skip to content

Commit d9d0349

Browse files
committed
release: v2.0.0
1 parent a83bf07 commit d9d0349

File tree

7 files changed

+42
-56
lines changed

7 files changed

+42
-56
lines changed

CHANGELOG.md

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

3+
## 2.0.0 (2018-07-01)
4+
5+
Breaking changes, please check [Update form 1.x to 2.x](https://tianqi.name/jekyll-TeXt-theme/docs/en/update-form-1-to-2) for details.
6+
7+
### Enhancements
8+
9+
- Authors
10+
- License
11+
- New layouts (page, article, landing, etc)
12+
313
## 1.5.0 (2018-03-18)
414

515
### Enhancements
616

717
- `text_color_theme` config
8-
918
- Long pagination
10-
1119
- Additional styles (Alert, Image)
12-
1320
- Mathjax autoNumber config (@liao961120)
14-
1521
- Article heading anchor
16-
1722
- Previous and next post
18-
1923
- Search
2024

2125
## 1.4.3 (2018-01-13)
2226

2327
### Enhancements
2428

2529
- New TOC style
26-
2730
- Gitalk support (@WangQiru)
28-
2931
- Mermaid support
30-
3132
- `site.paths` & `site.nav_lists` support absolute URL
3233

3334
## 1.4.2 (2017-12-10)
3435

3536
### Enhancements
3637

3738
- Use new liquid syntax `{%-` `-%}` to avoid unnecessary output whitespace
38-
3939
- Add paths.base config
4040

4141
## 1.4.1 (2017-12-05)
@@ -63,29 +63,22 @@
6363
### Enhancements
6464

6565
- Article tag supports special characters
66-
6766
- Excerpts type (HTML | TEXT)
68-
6967
- Titles on the phone become smaller
70-
7168
- Styles change (table, code, blockquote)
7269

7370
## 1.2.2 (2017-11-04)
7471

7572
### Enhancements
7673

7774
- MathJax Support
78-
7975
- Add "Read More" link at the end of article excerpt.
80-
8176
- 404 page
8277

8378
### Bug Fixes
8479

8580
- Fix Email link URL error
86-
8781
- Fix Site Title link URL error
88-
8982
- Fix table responsive style error
9083

9184
## 1.2.1 (2017-10-27)
@@ -97,35 +90,30 @@
9790
### Bug Fixes
9891

9992
- Issues 4: View count display error when the post key include `-` (@yuxianda)
100-
10193
- Email url error
10294

10395
## 1.2.0 (2017-10-22)
10496

10597
### Enhancements
10698

10799
- Article excerpt no more than 200 words
108-
109100
- If `leancloud` is not set, 0 view won't display
110101

111102
### Bug Fixes
112103

113104
- Fix article TOC 's display error at proper situation
114-
115105
- Fix footer social buttons not in the center bug
116106

117107
## 1.1.0 (2017-10-19)
118108

119109
### Enhancements
120110

121111
- Color variables
122-
123112
- More color themes (dark, forest, ocean)
124113

125114
## 1.0.0 (2017-10-17)
126115

127116
### Enhancements
128117

129118
- Better article directories
130-
131119
- Dark color theme

CHECKLIST.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# CHECKLIST
22

33
- CHANGELOG
4-
5-
- _config.yml unchanged
6-
7-
- _sass/settings/_colors.scss use default skin
4+
- config files and _data
5+
- *assets/css/main.scss* use configurable skin

README-zh.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,27 @@
88

99
![TeXt Theme Details](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/TeXt-details.png)
1010

11-
TeXt 是针对个人网站、博客、项目、文档等等的一款 Jekyll 主题。它参考了 iOS 11 的风格,有大而突出的标题和圆润的按钮及卡片。
11+
TeXt 是针对个人或团队网站、博客、项目、文档等的一款 Jekyll 主题。它参考了 iOS 11 的风格,有大而突出的标题和圆润的按钮及卡片。
1212

1313
[English Documentation](https://github.com/kitian616/jekyll-TeXt-theme/blob/master/README.md)
1414

1515
## Features
1616

1717
- 响应式
18-
- 分页([jekyll-paginate](https://github.com/jekyll/jekyll-paginate)
19-
- 文章目录
20-
- 文章标签
21-
- 搜索(标题)
22-
- 阅读次数统计([LeanCloud](https://leancloud.cn/)
23-
- Emoji([Jemoji](https://github.com/jekyll/jemoji)
24-
- 评论([Disqus](https://disqus.com/), [gitalk](https://gitalk.github.io/)
25-
- Google Analytics
26-
- 联系方式设置(Email, Facebook, Twitter, 微博, 知乎……)
27-
- Web 语意化
2818
- 皮肤
19+
- 目录
20+
- 多作者
21+
- 多语言支持(English, 简体中文, 繁體中文)
22+
- 搜索
23+
- Web 语意化
24+
- RSS([jekyll-feed](https://github.com/jekyll/jekyll-feed)
25+
- 联系方式设置(Email, Facebook, Twitter, 微博, 知乎……)
2926
- 数学公式([MathJax](https://www.mathjax.org/)
3027
- 流程图, 序列图,甘特图([mermaid](https://mermaidjs.github.io/)
3128
- 柱状图,折线图,饼图,雷达图([chartjs](http://www.chartjs.org/)
32-
- RSS([jekyll-feed](https://github.com/jekyll/jekyll-feed)
33-
- 多语言支持(English, 简体中文, 繁體中文)
29+
- 阅读次数统计([LeanCloud](https://leancloud.cn/)
30+
- 评论([Disqus](https://disqus.com/), [gitalk](https://gitalk.github.io/)
31+
- Google Analytics
3432

3533
## 皮肤
3634

@@ -49,13 +47,15 @@ TeXt 内置以下 6 套皮肤:
4947
### 开始
5048

5149
- [快速开始](https://tianqi.name/jekyll-TeXt-theme/docs/zh/quick-start)
50+
- [从 1.x 升级到 2.x](https://tianqi.name/jekyll-TeXt-theme/docs/zh/update-form-1-to-2)
5251

5352
### 定制
5453

5554
- [配置](https://tianqi.name/jekyll-TeXt-theme/docs/zh/configuration)
5655
- [导航栏](https://tianqi.name/jekyll-TeXt-theme/docs/zh/navigation)
5756
- [布局](https://tianqi.name/jekyll-TeXt-theme/docs/zh/layouts)
5857
- [Logo 和 Favicon](https://tianqi.name/jekyll-TeXt-theme/docs/zh/logo-and-favicon)
58+
- [作者](https://tianqi.name/jekyll-TeXt-theme/docs/zh/authors)
5959

6060
### 内容
6161

@@ -71,7 +71,7 @@ TeXt 内置以下 6 套皮肤:
7171

7272
| Name | Description |
7373
| --- | --- |
74-
| [Home](https://tianqi.name/jekyll-TeXt-theme/) | 文章列表页 |
74+
| [Home](https://tianqi.name/jekyll-TeXt-theme/test/) | 文章列表页 |
7575
| [Archive](https://tianqi.name/jekyll-TeXt-theme/archive.html) | 过滤标签和查询 |
7676

7777
## 协议

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,27 @@
88

99
![TeXt Theme Details](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/TeXt-details.png)
1010

11-
TeXt is a Jekyll theme for personal site, blog, project, documentation and so on. Similar to iOS 11 style, it has large and prominent titles, round buttons and cards.
11+
TeXt is a 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

1313
[中文文档](https://github.com/kitian616/jekyll-TeXt-theme/blob/master/README-zh.md)
1414

1515
## Features
1616

1717
- Responsive
18-
- Paginate ([jekyll-paginate](https://github.com/jekyll/jekyll-paginate))
18+
- Skins
1919
- Table of contents
20-
- Tag
20+
- Authors
21+
- Multi-language support(English, Simplified Chinese, Traditional Chinese)
2122
- Search
22-
- Page views ([LeanCloud](https://leancloud.cn/))
23-
- Emoji ([Jemoji](https://github.com/jekyll/jemoji))
24-
- Comments ([Disqus](https://disqus.com/))
25-
- Google Analytics
26-
- Contact information (Email, Facebook, Twitter, Linkedin, Weibo, Zhihu, etc)
2723
- Semantic HTML
28-
- Skins
24+
- RSS([jekyll-feed](https://github.com/jekyll/jekyll-feed))
25+
- Contact information (Email, Facebook, Twitter, Linkedin, Weibo, Zhihu, etc)
2926
- Mathematical formula ([MathJax](https://www.mathjax.org/))
3027
- Flowchart, Sequence diagram, Gantt diagram ([mermaid](https://mermaidjs.github.io/))
3128
- Line Chart, Bar Chart, Radar Chart, Pie Chart ([chartjs](http://www.chartjs.org/))
32-
- RSS([jekyll-feed](https://github.com/jekyll/jekyll-feed))
33-
- Multi-language support(English, Simplified Chinese, Traditional Chinese)
29+
- Page views ([LeanCloud](https://leancloud.cn/))
30+
- Comments ([Disqus](https://disqus.com/))
31+
- Google Analytics
3432

3533
## Skins
3634

@@ -49,13 +47,15 @@ You can choose these 6 built-in skins below:
4947
### Start
5048

5149
- [Quick Start](https://tianqi.name/jekyll-TeXt-theme/docs/en/quick-start)
50+
- [Update form 1.x to 2.x](https://tianqi.name/jekyll-TeXt-theme/docs/en/update-form-1-to-2)
5251

5352
### Customization
5453

5554
- [Configuration](https://tianqi.name/jekyll-TeXt-theme/docs/en/configuration)
5655
- [Navigation](https://tianqi.name/jekyll-TeXt-theme/docs/en/navigation)
5756
- [Layouts](https://tianqi.name/jekyll-TeXt-theme/docs/en/layouts)
5857
- [Logo and Favicon](https://tianqi.name/jekyll-TeXt-theme/docs/en/logo-and-favicon)
58+
- [Authors](https://tianqi.name/jekyll-TeXt-theme/docs/en/authors)
5959

6060
### Content
6161

@@ -67,7 +67,7 @@ You can choose these 6 built-in skins below:
6767

6868
| Name | Description |
6969
| --- | --- |
70-
| [Home](https://tianqi.name/jekyll-TeXt-theme/) | Home page with posts list |
70+
| [Home](https://tianqi.name/jekyll-TeXt-theme/test/) | Home page with posts list |
7171
| [Archive](https://tianqi.name/jekyll-TeXt-theme/archive.html) | You can filter tags and search here |
7272

7373
## License

docs/zh/2.5-authors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Authors
2+
title: 作者
33
permalink: /docs/zh/authors
44
key: docs-authors-zh
55
---

jekyll-text-theme.gemspec

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

33
Gem::Specification.new do |spec|
44
spec.name = "jekyll-text-theme"
5-
spec.version = "1.5.0"
5+
spec.version = "2.0.0"
66
spec.authors = ["kitian616"]
77
spec.email = ["[email protected]"]
88

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jekyll-text-theme",
3-
"version": "1.5.0",
4-
"description": "A text first theme for Jekyll.",
3+
"version": "2.0.0",
4+
"description": "A customizable Jekyll theme for blog or site.",
55
"scripts": {
66
"build": "bundle exec jekyll build",
77
"serve": "bundle exec jekyll serve -H 0.0.0.0",

0 commit comments

Comments
 (0)