Managing drafts in Jekyll while writing blog posts

from blog Prahlad Yeri, | ↗ original
The conventional wisdom of maintaining draft posts in Jekyll is to store them in _drafts directory. Drafts are posts without a date in the filename. They’re posts you’re still working on and don’t want to publish yet. To get up and running with drafts, create a _drafts folder in your site’s root and create your first draft: ├── _drafts │ └──...