This is the code for the bisonrelay.org website. It is built using the static site generator Hugo and utilizes Docker for testing and deployment.
To start a development web server at http://localhost:1313:
./bin/watch.sh
Run the HTML validator to ensure all of the generated files are syntactically correct:
./bin/test.sh
# Build the companyzero/bisonrelay-web image.
./bin/build.sh
# Start the container.
docker run -d -p <local port>:80 companyzero/bisonrelay-web:latest
bisonrelay-web is licensed under the liberal ISC License.