开源实例之Orchid
前言
Build and deploy beautiful documentation sites that grow with you.
Orchid is a general-purpose static site generator with a focus on extensibility, and aimed at developers looking to improve their technical documentation. Orchid was born out of a desire for better-looking Javadocs and frustration with how difficult is it to manage large Jekyll sites and keep it up-to-date with your code.
Orchid 是基于 Kotlin 开发的静态文档生成器。
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Java 1.8 |
服务器 | Nginx |
程序 | Kotlin、Gradle |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Java
- 已安装 Nginx
安装程序
官网地址:https://orchid.run
仓库地址:https://github.com/orchidhq/Orchid
#克隆代码
git clone https://github.com/orchidhq/Orchid.git
#安装依赖并生成静态文件
cd Orchid
./gradlew orchidBuild
实例体验
后记
本实例仅供参考,不定期重置数据。