Cerb project website
git clone -b 12.0 https://github.com/cerb/cerb.github.io.git
# ... or download + unzip: https://codeload.github.com/cerb/cerb.github.io/zip/refs/heads/12.0
cd cerb.github.io
docker compose upThe site will be available at http://127.0.0.1:4000. Changes trigger automatic incremental rebuilds.
docker compose --profile build build --no-cache jekyll-builddocker compose --profile build run --rm jekyll-buildThen sync _site/ to S3.
See CLAUDE.md for repo layout, collections, content conventions, and templating notes.