forked from otale/tale
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7f408e1
commit 1fa95f4
Showing
2 changed files
with
74 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# Tale | ||
|
||
> Tale's English meaning for the **Story**, I believe that every person who insists on writing a blog is a story; Chinese you call it ***Collapse*** does not matter. | ||
`Tale` uses a lightweight mvc framework [Blade](https://github.com/biezhi/blade) for development, the default theme using a beautiful [pinghsu](https://github.com/chakhsu/pinghsu), if you think this project is good, please support it [star]((https://github.com/otale/tale/stargazers)). | ||
|
||
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) | ||
[![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) | ||
|
||
[QuickStart](https://github.com/otale/tale/wiki) | [参与贡献](https://github.com/otale/tale/issues/new) | [Donate](donate.md) | [中文](README.md) | ||
|
||
## Feature | ||
|
||
+ Simple design, beautiful interface | ||
+ Markdown article published | ||
+ Support multiple themes | ||
+ Support Emoji | ||
+ Support Netease cloud music player | ||
+ Support for attachments and database backups | ||
+ Deployment is simple to deploy | ||
|
||
## Interface Preview | ||
|
||
![安装1](https://ooo.0o0.ooo/2017/02/25/58b13a81d5f19.png) | ||
|
||
![安装2](https://ooo.0o0.ooo/2017/02/25/58b13a817ebc8.png) | ||
|
||
![安装完成](https://ooo.0o0.ooo/2017/02/25/58b13a8142728.png) | ||
|
||
![后台登录](https://ooo.0o0.ooo/2017/02/25/58b13a82d91e7.png) | ||
|
||
![后台仪表盘](https://ooo.0o0.ooo/2017/02/25/58b13a8416e6d.png) | ||
|
||
![发布文章](https://ooo.0o0.ooo/2017/02/25/58b13a83bc9f4.png) | ||
|
||
![文章管理](https://ooo.0o0.ooo/2017/02/25/58b13a857b10e.png) | ||
|
||
![页面管理](https://ooo.0o0.ooo/2017/02/25/58b13a824bc28.png) | ||
|
||
![分类标签管理](https://ooo.0o0.ooo/2017/02/25/58b13a829c241.png) | ||
|
||
![文件管理](https://ooo.0o0.ooo/2017/02/25/58b13a851741d.png) | ||
|
||
![友链管理](https://ooo.0o0.ooo/2017/02/25/58b13ab1756ab.png) | ||
|
||
![系统设置](https://ooo.0o0.ooo/2017/02/25/58b13ab231b4d.png) | ||
|
||
![个人设置](https://ooo.0o0.ooo/2017/02/25/58b13ab1bba53.png) | ||
|
||
![首页](https://ooo.0o0.ooo/2017/02/25/58b13ac013c10.png) | ||
|
||
![文章页](https://ooo.0o0.ooo/2017/02/25/58b13ab5d4035.png) | ||
|
||
![网易云文章页](https://ooo.0o0.ooo/2017/02/25/58b13ab57cb82.png) | ||
|
||
![文章归档页](https://ooo.0o0.ooo/2017/02/25/58b13ab1a1ef6.png) | ||
|
||
![友情链接页](https://ooo.0o0.ooo/2017/02/25/58b13ab27ebe7.png) | ||
|
||
![关于页](https://ooo.0o0.ooo/2017/02/25/58b13ab170f02.png) | ||
|
||
## OpenSource Agreement | ||
|
||
[MIT](LICENSE) | ||
|
||
## Thanks | ||
|
||
+ [typecho](https://github.com/typecho/typecho) | ||
+ [pinghsu](https://github.com/chakhsu/pinghsu) | ||
+ [emoji-java](https://github.com/vdurmont/emoji-java) |