Skip to content

Commit

Permalink
Clarify public dir in directory structure doc page (#2238) (#2240)
Browse files Browse the repository at this point in the history
* Clarify `public` dir (#2238)

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

* Move and rewrite `public` clarification
  • Loading branch information
kotx committed Jul 6, 2023
1 parent 8dd1b30 commit a6bf876
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit a6bf876

Please sign in to comment.