Update directory-structure.md

This commit is contained in:
Joe Mooring
2024-03-25 05:37:58 -07:00
committed by GitHub
parent 1e2c0b8802
commit 39261556a5
@@ -100,7 +100,7 @@ layouts
: The layouts directory contains templates to transform content, data, and resources into a complete website. See [details](/templates/).
public
: The `public` directory contains the published website, generated when you run the `hugo` command. Hugo recreates this directory and its content as needed. See [details](/getting-started/usage/#build-your-site).
: The `public` directory contains the published website, generated when you run the `hugo` or `hugo server` commands. Hugo recreates this directory and its content as needed. See [details](/getting-started/usage/#build-your-site).
resources
: The `resources` directory contains cached output from Hugo's asset pipelines, generated when you run the `hugo` or `hugo server` commands. By default this cache directory includes CSS and images. Hugo recreates this directory and its content as needed.