sudo snap install hugo
hugo server -D # http://localhost:1313/
hugo new posts/postname.md
Test with Caddy:
hugo
docker compose build --no-cache \
&& docker compose up # http://localhost:8080/
hugo
docker build --no-cache --tag jonikahara/www-async-fi:latest .
docker push jonikahara/www-async-fi:latest
Then, where sites.async.fi composition is running:
docker compose pull
docker compose up --detach --force-recreate www