From 0dcfff9c7036523b1cc13a8d66afeebbb582ddeb Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 14 Aug 2025 10:52:29 -0700 Subject: [PATCH] content: Update directory-structure.md --- content/en/getting-started/directory-structure.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/en/getting-started/directory-structure.md b/content/en/getting-started/directory-structure.md index 3feecd135..d01822c96 100644 --- a/content/en/getting-started/directory-structure.md +++ b/content/en/getting-started/directory-structure.md @@ -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.