开源实例之trofaf
前言
Super simple live static blog generator in Go. Vraiment trofaf.
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Go 1.20 |
服务器 | Nginx |
程序 | trofaf |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Go
- 已安装 Nginx
安装程序
程序仓库:https://github.com/mna/trofaf
示例仓库:https://github.com/mna/0value
#安装 trofaf
go install github.com/PuerkitoBio/trofaf@latest
#生成示例静态博客
git clone https://github.com/mna/0value
cd 0value
trofaf -g
实例体验
后记
本实例仅供参考,不定期重置数据。