mirror of https://github.com/halo-dev/halo
📝 更新README
parent
8f7c533fcf
commit
b6714966a1
|
@ -49,7 +49,7 @@ yum install -y wget && wget http://static.ryanc.cc/halo-cli.sh && sh halo-cli.sh
|
||||||
sh halo-cli.sh 2
|
sh halo-cli.sh 2
|
||||||
```
|
```
|
||||||
|
|
||||||
> Note: If you use Idea, Eclipse and other IDEs to run, you need to install the Lombok plugin.
|
> Note: If you use Idea, Eclipse and other IDEs to run, you need to install the Lombok plugin, In addition, JDK10 is not supported at the moment, and there are problems with themes scanning and uploading.
|
||||||
|
|
||||||
Let's start: http://localhost:8090
|
Let's start: http://localhost:8090
|
||||||
|
|
||||||
|
@ -117,12 +117,13 @@ The birth of Halo is inseparable from the following projects:
|
||||||
- [Animate](https://github.com/daneden/animate.css.git):Very easy to use css motion library.
|
- [Animate](https://github.com/daneden/animate.css.git):Very easy to use css motion library.
|
||||||
- [Editor.md](https://github.com/pandao/editor.md.git):Markdown front-end editor, sorry for the author abandoned.
|
- [Editor.md](https://github.com/pandao/editor.md.git):Markdown front-end editor, sorry for the author abandoned.
|
||||||
- [Editor.md](https://github.com/hawtim/editor.md):Editor.md, the version that hawtim took over to maintain.
|
- [Editor.md](https://github.com/hawtim/editor.md):Editor.md, the version that hawtim took over to maintain.
|
||||||
|
- [SimpleMDE - Markdown Editor](https://github.com/sparksuite/simplemde-markdown-editor):Simple, functional, and lightweight Markdown editor.
|
||||||
- [Bootstrap-FileInput](https://github.com/kartik-v/bootstrap-fileinput.git):Personally think that the best upload component.
|
- [Bootstrap-FileInput](https://github.com/kartik-v/bootstrap-fileinput.git):Personally think that the best upload component.
|
||||||
- [Font-awesome](https://github.com/FortAwesome/Font-Awesome.git):The most widely used font icon library.
|
- [Font-awesome](https://github.com/FortAwesome/Font-Awesome.git):The most widely used font icon library.
|
||||||
- [Jquery](https://github.com/jquery/jquery.git):Use the widest range of JavaScript frameworks.
|
- [Jquery](https://github.com/jquery/jquery.git):Use the widest range of JavaScript frameworks.
|
||||||
- [Layer](https://github.com/sentsin/layer.git):Personally think that the most practical and best-looking pop-up layer components.
|
- [Layer](https://github.com/sentsin/layer.git):Personally think that the most practical and best-looking pop-up layer components.
|
||||||
- [Jquery-Toast](https://github.com/kamranahmedse/jquery-toast-plugin):Message prompt component.
|
- [Jquery-Toast](https://github.com/kamranahmedse/jquery-toast-plugin):Message prompt component.
|
||||||
- [Pjax](https://github.com/defunkt/jquery-pjax.git):pushState + ajax = pjax
|
- [Pjax](https://github.com/defunkt/jquery-pjax.git):pushState + ajax = pjax.****
|
||||||
- [OwO](https://github.com/DIYgod/OwO):Front-end expression library.
|
- [OwO](https://github.com/DIYgod/OwO):Front-end expression library.
|
||||||
|
|
||||||
## Donate
|
## Donate
|
||||||
|
|
|
@ -42,6 +42,7 @@ java -jar target/dist/halo/halo-latest.jar
|
||||||
```
|
```
|
||||||
|
|
||||||
服务器快速部署(暂时仅支持CentOS):
|
服务器快速部署(暂时仅支持CentOS):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 安装Halo
|
# 安装Halo
|
||||||
yum install -y wget && wget http://static.ryanc.cc/halo-cli.sh && sh halo-cli.sh 1
|
yum install -y wget && wget http://static.ryanc.cc/halo-cli.sh && sh halo-cli.sh 1
|
||||||
|
@ -49,7 +50,7 @@ yum install -y wget && wget http://static.ryanc.cc/halo-cli.sh && sh halo-cli.sh
|
||||||
sh halo-cli.sh 2
|
sh halo-cli.sh 2
|
||||||
```
|
```
|
||||||
|
|
||||||
> 注意:如使用Idea,Eclipse等IDE运行的话,需要安装Lombok插件。
|
> 注意:如使用Idea,Eclipse等IDE运行的话,需要安装Lombok插件,另外暂不支持JDK10,主题扫描和上传会有问题。
|
||||||
|
|
||||||
Let's start: http://localhost:8090
|
Let's start: http://localhost:8090
|
||||||
|
|
||||||
|
@ -118,6 +119,7 @@ Halo的诞生离不开下面这些项目:
|
||||||
- [Animate](https://github.com/daneden/animate.css.git):非常好用的css动效库
|
- [Animate](https://github.com/daneden/animate.css.git):非常好用的css动效库
|
||||||
- [Editor.md](https://github.com/pandao/editor.md.git):Markdown前端编辑器,遗憾作者弃坑了
|
- [Editor.md](https://github.com/pandao/editor.md.git):Markdown前端编辑器,遗憾作者弃坑了
|
||||||
- [Editor.md](https://github.com/hawtim/editor.md):Editor.md,hawtim接过来维护的版本
|
- [Editor.md](https://github.com/hawtim/editor.md):Editor.md,hawtim接过来维护的版本
|
||||||
|
- [SimpleMDE - Markdown Editor](https://github.com/sparksuite/simplemde-markdown-editor):简洁,功能够用,且轻量级的Markdown编辑器
|
||||||
- [Bootstrap-FileInput](https://github.com/kartik-v/bootstrap-fileinput.git):个人认为最好用的上传组件,没有之一
|
- [Bootstrap-FileInput](https://github.com/kartik-v/bootstrap-fileinput.git):个人认为最好用的上传组件,没有之一
|
||||||
- [Font-awesome](https://github.com/FortAwesome/Font-Awesome.git):使用最广泛的字体图标库
|
- [Font-awesome](https://github.com/FortAwesome/Font-Awesome.git):使用最广泛的字体图标库
|
||||||
- [Jquery](https://github.com/jquery/jquery.git):使用最广泛的JavaScript框架
|
- [Jquery](https://github.com/jquery/jquery.git):使用最广泛的JavaScript框架
|
||||||
|
|
Loading…
Reference in New Issue