开源实例之Gozer
前言
Gozer is a fast & simple static site generator written in Golang.
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
服务器 | Nginx |
程序 | Gozer 0.1.0 |
示例 | www.dannyvankooten.com |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Nginx
安装程序
程序仓库:https://github.com/dannyvankooten/gozer
示例仓库:https://github.com/dannyvankooten/www.dannyvankooten.com
从仓库下载二进制包。
#克隆代码
git clone https://github.com/dannyvankooten/www.dannyvankooten.com.git
cd www.dannyvankooten.com
#生成静态文件
gozer build
实例体验
后记
本实例仅供参考,不定期重置数据。