The website is built with Hugo. Install it to test the page locally.
We use submodules for the theme and fonts. Initialize them und update when necessary. Not sure what is necessary when but a combination of the three commands below should do the trick.
git submodule init
git submodule update --recursive
git checkout --recurse-submodules
The following command will use the archetype and set a couple of properties automatically. Don't forget to change them, if necessary.
hugo new events/YYYY-MM-DD-a-short-title.md
hugo server
and to display drafts
hugo server -D