halo/README.md

89 lines
3.6 KiB
Markdown
Raw Normal View History

2018-03-22 06:32:21 +00:00
<h1><a href="#" target="_blank">Halo</a></h1>
2018-03-22 13:22:23 +00:00
> Halo may be the best Java blog system. | Halo可能是最好的Java博客系统。
2018-03-22 06:32:21 +00:00
2018-04-03 10:00:51 +00:00
[![JDK](https://img.shields.io/badge/JDK-1.8-yellow.svg)](#)
2018-03-22 06:32:21 +00:00
[![GitHub release](https://img.shields.io/github/release/ruibaby/halo.svg)](https://github.com/ruibaby/halo/releases)
2018-04-10 02:27:40 +00:00
[![Travis CI](https://img.shields.io/travis/ruibaby/halo.svg)](https://travis-ci.org/ruibaby/halo)
2018-03-22 06:32:21 +00:00
------------------------------
## 目录
2018-03-22 12:01:03 +00:00
- [Introduction 简介](#Introduction-简介)
2018-04-14 10:06:03 +00:00
- [Quickstart 快速开始](#Quickstart-快速开始)
2018-03-22 12:01:03 +00:00
- [Demo 演示](#Demo-演示)
- [Download 下载](#Download-下载)
- [Docs 文档](#Docs-文档)
- [License 许可证](#License-许可证)
- [Thanks 感谢](#Thanks-感谢)
2018-03-22 06:32:21 +00:00
## Introduction 简介
**Halo** [ˈheɪloʊ]<br>
2018-03-22 10:08:30 +00:00
Fast,simple,powerful blog system powered by Java.
2018-03-22 06:32:21 +00:00
**Halo** [ˈheɪloʊ],意为光环。当然,你也可以当成拼音读(哈喽)。<br>
2018-03-22 06:32:21 +00:00
轻快简洁功能强大使用Java开发的博客系统。
**Halo交流群:** 162747721
2018-04-14 10:06:03 +00:00
## Quickstart 快速开始
```bash
git clone https://github.com/ruibaby/halo.git
cd halo
mvn clean package
java -jar target/dist/halo/halo-beta.jar
2018-04-14 10:06:03 +00:00
```
Let's start: http://localhost:8090
2018-03-22 06:32:21 +00:00
## Demo 演示
[界面预览](PREVIEW.md)
2018-04-28 08:23:09 +00:00
[首页演示](https://ryanc.cc)
2018-03-22 06:32:21 +00:00
## Download 下载
2018-04-08 08:07:00 +00:00
[Download](https://github.com/ruibaby/halo/releases)
2018-03-22 06:32:21 +00:00
> 目前并未打包成可使用版本因为目前bug还有点多需要花点时间才行。
2018-03-22 06:32:21 +00:00
## Docs 文档
2018-04-08 08:07:00 +00:00
[Halo Document](https://halo-doc.ryanc.cc)
2018-03-22 06:32:21 +00:00
>文档正在整理中。
## License 许可证
2018-04-03 10:00:51 +00:00
[![license](https://img.shields.io/github/license/ruibaby/halo.svg)](https://github.com/ruibaby/halo/blob/master/LICENSE)
2018-03-22 06:32:21 +00:00
## Thanks 感谢
Halo的诞生离不开下面这些项目
2018-03-22 12:01:03 +00:00
2018-04-08 04:02:30 +00:00
- [IntelliJ IDEA](https://www.jetbrains.com/idea/)个人认为最强大的Java IDE没有之一
2018-03-22 12:01:03 +00:00
- [Spring Boot](https://github.com/spring-projects/spring-boot)Spring的微服务框架
- [Freemarker](https://freemarker.apache.org/):模板引擎,使页面静态化
2018-03-22 12:01:03 +00:00
- [H2 Database](https://github.com/h2database/h2database):嵌入式数据库,无需安装
- [Druid](https://github.com/alibaba/druid):阿里开发的连接池
- [Spring-data-jpa](https://github.com/spring-projects/spring-data-jpa.git)不需要写sql语句的持久层框架
- [Ehcache](http://www.ehcache.org/):缓存框架
2018-03-22 12:01:03 +00:00
- [Lombok](https://www.projectlombok.org/):让代码更简洁
- [Apache Commons](http://commons.apache.org/)非常好用的Java工具库
2018-03-22 12:01:03 +00:00
- [oh-my-email](https://github.com/biezhi/oh-my-email)可能是最小的Java邮件发送库了支持抄送、附件、模板等
- [AdminLTE](https://github.com/almasaeed2010/AdminLTE)基于Bootstrap的后台模板
- [Bootstrap](https://github.com/twbs/bootstrap.git)使用最广泛的前端ui框架
- [Animate](https://github.com/daneden/animate.css.git)非常好用的css动效库
- [Editor.md](https://github.com/pandao/editor.md.git)Markdown前端编辑器遗憾作者弃坑了
2018-04-04 03:17:07 +00:00
- [Editor.md](https://github.com/hawtim/editor.md)Editor.mdhawtim接过来维护的版本
- [Bootstrap-FileInput](https://github.com/kartik-v/bootstrap-fileinput.git):个人认为最好用的上传组件,没有之一
- [Font-awesome](https://github.com/FortAwesome/Font-Awesome.git):使用最广泛的字体图标库
- [Jquery](https://github.com/jquery/jquery.git)使用最广泛的JavaScript框架
- [Layer](https://github.com/sentsin/layer.git):个人认为最实用最好看的弹出层组件,没有之一
- [Jquery-Toast](https://github.com/kamranahmedse/jquery-toast-plugin):消息提示组件
- [Pjax](https://github.com/defunkt/jquery-pjax.git)pushState + ajax = pjax