Deployment
Build for production and deploy to Cloudflare Pages.
The site is a fully static Jekyll build, deployable to any static host. We recommend Cloudflare Pages.
Production build
JEKYLL_ENV=production bundle exec jekyll build
Output is written to _site/.
Cloudflare Pages
| Setting | Value |
|---|---|
| Build command | bundle exec jekyll build |
| Output directory | _site |
| Environment var | JEKYLL_ENV=production |
Connect your GitHub repository in the Cloudflare dashboard, set the values above, and every push to your production branch will build and deploy automatically.
Custom domain
Add your domain in the Pages project settings and point your DNS at Cloudflare.
The included CNAME file documents the canonical domain.