-
Notifications
You must be signed in to change notification settings - Fork 327
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
Improve drafts & status system #12
Comments
I'm working on this because the current draft system is really unsable. See also issue 652. My personal requirements:
Most of these requirements I've already implemented in my local version, but it's not production ready yet and unit tests need to be improved. What would be your requirements? |
There should also be a usable way to iterate over published content of [type] (currently, there are only collections of all content of type, which could in theory be filter, but must take into account the possible values of status (draft, published and also published-date). |
Happy to receive any pull requests related to the above 👍 |
Override JBake properties from plugin configuration
Updated readme with details of goals
rename task jbake to bake and fix usage of jbake snapshot releases
An additional two:
|
Improve drafts & status system.
The text was updated successfully, but these errors were encountered: