Skip to content

Commit

Permalink
🍺 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Sep 3, 2017
1 parent 6a4c592 commit 69a86b0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ target/
logs/

# database file #
tale.db
tale.db
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: java
jdk:
- oraclejdk8
- oraclejdk8
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
demo website:https://tale.biezhi.me

[![Build Status](https://img.shields.io/travis/otale/tale.svg?style=flat-square)](https://travis-ci.org/otale/tale)
![Version 1.2.15](https://img.shields.io/badge/version-1.2.15-yellow.svg?style=flat-square)
![Version 1.3.1-alpha1](https://img.shields.io/badge/version-1.3.1-alpha1-yellow.svg?style=flat-square)
[![License](https://img.shields.io/badge/license-MIT-4EB1BA.svg?style=flat-square)](https://github.com/otale/tale/blob/master/LICENSE)
[![@biezhi on weibo](https://img.shields.io/badge/weibo-%40biezhi-red.svg?style=flat-square)](http://weibo.com/u/5238733773)
[![@biezhi on zhihu](https://img.shields.io/badge/zhihu-%40biezhi-red.svg?style=flat-square)](https://www.zhihu.com/people/biezhi)
[![Gitter](https://badges.gitter.im/biezhi/tale-group.svg)](https://gitter.im/tale-group)

[QuickStart](https://github.com/otale/tale/wiki/QuickStart)  |  [Contribution](https://github.com/otale/tale/issues/new)  |  [Donate](donate.md)  |  [Video](video.md)  |  [中文](README_ZH.md)
Expand Down
8 changes: 3 additions & 5 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,17 @@

> Tale 的英文含义为**故事**,我相信每个坚持写 Blog 的人都是有故事的;中文你叫它 ***塌了*** 也无所谓 🤣。

`Tale` 使用了轻量级 mvc 框架 [Blade](https://github.com/biezhi/blade) 开发,默认主题使用了漂亮的 [pinghsu](https://github.com/chakhsu/pinghsu),如果觉得这个项目不错,请为它[点赞](https://github.com/otale/tale/stargazers)支持。


演示站点:https://tale.biezhi.me

[![Build Status](https://img.shields.io/travis/otale/tale.svg?style=flat-square)](https://travis-ci.org/otale/tale)
![Version 1.2.15](https://img.shields.io/badge/version-1.2.15-yellow.svg?style=flat-square)
![Version 1.3.1-alpha1](https://img.shields.io/badge/version-1.3.1-alpha1-yellow.svg?style=flat-square)
[![License](https://img.shields.io/badge/license-MIT-4EB1BA.svg?style=flat-square)](https://github.com/otale/tale/blob/master/LICENSE)
[![@biezhi on weibo](https://img.shields.io/badge/weibo-%40biezhi-red.svg?style=flat-square)](http://weibo.com/u/5238733773)
[![@biezhi on zhihu](https://img.shields.io/badge/zhihu-%40biezhi-red.svg?style=flat-square)](https://www.zhihu.com/people/biezhi)
[![Gitter](https://badges.gitter.im/biezhi/tale-group.svg)](https://gitter.im/tale-group)

[开始使用](https://github.com/otale/tale/wiki)  |  [参与贡献](contribution.md)  |  [捐赠](donate.md)  |  [视频教程](video.md)  |  [English](README.md)
[开始使用](https://github.com/otale/tale/wiki)  |  [参与贡献](https://github.com/otale/tale/wiki/8.-%E5%8F%82%E4%B8%8E%E8%B4%A1%E7%8C%AE)  |  [捐赠](donate.md)  |  [视频教程](video.md)  |  [English](README.md)

[![Throughput Graph](https://graphs.waffle.io/otale/tale/throughput.svg)](https://waffle.io/otale/tale/metrics/throughput)

Expand Down

0 comments on commit 69a86b0

Please sign in to comment.