From d9d0349948bf4844b443574512ee83cedc76dec5 Mon Sep 17 00:00:00 2001 From: kitian616 Date: Sun, 1 Jul 2018 22:45:39 +0800 Subject: [PATCH] release: v2.0.0 --- CHANGELOG.md | 32 ++++++++++---------------------- CHECKLIST.md | 6 ++---- README-zh.md | 28 ++++++++++++++-------------- README.md | 24 ++++++++++++------------ docs/zh/2.5-authors.md | 2 +- jekyll-text-theme.gemspec | 2 +- package.json | 4 ++-- 7 files changed, 42 insertions(+), 56 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77211b52eb9..256032f1e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,25 @@ # Change Log +## 2.0.0 (2018-07-01) + +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. + +### Enhancements + +- Authors +- License +- New layouts (page, article, landing, etc) + ## 1.5.0 (2018-03-18) ### Enhancements - `text_color_theme` config - - Long pagination - - Additional styles (Alert, Image) - - Mathjax autoNumber config (@liao961120) - - Article heading anchor - - Previous and next post - - Search ## 1.4.3 (2018-01-13) @@ -23,11 +27,8 @@ ### Enhancements - New TOC style - - Gitalk support (@WangQiru) - - Mermaid support - - `site.paths` & `site.nav_lists` support absolute URL ## 1.4.2 (2017-12-10) @@ -35,7 +36,6 @@ ### Enhancements - Use new liquid syntax `{%-` `-%}` to avoid unnecessary output whitespace - - Add paths.base config ## 1.4.1 (2017-12-05) @@ -63,11 +63,8 @@ ### Enhancements - Article tag supports special characters - - Excerpts type (HTML | TEXT) - - Titles on the phone become smaller - - Styles change (table, code, blockquote) ## 1.2.2 (2017-11-04) @@ -75,17 +72,13 @@ ### Enhancements - MathJax Support - - Add "Read More" link at the end of article excerpt. - - 404 page ### Bug Fixes - Fix Email link URL error - - Fix Site Title link URL error - - Fix table responsive style error ## 1.2.1 (2017-10-27) @@ -97,7 +90,6 @@ ### Bug Fixes - Issues 4: View count display error when the post key include `-` (@yuxianda) - - Email url error ## 1.2.0 (2017-10-22) @@ -105,13 +97,11 @@ ### Enhancements - Article excerpt no more than 200 words - - If `leancloud` is not set, 0 view won't display ### Bug Fixes - Fix article TOC 's display error at proper situation - - Fix footer social buttons not in the center bug ## 1.1.0 (2017-10-19) @@ -119,7 +109,6 @@ ### Enhancements - Color variables - - More color themes (dark, forest, ocean) ## 1.0.0 (2017-10-17) @@ -127,5 +116,4 @@ ### Enhancements - Better article directories - - Dark color theme \ No newline at end of file diff --git a/CHECKLIST.md b/CHECKLIST.md index e922a0de810..700bd51f122 100644 --- a/CHECKLIST.md +++ b/CHECKLIST.md @@ -1,7 +1,5 @@ # CHECKLIST - CHANGELOG - -- _config.yml unchanged - -- _sass/settings/_colors.scss use default skin \ No newline at end of file +- config files and _data +- *assets/css/main.scss* use configurable skin \ No newline at end of file diff --git a/README-zh.md b/README-zh.md index 1482bbe3161..48057782547 100644 --- a/README-zh.md +++ b/README-zh.md @@ -8,29 +8,27 @@ ![TeXt Theme Details](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/TeXt-details.png) -TeXt 是针对个人网站、博客、项目、文档等等的一款 Jekyll 主题。它参考了 iOS 11 的风格,有大而突出的标题和圆润的按钮及卡片。 +TeXt 是针对个人或团队网站、博客、项目、文档等的一款 Jekyll 主题。它参考了 iOS 11 的风格,有大而突出的标题和圆润的按钮及卡片。 [English Documentation](https://github.com/kitian616/jekyll-TeXt-theme/blob/master/README.md) ## Features - 响应式 -- 分页([jekyll-paginate](https://github.com/jekyll/jekyll-paginate)) -- 文章目录 -- 文章标签 -- 搜索(标题) -- 阅读次数统计([LeanCloud](https://leancloud.cn/)) -- Emoji([Jemoji](https://github.com/jekyll/jemoji)) -- 评论([Disqus](https://disqus.com/), [gitalk](https://gitalk.github.io/)) -- Google Analytics -- 联系方式设置(Email, Facebook, Twitter, 微博, 知乎……) -- Web 语意化 - 皮肤 +- 目录 +- 多作者 +- 多语言支持(English, 简体中文, 繁體中文) +- 搜索 +- Web 语意化 +- RSS([jekyll-feed](https://github.com/jekyll/jekyll-feed)) +- 联系方式设置(Email, Facebook, Twitter, 微博, 知乎……) - 数学公式([MathJax](https://www.mathjax.org/)) - 流程图, 序列图,甘特图([mermaid](https://mermaidjs.github.io/)) - 柱状图,折线图,饼图,雷达图([chartjs](http://www.chartjs.org/)) -- RSS([jekyll-feed](https://github.com/jekyll/jekyll-feed)) -- 多语言支持(English, 简体中文, 繁體中文) +- 阅读次数统计([LeanCloud](https://leancloud.cn/)) +- 评论([Disqus](https://disqus.com/), [gitalk](https://gitalk.github.io/)) +- Google Analytics ## 皮肤 @@ -49,6 +47,7 @@ TeXt 内置以下 6 套皮肤: ### 开始 - [快速开始](https://tianqi.name/jekyll-TeXt-theme/docs/zh/quick-start) +- [从 1.x 升级到 2.x](https://tianqi.name/jekyll-TeXt-theme/docs/zh/update-form-1-to-2) ### 定制 @@ -56,6 +55,7 @@ TeXt 内置以下 6 套皮肤: - [导航栏](https://tianqi.name/jekyll-TeXt-theme/docs/zh/navigation) - [布局](https://tianqi.name/jekyll-TeXt-theme/docs/zh/layouts) - [Logo 和 Favicon](https://tianqi.name/jekyll-TeXt-theme/docs/zh/logo-and-favicon) +- [作者](https://tianqi.name/jekyll-TeXt-theme/docs/zh/authors) ### 内容 @@ -71,7 +71,7 @@ TeXt 内置以下 6 套皮肤: | Name | Description | | --- | --- | -| [Home](https://tianqi.name/jekyll-TeXt-theme/) | 文章列表页 | +| [Home](https://tianqi.name/jekyll-TeXt-theme/test/) | 文章列表页 | | [Archive](https://tianqi.name/jekyll-TeXt-theme/archive.html) | 过滤标签和查询 | ## 协议 diff --git a/README.md b/README.md index 84ee9354a37..511c46d304c 100644 --- a/README.md +++ b/README.md @@ -8,29 +8,27 @@ ![TeXt Theme Details](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/TeXt-details.png) -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. +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. [中文文档](https://github.com/kitian616/jekyll-TeXt-theme/blob/master/README-zh.md) ## Features - Responsive -- Paginate ([jekyll-paginate](https://github.com/jekyll/jekyll-paginate)) +- Skins - Table of contents -- Tag +- Authors +- Multi-language support(English, Simplified Chinese, Traditional Chinese) - Search -- Page views ([LeanCloud](https://leancloud.cn/)) -- Emoji ([Jemoji](https://github.com/jekyll/jemoji)) -- Comments ([Disqus](https://disqus.com/)) -- Google Analytics -- Contact information (Email, Facebook, Twitter, Linkedin, Weibo, Zhihu, etc) - Semantic HTML -- Skins +- RSS([jekyll-feed](https://github.com/jekyll/jekyll-feed)) +- Contact information (Email, Facebook, Twitter, Linkedin, Weibo, Zhihu, etc) - Mathematical formula ([MathJax](https://www.mathjax.org/)) - Flowchart, Sequence diagram, Gantt diagram ([mermaid](https://mermaidjs.github.io/)) - Line Chart, Bar Chart, Radar Chart, Pie Chart ([chartjs](http://www.chartjs.org/)) -- RSS([jekyll-feed](https://github.com/jekyll/jekyll-feed)) -- Multi-language support(English, Simplified Chinese, Traditional Chinese) +- Page views ([LeanCloud](https://leancloud.cn/)) +- Comments ([Disqus](https://disqus.com/)) +- Google Analytics ## Skins @@ -49,6 +47,7 @@ You can choose these 6 built-in skins below: ### Start - [Quick Start](https://tianqi.name/jekyll-TeXt-theme/docs/en/quick-start) +- [Update form 1.x to 2.x](https://tianqi.name/jekyll-TeXt-theme/docs/en/update-form-1-to-2) ### Customization @@ -56,6 +55,7 @@ You can choose these 6 built-in skins below: - [Navigation](https://tianqi.name/jekyll-TeXt-theme/docs/en/navigation) - [Layouts](https://tianqi.name/jekyll-TeXt-theme/docs/en/layouts) - [Logo and Favicon](https://tianqi.name/jekyll-TeXt-theme/docs/en/logo-and-favicon) +- [Authors](https://tianqi.name/jekyll-TeXt-theme/docs/en/authors) ### Content @@ -67,7 +67,7 @@ You can choose these 6 built-in skins below: | Name | Description | | --- | --- | -| [Home](https://tianqi.name/jekyll-TeXt-theme/) | Home page with posts list | +| [Home](https://tianqi.name/jekyll-TeXt-theme/test/) | Home page with posts list | | [Archive](https://tianqi.name/jekyll-TeXt-theme/archive.html) | You can filter tags and search here | ## License diff --git a/docs/zh/2.5-authors.md b/docs/zh/2.5-authors.md index 7ba34971ecd..b32b2985b76 100644 --- a/docs/zh/2.5-authors.md +++ b/docs/zh/2.5-authors.md @@ -1,5 +1,5 @@ --- -title: Authors +title: 作者 permalink: /docs/zh/authors key: docs-authors-zh --- diff --git a/jekyll-text-theme.gemspec b/jekyll-text-theme.gemspec index e61546c96f5..7d5f6737bba 100644 --- a/jekyll-text-theme.gemspec +++ b/jekyll-text-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "jekyll-text-theme" - spec.version = "1.5.0" + spec.version = "2.0.0" spec.authors = ["kitian616"] spec.email = ["kitian616@outlook.com"] diff --git a/package.json b/package.json index 8f897d13a50..77dd640de12 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jekyll-text-theme", - "version": "1.5.0", - "description": "A text first theme for Jekyll.", + "version": "2.0.0", + "description": "A customizable Jekyll theme for blog or site.", "scripts": { "build": "bundle exec jekyll build", "serve": "bundle exec jekyll serve -H 0.0.0.0",