Render some pages only in non production

With this:

content/
├── posts/
│   ├── foo/
│   │   ├── index.md
│   │   ├── notes-skip.md

The notes-skip.md file is a page resource, not a content page, due to the presence of an index.md file.

1 Like

It does seem this approach is best to not conflict with page resources and bundles, despite having to create and manage a parallel site structure.

1 Like

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