Cleaned up a bit and added event titles to banner headings.

This commit is contained in:
2025-07-03 12:44:53 +10:00
parent 424b7be6db
commit 168a8806cf
5 changed files with 7 additions and 21 deletions

View File

@@ -8,7 +8,7 @@ By default the contents of `dat.live` will be mounted, so changes made on the **
If you want to experiment a little without interfering with the master calendar there is a `dat.test` folder that can be used instead. Switch to using that folder by launching with...
```bash
HLBDAT=dat.test docker compose up
HLBDAT=test docker compose up
```
Even if you forget to use the `dat.test` folder, you'd still need to `git add`, `git commit` and `git push` before anything leaves your local machine. Moreover, *somebody* would need to `git pull` and `docker restart` on the production hosting environment before anybody else would see what you've done, so this is **super** low risk.