Mention that serve deletes the public dir as well
This commit is contained in:
parent
3d9c27e095
commit
cae9223ebd
|
@ -58,6 +58,8 @@ if you are running zola in a Docker container.
|
||||||
|
|
||||||
In the event you don't want zola to run a local webserver, you can use the `--watch-only` flag.
|
In the event you don't want zola to run a local webserver, you can use the `--watch-only` flag.
|
||||||
|
|
||||||
|
Before starting, it will delete the public directory to ensure it starts from a clean slate.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ zola serve
|
$ zola serve
|
||||||
$ zola serve --port 2000
|
$ zola serve --port 2000
|
||||||
|
|
Loading…
Reference in New Issue