saberland/saber
$150.00Solve someone else's bounty request by clicking on it and completing the funding to earn additional credits















Do you want to work on this issue?
You can request for a bounty in order to promote it!
1 active bounty request
Support multiple page types for query-posts plugin #560
andreasvirkus posted onGitHub
<!-- Please don't delete this template or we'll close your issue -->
<!-- Before creating an issue please make sure you are using the latest version of Saber. -->
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, 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?