This is the web site and documentation for Keno Antigen.
The site is run from a Hugo implementation in a Docker container.
The Docker container does not need to be built, it can be downloaded automatically from docker-hub.
However if you make changes to the build process then it can be rebuilt thus.
$ ./build_docker.sh
Then run a shell in the container and run the hugo server
$ ./run_docker.sh
root@17d2ed3096e5:/docs# hugo server -w --bind=0.0.0.0 -b http://kenoantigen.com
This will expose the hugo documentation on your local server, port 1313