speeches organized
Some checks are pending
/ deploy (push) Waiting to run

This commit is contained in:
Loyyd 2026-06-10 21:07:01 +02:00
parent 9c937f6c58
commit 9fee73fd96
970 changed files with 3223 additions and 3638 deletions

View file

@ -10,10 +10,10 @@ Use this guide when making regular content changes to the live static site.
4. Start a local server from the repo root:
```bash
python3 -m http.server 8000
docker compose up
```
5. Preview each changed page at `http://localhost:8000/`.
5. Preview each changed page at `http://localhost:8080/`.
6. Check that images, internal links, and forms still behave as expected.
7. Commit, push, and open a PR into `main`.