40 lines
870 B
Markdown
40 lines
870 B
Markdown
---
|
||
home: true
|
||
heroImage: /hero.png
|
||
footer: MIT Licensed | Copyright © 2018-present Evan You
|
||
heroImageStyle: {
|
||
maxWidth: '600px',
|
||
width: '100%',
|
||
display: block,
|
||
margin: '9rem auto 2rem',
|
||
background: '#fff',
|
||
borderRadius: '1rem',
|
||
}
|
||
isShowTitleInHome: false
|
||
actionText: 快速上手 →
|
||
actionLink: /views/other/guide
|
||
features:
|
||
- title: 简洁至上
|
||
details: 开发一款看着开心、写着顺手、使用简单的 开源论坛
|
||
- title: JAVA 驱动
|
||
details: 基于JAVA,使用SpringBoot + H2 Database + Semantic-UI 构建
|
||
- title: 持续完善
|
||
details: 目前的功能还很简陋,日后会一直持续完善
|
||
---
|
||
::: tip 介绍
|
||
1. 这是一个开源JAVA项目;<br>
|
||
2. 项目追求极简;<br>
|
||
3. 你可以打开 [Jiscuss Demo](http://demo.jiscuss.com) 来查看效果。
|
||
:::
|
||
## 安装
|
||
|
||
**Build**
|
||
|
||
```bash
|
||
hello world!
|
||
|
||
# or
|
||
|
||
hello JAVA!
|
||
```
|