Skip to content

Commit

Permalink
doc: add document website. (halo-dev#1215)
Browse files Browse the repository at this point in the history
* doc: add document website.

* doc: add document website.

* doc: add document website.
  • Loading branch information
ruibaby authored Jan 27, 2021
1 parent 425f068 commit 15b406e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ assignees: ''
- 我已经安装了最新版的 Halo
- 我已经搜索了已有的 Issues 列表中有关的信息
- 我已经搜索了论坛中有关的信息:https://bbs.halo.run
- 我已经阅读了 Halo 的 FAQ:https://halo.run/archives/other-faq
- 我已经阅读了 Halo 的 FAQ:https://docs.halo.run/user-guide/faq
-->

## 我的环境
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<a href="https://github.com/halo-dev/halo/releases"><img alt="GitHub All Releases" src="https://img.shields.io/github/downloads/halo-dev/halo/total.svg?style=flat-square"></a>
<a href="https://hub.docker.com/r/ruibaby/halo"><img alt="Docker pulls" src="https://img.shields.io/docker/pulls/ruibaby/halo?style=flat-square"></a>
<a href="https://github.com/halo-dev/halo/commits"><img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/halo-dev/halo.svg?style=flat-square"></a>
<a href="https://travis-ci.org/halo-dev/halo"><img alt="Travis CI" src="https://img.shields.io/travis/halo-dev/halo.svg?style=flat-square"/></a>
<a href="https://github.com/halo-dev/halo/actions"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/halo-dev/halo/Halo%20CI?style=flat-square"/></a>
</p>

------------------------------
Expand All @@ -18,7 +18,7 @@

一个优秀的开源博客发布应用,值得一试。

> [官网 & 文档](https://halo.run) | [社区](https://bbs.halo.run) | [Telegram 频道](https://t.me/halo_dev)
> [官网](https://halo.run) | [文档](https://docs.halo.run) | [社区](https://bbs.halo.run) | [Telegram 频道](https://t.me/halo_dev)
## 快速开始

Expand All @@ -31,7 +31,7 @@ curl -L https://github.com/halo-dev/halo/releases/download/v1.4.2/halo-1.4.2.jar
```

```bash
java -jar halo-latest.jar
java -jar halo.jar
```

### Docker:
Expand All @@ -40,15 +40,15 @@ java -jar halo-latest.jar
docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=always ruibaby/halo
```

详细部署文档请移步<https://docs.halo.run/install/index>
详细部署文档请查阅<https://docs.halo.run/install/index>

## 周边

- 后台管理(halo-admin):<https://github.com/halo-dev/halo-admin>
- 独立评论模块(halo-comment):<https://github.com/halo-dev/halo-comment>
- 管理 APP(已停止维护):<https://github.com/halo-dev/halo-app>
- 主题仓库:<https://halo.run/p/themes.html>
- 资源下载:<https://docs.halo.run/zh/install/downloads>
- 资源下载:<https://docs.halo.run/install/downloads>
- WeHalo 小程序:<https://github.com/aquanlerou/WeHalo>

## 许可证
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,9 @@ private PostDetailVO createDefaultPostIfAbsent(@Nullable Category category) {
+ "## 相关链接\n"
+ "\n"
+ "- 官网:[https://halo.run](https://halo.run)\n"
+ "- 文档:[https://docs.halo.run](https://docs.halo.run)\n"
+ "- 社区:[https://bbs.halo.run](https://bbs.halo.run)\n"
+ "- 主题仓库:[https://halo.run/p/themes.html](https://halo.run/p/themes.html)\n"
+ "- 主题仓库:[https://halo.run/themes.html](https://halo.run/themes.html)\n"
+ "- 开源地址:[https://github.com/halo-dev/halo](https://github.com/halo-dev/halo)\n"
+ "\n"
+ "在使用过程中,有任何问题都可以通过以上链接找寻答案,或者联系我们。\n"
Expand Down

0 comments on commit 15b406e

Please sign in to comment.