Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 914 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 914 Bytes

Website

The website for the project, hosted at https://alarmdisplay.org/.

Built with Hugo, using the Syna theme.

Development

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.

Deployment

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.

Build Status