2018-09-07 13:21:55 +00:00
|
|
|
|
<h1>
|
|
|
|
|
<a href="#" target="_blank">Halo</a>
|
|
|
|
|
</h1>
|
2018-03-22 06:32:21 +00:00
|
|
|
|
|
2018-09-07 13:21:55 +00:00
|
|
|
|
> 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-09-14 13:44:30 +00:00
|
|
|
|
🇨🇳简体中文 | 🇺🇸[English](./README-en-US.md)
|
2018-03-22 06:32:21 +00:00
|
|
|
|
|
|
|
|
|
## 目录
|
|
|
|
|
|
2018-09-07 13:21:55 +00:00
|
|
|
|
- [简介](#简介)
|
|
|
|
|
- [快速开始](#快速开始)
|
|
|
|
|
- [演示](#演示)
|
|
|
|
|
- [下载部署](#下载部署)
|
|
|
|
|
- [文档](#文档)
|
|
|
|
|
- [主题](#主题)
|
|
|
|
|
- [许可证](#许可证)
|
|
|
|
|
- [后续功能](#后续功能)
|
|
|
|
|
- [感谢](#感谢)
|
|
|
|
|
- [捐赠](#捐赠)
|
2018-03-22 06:32:21 +00:00
|
|
|
|
|
2018-09-07 13:21:55 +00:00
|
|
|
|
## 简介
|
2018-03-22 06:32:21 +00:00
|
|
|
|
|
2018-05-11 12:47:51 +00:00
|
|
|
|
**Halo** [ˈheɪloʊ],意为光环。当然,你也可以当成拼音读(哈喽)。
|
2018-03-22 06:32:21 +00:00
|
|
|
|
|
|
|
|
|
轻快,简洁,功能强大,使用Java开发的博客系统。
|
|
|
|
|
|
2018-09-01 03:28:03 +00:00
|
|
|
|
> QQ交流群: 162747721,Telegram交流群:[https://t.me/HaloBlog](https://t.me/HaloBlog)
|
2018-04-30 12:02:17 +00:00
|
|
|
|
|
2018-09-07 13:21:55 +00:00
|
|
|
|
## 快速开始
|
2018-04-14 10:06:03 +00:00
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
git clone https://github.com/ruibaby/halo.git
|
|
|
|
|
cd halo
|
2018-05-02 02:37:22 +00:00
|
|
|
|
mvn clean package -Pprod
|
2018-07-19 07:26:25 +00:00
|
|
|
|
java -jar target/dist/halo/halo-latest.jar
|
2018-04-14 10:06:03 +00:00
|
|
|
|
```
|
|
|
|
|
|
2018-08-01 03:20:18 +00:00
|
|
|
|
服务器快速部署(暂时仅支持CentOS):
|
|
|
|
|
```bash
|
|
|
|
|
# 安装Halo
|
|
|
|
|
yum install -y wget && wget http://static.ryanc.cc/halo-cli.sh && sh halo-cli.sh 1
|
|
|
|
|
# 更新Halo
|
|
|
|
|
sh halo-cli.sh 2
|
|
|
|
|
```
|
|
|
|
|
|
2018-06-02 10:02:59 +00:00
|
|
|
|
> 注意:如使用Idea,Eclipse等IDE运行的话,需要安装Lombok插件。
|
2018-05-11 12:47:51 +00:00
|
|
|
|
|
2018-04-28 17:33:30 +00:00
|
|
|
|
Let's start: http://localhost:8090
|
|
|
|
|
|
2018-09-07 13:21:55 +00:00
|
|
|
|
## 演示
|
2018-03-22 13:55:50 +00:00
|
|
|
|
|
2018-05-02 02:37:22 +00:00
|
|
|
|
[Ryan0up'S Blog](https://ryanc.cc)
|
|
|
|
|
|
|
|
|
|
[SNAIL BLOG](https://slogc.cc)
|
2018-03-22 06:32:21 +00:00
|
|
|
|
|
2018-05-04 17:01:34 +00:00
|
|
|
|
[宋浩志博客](http://songhaozhi.com)
|
2018-05-02 14:40:00 +00:00
|
|
|
|
|
2018-09-13 12:18:07 +00:00
|
|
|
|
[KingYiFan'S Blog](https://blog.cnbuilder.cn)
|
|
|
|
|
|
2018-09-07 13:21:55 +00:00
|
|
|
|
## 下载部署
|
2018-05-11 12:47:51 +00:00
|
|
|
|
|
2018-07-19 07:26:25 +00:00
|
|
|
|
> 如需部署到服务器,请参考[Halo部署教程](https://ryanc.cc/archives/halo-run-with-git-maven)或者[Wiki](https://github.com/ruibaby/halo/wiki)。
|
2018-03-22 06:32:21 +00:00
|
|
|
|
|
2018-09-07 13:21:55 +00:00
|
|
|
|
## 文档
|
2018-03-22 06:32:21 +00:00
|
|
|
|
|
2018-04-08 08:07:00 +00:00
|
|
|
|
[Halo Document](https://halo-doc.ryanc.cc)
|
2018-03-22 06:32:21 +00:00
|
|
|
|
|
2018-06-02 10:02:59 +00:00
|
|
|
|
> 文档正在不断完善中。
|
2018-05-11 12:47:51 +00:00
|
|
|
|
|
2018-09-07 13:21:55 +00:00
|
|
|
|
## 主题
|
2018-05-11 12:47:51 +00:00
|
|
|
|
|
|
|
|
|
除了内置的[Anatole](https://github.com/hi-caicai/farbox-theme-Anatole)和[Material](https://github.com/viosey/hexo-theme-material),还有下列主题没有集成在项目里,如有需要,请自行下载之后通过后台上传上去使用。
|
|
|
|
|
|
|
|
|
|
- [Vno](https://github.com/ruibaby/vno-halo) - 来自Jekyll的一款主题,作者[Wei Wang](https://onevcat.com/)。
|
|
|
|
|
- [Hux](https://github.com/ruibaby/hux-halo) - 来自Jekyll的一款主题,作者[Xuan Huang](https://huangxuan.me/)。
|
2018-08-14 08:57:53 +00:00
|
|
|
|
- [Story](https://github.com/ruibaby/story-halo) - 来自Typecho的一款主题,作者[Trii Hsia](https://yumoe.com/)。
|
2018-08-19 07:09:12 +00:00
|
|
|
|
- [NexT](https://github.com/ruibaby/next-halo) - 来自Hexo的一款主题,作者[iissnan](https://notes.iissnan.com/)。
|
2018-03-22 06:32:21 +00:00
|
|
|
|
|
2018-07-20 09:00:27 +00:00
|
|
|
|
> 声明:不接受任何对**移植主题**功能上的意见和建议。
|
|
|
|
|
|
2018-09-07 13:21:55 +00:00
|
|
|
|
## 许可证
|
2018-03-22 06:32:21 +00:00
|
|
|
|
|
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
|
|
|
|
|
2018-06-02 10:02:59 +00:00
|
|
|
|
> Halo使用GPL-v3.0协议开源,请尽量遵守开源协议,即便是在中国。
|
2018-05-11 12:47:51 +00:00
|
|
|
|
|
2018-09-07 13:21:55 +00:00
|
|
|
|
## 后续功能
|
2018-05-02 14:40:00 +00:00
|
|
|
|
|
2018-05-23 16:00:27 +00:00
|
|
|
|
- [x] 文章阅读统计
|
2018-05-02 14:40:00 +00:00
|
|
|
|
- [ ] 文章顶置
|
|
|
|
|
- [ ] 集成又拍云,七牛云等云服务
|
|
|
|
|
|
2018-09-07 13:21:55 +00:00
|
|
|
|
## 感谢
|
2018-03-22 06:32:21 +00:00
|
|
|
|
|
2018-03-24 12:51:45 +00:00
|
|
|
|
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的微服务框架
|
2018-03-24 12:51:45 +00:00
|
|
|
|
- [Freemarker](https://freemarker.apache.org/):模板引擎,使页面静态化
|
2018-03-22 12:01:03 +00:00
|
|
|
|
- [H2 Database](https://github.com/h2database/h2database):嵌入式数据库,无需安装
|
2018-03-24 12:51:45 +00:00
|
|
|
|
- [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/):让代码更简洁
|
2018-03-24 12:51:45 +00:00
|
|
|
|
- [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邮件发送库了,支持抄送、附件、模板等
|
2018-09-07 13:21:55 +00:00
|
|
|
|
- [Hutool](https://github.com/looly/hutool):一个Java基础工具类库
|
2018-07-19 07:26:25 +00:00
|
|
|
|
- [Thumbnailator](https://github.com/coobird/thumbnailator):缩略图生成库
|
2018-03-22 12:01:03 +00:00
|
|
|
|
- [AdminLTE](https://github.com/almasaeed2010/AdminLTE):基于Bootstrap的后台模板
|
2018-03-24 12:51:45 +00:00
|
|
|
|
- [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.md,hawtim接过来维护的版本
|
2018-03-24 12:51:45 +00:00
|
|
|
|
- [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
|
2018-07-19 07:26:25 +00:00
|
|
|
|
- [OwO](https://github.com/DIYgod/OwO):前端表情库
|
2018-05-11 12:47:51 +00:00
|
|
|
|
|
2018-09-07 13:21:55 +00:00
|
|
|
|
## 捐赠
|
2018-06-02 10:02:59 +00:00
|
|
|
|
|
|
|
|
|
> 如果Halo对你有帮助,可以请作者喝瓶娃哈哈哈哈哈哈哈哈哈哈。
|
|
|
|
|
|
2018-08-18 06:03:05 +00:00
|
|
|
|
| 支付宝 | 微信 | 支付宝红包 |
|
|
|
|
|
| :------------: | :------------: | :------------: |
|
|
|
|
|
| <img src="https://cdn.ryanc.cc/img/github/donate/alipay.png" width="150"/> | <img src="https://cdn.ryanc.cc/img/github/donate/wechat.png" width="150" /> | <img src="https://cdn.ryanc.cc/img/github/donate/hongbao.png" width="150" /> |
|