This is the website at https://lagoon.sh
It is built in Hugo using the Syna Theme and hosted on Lagoon
- Clone this repository
- Init submodules
git submodule init git submodule update
Local development can be done using the Hugo cli hugo server --disableFastRender -D
,
and the project can be started in Docker locally docker-compose up -d
.
It'll get fancy at some point no doubt!