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.