Advanced Structures
More Complex File Patterns
More Complex File Patterns
This is a simple Hugo page. It supports all Markdown formatting.
This is a leaf bundle. It is a folder with a file named index.md
without an underscore. Other files under this folder are accessible to the page, but other HTML/Markdown pages will not be rendered in the output.
This is a branch bundle. It is a folder with a file named _index.md
including the underscore. Other files under this folder are rendered like any other content folder.
This page is included in the output since it is a branch bundle.
This is a branch bundle. It is a folder with a file named _index.md
including the underscore. Other files under this folder are rendered like any other content folder.
However, this bundle has noprint: true
in the frontmatter, so it should be omitted from the print output.
This page is included in the output since it is a branch bundle.
It should not be printed in the print output.