Chapter 1

Advanced Structures

More Complex File Patterns

Subsections of Advanced Structures

Simple Page

This is a simple Hugo page. It supports all Markdown formatting.

Leaf Page

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.

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.

Subsections of Branch Bundle

Rendered

This page is included in the output since it is a branch bundle.

No Print Branch

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.

Subsections of No Print Branch

Rendered

This page is included in the output since it is a branch bundle.

It should not be printed in the print output.