docker compose up
Install hugo, then start the server
hugo server
# this one ensures full rebuilds on changes
hugo server --disableFastRender
Build & minify, upload contents of public/
onto the webserver
hugo --minify
docker compose up
Install hugo, then start the server
hugo server
# this one ensures full rebuilds on changes
hugo server --disableFastRender
Build & minify, upload contents of public/
onto the webserver
hugo --minify