capsule

Version, currently main branch1 version
  • main branchlatestAug 12, 2026

github.com/zanderlewis/zanderlewis.dev

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

2 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  capsule:
    github: zanderlewis/zanderlewis.dev
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
Author
zanderlewis
Target
  • capsule from src/capsule_cli.cr

Dependencies

Runtime Dependencies

  • markd~> 0.5.0github: icyleaf/markd

README

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