Hugo organizes content based on the directory structure inside the content folder.

Sections

Top-level directories in content become sections (e.g., content/posts becomes example.com/posts).

Page Bundles

A directory containing an index.md file is a Leaf Bundle. It can contain resources like images specific to that page.

text
content/posts/my-post/
├── index.md
└── image.jpg