Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add document website. #1215

Merged
merged 5 commits into from
Jan 27, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,31 @@

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

> [官网 & 文档](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)

## 快速开始

### 下载最新的 Halo 安装包

> 其他地址:https://halo.run/archives/download.html
> 其他地址:https://docs.halo.run/zh/install/downloads

```bash
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.2/halo-1.4.2.jar --output halo-latest.jar
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.2/halo-1.4.2.jar --output halo.jar
```

或者

```bash
wget https://github.com/halo-dev/halo/releases/download/v1.4.2/halo-1.4.2.jar -O halo-latest.jar
wget https://github.com/halo-dev/halo/releases/download/v1.4.2/halo-1.4.2.jar -O halo.jar
```

### 启动 Halo

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

详细部署文档请移步:<https://halo.run/archives/install-quick-start.html>
详细部署文档请移步:<https://docs.halo.run/zh/install/index>

## 周边

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ 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://github.com/halo-dev/halo](https://github.com/halo-dev/halo)\n" +
Expand Down