---
cascade:
- build:
list: never
publishResources: false
render: never
---
Chunks
c81678a9 (1st chunk of `content/includes/_index.md`)
Title: Hugo Front Matter Cascade Example
Summary
This front matter cascade example sets the `build` options to `list: never`, `publishResources: false`, and `render: never`. This configuration prevents pages using this cascade from being listed, having their resources published, or being rendered.