mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
* Clarify `public` dir (#2238) * Add `zola serve` to `public` dir description * Move and rewrite `public` clarification
This commit is contained in:
parent
8dd1b30594
commit
a6bf8765a1
1 changed files with 2 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue