Updating post

This commit is contained in:
Frank "PHiAX" Weggelaar 2026-03-12 22:17:34 +01:00
parent 61b0c2c7a2
commit 25cf3aac3e

View file

@ -53,7 +53,9 @@ docker run --rm -v .:/project -u $(id -u):$(id -g) -p 80:1313 ghcr.io/gohugoio/h
docker run --rm -v .:/project -u $(id -u):$(id -g) -p 80:1313 ghcr.io/gohugoio/hugo:latest server --bind="0.0.0.0" --noHTTPCache --buildDrafts docker run --rm -v .:/project -u $(id -u):$(id -g) -p 80:1313 ghcr.io/gohugoio/hugo:latest server --bind="0.0.0.0" --noHTTPCache --buildDrafts
``` ```
TODO: Runner DNS
#### Sources #### Sources
https://gohugo.io/getting-started/quick-start/ https://gohugo.io/getting-started/quick-start/
https://github.com/gohugoio/hugo/pkgs/container/hugo https://github.com/gohugoio/hugo/pkgs/container/hugo
https://i.am.eddmil.es/posts/autopublish/