package

github.com/zanderlewis/zanderlewis.dev

main / published Aug 12, 2026 / repository

Mirrored every hour from https://codeberg.org/zanderlewis/website

Zander Lewis

Personal site built with Capsule — a Crystal SSG with CML markup. Deployed to Cloudflare Pages from Codeberg.

Live: zanderlewis.dev

Quick start

shards install
just build
just serve

See DEPLOY.md for Cloudflare Pages setup.

Layout

content/       # .cml pages
templates/     # HTML shell
assets/        # CSS
public/        # build output (gitignored)
capsule.yml    # site config

CLI

shards run -- build
shards run -- serve

API