What is Missing from Astro Today?
Proposed Solution
Implement this to match Jekyll.
As a stretch goal, we could also add the published: true/false syntax instead. This is similar, but draft=true can still be built if --drafts is used when you build. published=false will never make it into your build, no matter what.
Help Make it Happen!
What is Missing from Astro Today?
draftas a top-level primitive for Markdown posts/filesbuildOptions.draftsas an option to ignore posts/files withdraft: trueProposed Solution
Implement this to match Jekyll.
As a stretch goal, we could also add the
published: true/falsesyntax instead. This is similar, butdraft=truecan still be built if--draftsis used when you build.published=falsewill never make it into your build, no matter what.Help Make it Happen!