Pinjasaur / bic

Static blog generator, in bash

Home Page:https://bic.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bic

bic

Build Status

Opinionated minimal static site (blog) generator. Implemented in a single Bash script.

Getting Started

Check out the docs or bic-example repository.

Local Development

Build (local develop):

docker build . -t bic:local

Run (local develop) with bic-example:

docker run --rm -it -v $PWD/../bic-example:/src -v $PWD:/app --entrypoint bash bic:local

Run (just build) with bic-example:

docker run --rm -v $PWD/../bic-example:/src bic:local

Run using nix flakes

nix shell github:Pinjasaur/bic --command bic $PWD/../bic-example

Local server (ran in bic-example):

browser-sync --watch --no-notify --extensions html build

Run test suite (uses BATS):

bats tests/test.bats --print-output-on-failure

License

MIT.

About

Static blog generator, in bash

https://bic.sh/


Languages

Language:Shell 97.7%Language:Nix 1.4%Language:Dockerfile 0.7%Language:HTML 0.2%