Hide section pages from list

I have a page’s section I want to hide from list pages but this Build Options | Hugo is not working (tried in _index.md file). How do I go about it? I want to hide both the taxonomy list and the pages from appearing in any list.

It seems some changes require disabling fast render to work. Solved

Though, it seems this does not apply to individual files since they still show up in lists.

You need to enter the build options within the cascade table for children to inherit what’s entered in the Section’s _index.md.

[cascade]
[cascade._build]
list = false

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.