Compare commits
No commits in common. "1b31740e8da8697c8f9da61c7b6f089c9f22732e" and "aa149fcf5c976f9f04f368c148f41ba8dfa9fa8d" have entirely different histories.
1b31740e8d
...
aa149fcf5c
|
@ -22,13 +22,13 @@ podman run --rm \
|
||||||
server --bind 0.0.0.0
|
server --bind 0.0.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
*Run in directory of Hugo page*
|
*Run in directory with 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"`
|
||||||
|
|
||||||
*Assuming the default port is being used and Hugo page is in the current directory*
|
*Create alias for the latest version*
|
||||||
|
|
||||||
# Official Docker Image
|
# Official Docker Image
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue