The website for the project, hosted at https://alarmdisplay.org/.
Built with Hugo, using the Syna theme.
The theme is referenced as a submodule. Use the following command to clone this repository including the theme submodule:
git clone --recurse-submodules https://github.com/alarmdisplay/website.git
Use make serve
or hugo server -D
for a live preview while editing the files.
Use make build
or simply hugo
to generate the static files.
They get stored in a directory called public, from where they can be uploaded to a web server.
The main branch is automatically built and deployed.