Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page children #4

Open
alterae opened this issue Oct 15, 2022 · 0 comments
Open

Page children #4

alterae opened this issue Oct 15, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@alterae
Copy link
Owner

alterae commented Oct 15, 2022

In websites, pages often have children. Our metadata structure (see #3) should be able to handle that.

Given a file index.*, the children of that page are all other non-index pages in the same directory. Given a file {name}.*, where name is not index, the children of that page are all non-index pages in the {name}/ directory.

Having both a named page and an index page like this should probably be a warning or error:

.
├── foo
│  └── index.html
└── foo.html
@alterae alterae added the enhancement New feature or request label Oct 15, 2022
This was referenced Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant