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.
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.
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.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.