Skip to content

companyzero/bisonrelay-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.