This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
zola
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Mention that serve deletes the public dir as well
index-subcmd
Vincent Prouillet
5 years ago
parent
3d9c27e095
commit
cae9223ebd
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
docs/content/documentation/getting-started/cli-usage.md
+ 2
- 0
docs/content/documentation/getting-started/cli-usage.md
View File
@@ -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.
Before starting, it will delete the public directory to ensure it starts from a clean slate.
```bash
$ zola serve
$ zola serve --port 2000
Write
Preview
Loading…
Cancel
Save