content: Update directory-structure.md

This commit is contained in:
Joe Mooring
2025-08-14 10:52:29 -07:00
committed by GitHub
parent 58e3609a0b
commit 0dcfff9c70
@@ -196,10 +196,7 @@ my-theme/
├── i18n/
├── layouts/
├── static/
── LICENSE
├── README.md
├── hugo.toml
└── theme.toml
── hugo.toml
```
Using the union file system described above, Hugo mounts each of these directories to the corresponding location in the project. When two files have the same path, the file in the project directory takes precedence. This allows you, for example, to override a theme's template by placing a copy in the same location within the project directory.