开源实例之bic
前言
bic is an opinionated and minimal static site generator—with a focus on blogs. It uses Pandoc to convert plain Markdown files into HTML. They get templated {{Mustache}}-style with Mo. Hashids is used to generate IDs.
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Docker |
服务器 | Nginx |
程序 | bic |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Docker
- 已安装 Nginx
安装程序
官网地址:https://bic.sh
程序仓库:https://github.com/Pinjasaur/bic
示例仓库:https://github.com/Pinjasaur/bic-example
#克隆代码
git clone https://github.com/Pinjasaur/bic.git
git clone https://github.com/Pinjasaur/bic-example.git
#构建镜像
cd bic
docker build . -t bic:local
#生成静态文件
docker run --rm -v $PWD/../bic-example:/src bic:local
实例体验
后记
本实例仅供参考,不定期重置数据。