Hugo
Start server:
hugo server -DFor full rebuilds on change:
hugo server --disableFastRenderstart with local config
hugo server -D --config config.local.tomlStart with IP binding
hugo server -D --bind 192.168.178.162 --appendPort=falsewebsite can be then reached by: http://192.168.178.162:1313
update server
hugo --logLevel infokill server
pkill hugo