Compare commits
2 commits
aa149fcf5c
...
1b31740e8d
Author | SHA1 | Date | |
---|---|---|---|
|
1b31740e8d | ||
|
e4c088096b |
|
@ -22,13 +22,13 @@ podman run --rm \
|
||||||
server --bind 0.0.0.0
|
server --bind 0.0.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
*Run in directory with Hugo page*
|
*Run in directory of Hugo page*
|
||||||
|
|
||||||
Add to config:
|
Add to config:
|
||||||
|
|
||||||
`alias hugo="podman run --rm -p 1313:1313 -v $PWD:/content localhost/hugo-docker:0.135.0"`
|
`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
|
# Official Docker Image
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue