You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2025. It is now read-only.
Having multiple page collections, besides the standard _posts/ type, e.g. _jobs/ (to list all available job ads), _projects (for a portfolio maybe), etc.
What does the proposed API look like?
Maybe the user could add injectByType: 'slug' in the YAML frontmatter, where slug would have to match _<slug> in the directory name?
How should this be implemented in your opinion?
Within the saber-plugin-query-posts package, not yet sure of the technical implementation.
Are you willing to work on this yourself?
Yes. Would this feature be an OK addition? Is it maybe already solvable today somehow?
Feature request
What problem does this feature solve?
Having multiple page collections, besides the standard
_posts/type, e.g._jobs/(to list all available job ads),_projects(for a portfolio maybe), etc.What does the proposed API look like?
Maybe the user could add
injectByType: 'slug'in the YAML frontmatter, whereslugwould have to match_<slug>in the directory name?How should this be implemented in your opinion?
Within the saber-plugin-query-posts package, not yet sure of the technical implementation.
Are you willing to work on this yourself?
Yes. Would this feature be an OK addition? Is it maybe already solvable today somehow?