已经基于go mod 调整了原有的项目,所以使用以及构建就很方便了,同时官方也提供了demo
所以试用下
构建工具
git clone https://github.com/rongfengliang/api2html.git
cd api2html
go build
运行demo
cd examples/blog
../../api2html serve -d -c config.json -p 8080
效果
参考资料
https://api2html.com/docs/creating-your-first-site/
https://github.com/rongfengliang/api2html