Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 731 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 731 Bytes

bisonrelay-web

Overview

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.

Development

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

Deployment with Docker

# Build the companyzero/bisonrelay-web image.
./bin/build.sh

# Start the container.
docker run -d -p <local port>:80 companyzero/bisonrelay-web:latest

License

bisonrelay-web is licensed under the liberal ISC License.