New blog based on Hugo.
With the @klakegg docker image:
docker run --rm -it -v ${PWD}:/src klakegg/hugo:0.105.0-ext-debian
Server out of port 1313:
docker run --rm -it -v ${PWD}:/src -p 1313:1313 klakegg/hugo:0.105.0-ext-debian server
docker run --rm -it -v ${PWD}:/src -p 1313:1313 klakegg/hugo:0.105.0-ext-debian shell
Update submodules (e.g. for themes) with the following command:
git submodule update --remote