Document draft posts and future posts #381
paulrobinson
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
@paulrobinson you are right that it's not documented but you can do it: ---
...
draft: true
--- then |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When working on drafts of posts it would be good to be able to commit them to the source repo without them going live. That way you have version control and can collaborate with others during the creation process.
This could be achieved by treating posts named "draft-<title>" as drafts (as opposed to files name "-<title" which are not drafts). Drafts will be generated in Quarkus dev mode (thus viewable during local development), but not on the published site.
Does this sound useful? I could have a go at contributing this feature.
Beta Was this translation helpful? Give feedback.
All reactions