Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 686 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 686 Bytes

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.