Cerb project website
git clone -b 11.1 https://github.com/cerb/cerb.github.io.git
# ... or download + unzip: https://codeload.github.com/cerb/cerb.github.io/zip/refs/heads/11.1
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 run --rm jekyll-buildThen sync _site/ to S3.
See CLAUDE.md for repo layout, collections, content conventions, and templating notes.