Clarify public dir in directory structure doc page (#2238) (#2240)

* Clarify `public` dir (#2238)

* Add `zola serve` to `public` dir description

* Move and rewrite `public` clarification
This commit is contained in:
Kot 2023-07-06 07:06:15 -07:00 committed by GitHub
parent 8dd1b30594
commit a6bf8765a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,8 @@ After running `zola init`, you should see the following structure in your direct
5 directories, 1 file
```
You might also see a `public` directory if you are running the default `zola build/serve` commands which contains some output for the site: the full site for `zola build` and only the static assets for `zola serve`. This folder will be deleted/created automatically by `zola serve`.
Here's a high-level overview of each of these directories and `config.toml`.
## `config.toml`