Skip to content

christianfosli/christianfosli.github.io

Repository files navigation

Personal website

Build and deploy

Built using zola (rust-based alternative to hugo).

See it live: https://www.christianfosli.com

Development

Running locally with docker / docker compose

# Build and run
docker compose up -d --build

# Build, run, and automatically re-build when source changes
docker compose watch

Open http://localhost:8000 in a web browser.