Besides cloning this respository, you need to install quarto.
Here you find the documentation on building websites.
To see changes locally, run the preview command:
$ quarto preview
Before committing, render once more so that redundant files are not pushed to the repository.
$ quarto render
Stage and commit your changes, then push to this repository. The website is automatically refreshed by github actions.
The folder /events contains .qmd files (one per event) with simple markup. Check out existing event files to get an idea about how to add new ones. Added events will appear on the events page.