bmch web
grab submodules:
git submodule update --init --recursive
hugo serve
this will run a live-reloaded dev server of hugo.
# build container and launch shell
redbuild shell --crun-args "-p 1313:1313"
# run hugo serve inside container
hugo serve --bind 0.0.0.0
hugo
this will output the built site in public/
.