Jekyll supports a draft build for all articles within the _draftsfolder which can be build with bundle exec jekyll serve -D or make draft. Right now this produces a date based folder structure, but we want them to be on the same layer as regular articles to keep our links working
Jekyll supports a draft build for all articles within the
_drafts
folder which can be build withbundle exec jekyll serve -D
ormake draft
. Right now this produces a date based folder structure, but we want them to be on the same layer as regular articles to keep our links working