开源实例之SiteGen
前言
Sitegen is a simple but flexible static site generator.
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Go 1.20 |
服务器 | Nginx |
程序 | SiteGen 0.0.12 |
数据 | altlimit |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Go
- 已安装 Nginx
安装程序
程序仓库:https://github.com/altlimit/sitegen
数据仓库:https://github.com/altlimit/website
#安装 SiteGen
curl -s -S -L https://raw.githubusercontent.com/altlimit/sitegen/master/install.sh | bash
#克隆代码
git clone https://github.com/altlimit/website.git
cd website
#安装依赖
npm i
#生成静态文件
sitegen -site ./ -public ./docs -minify
实例体验
后记
本实例仅供参考,不定期重置数据。