This commit is contained in:
2026-05-06 14:51:24 +08:00
parent 132b2fc310
commit b248d526d2
9 changed files with 2450 additions and 37 deletions
+17 -22
View File
@@ -3,11 +3,8 @@ layout: home
hero:
name: Jiscuss
text: 基于 Java 的开源论坛
tagline: 简单、轻量、开源,面向发帖、回帖、用户管理与评论等论坛基础场景
image:
src: /hero.png
alt: Jiscuss
text: 简洁 · 轻量 · 开源
tagline: 基于 Java 的开源论坛,提供发帖、回帖、用户管理与评论等核心能力
actions:
- theme: brand
text: 快速上手
@@ -17,32 +14,30 @@ hero:
link: http://demo.jiscuss.com
features:
- title: 简洁至上
- icon: ✨
title: 简洁至上
details: 开发一款看着开心、写着顺手、使用简单的开源论坛。
- title: Java 驱动
- icon: ☕
title: Java 驱动
details: 基于 Java,使用 Spring Boot、Spring JPA、H2 Database 与 Semantic UI 构建。
- title: 持续完善
- icon: 🔄
title: 持续完善
details: 目前功能仍在迭代中,后续会持续补充文档、完善功能与优化体验。
---
::: tip 介绍
1. 这是一个开源 Java 项目;<br>
2. 项目追求极简;<br>
3. 你可以打开 [Jiscuss Demo](http://demo.jiscuss.com) 来查看效果。
:::
Jiscuss 是一个开源 Java 论坛项目,追求极简体验,提供发帖、回帖、评论与用户管理等核心能力。欢迎访问 [Jiscuss Demo](http://demo.jiscuss.com) 在线体验。
## 安装
**Build**
## 快速体验
```bash
hello world
# 克隆项目
git clone https://github.com/chuyaoyuan/jiscuss.git
cd jiscuss
# or
hello JAVA
# 启动(需要 JDK 8+
./mvnw spring-boot:run
```
## 文档站升级说明
## 预览
当前官方页与文档页已升级到 VitePress 2.0 架构,保留原有文章内容与静态资源,并补充了本地搜索、导航、侧边栏、最后更新时间与预览脚本。
![Jiscuss Demo 预览](/demo.png)