Git Setup

The documentation is stored in a local git repo which contains a post-commit hook; this hook calls hugo on the docker contain running hugo, to rebuild the site.

The post-commit file contains:

docker exec hugo_server_1 bash -c "hugo"