In Jekyll in Docker we took a look at dokyll, my little packaging of
Jekyll in a Docker image. It just seemed right to pack the shell
commands in a script:
There is little to add, actually. One interesting thing might be that
I’m leveraging a couple of config.yml files for the local deployment,
so that I can override a few variables; this is why the environment
variable multiconfig is set to the specific value in line 3.