Compare commits

...

2 commits

Author SHA1 Message Date
CaffeineFueled 1b31740e8d
fix typo in README 2024-10-06 18:16:15 +02:00
CaffeineFueled e4c088096b
CHANGE README note the default port of hugo 2024-10-06 18:13:17 +02:00

View file

@ -22,13 +22,13 @@ podman run --rm \
server --bind 0.0.0.0
```
*Run in directory with Hugo page*
*Run in directory of Hugo page*
Add to config:
`alias hugo="podman run --rm -p 1313:1313 -v $PWD:/content localhost/hugo-docker:0.135.0"`
*Create alias for the latest version*
*Assuming the default port is being used and Hugo page is in the current directory*
# Official Docker Image