杜郎俊赏 - dujun.io

开源实例之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.

实例地址

http://bic.dujun.eu.org

实例配置

配置描述
系统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

实例体验

首页

文章页

进入实例深度体验

后记

本实例仅供参考,不定期重置数据。

体验更多开源实例

标签: 开源实例 个人开源实例 静态博客开源实例
日期:2023-12-01