Skip to content
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

Allow user to have draft content excluded from Output #94

Closed
wants to merge 2 commits into from

Conversation

Kilo-Loco
Copy link
Contributor

It would be beneficial to be able to write up a draft and keep it in the project along with the published content. By setting isDraft to true, the content will not be included in the Output. The default value for isDraft is false.

article.md
---
date: 2020-08-24 09:00
description: My description
tags: mytag
image: images/image.jpg
isDraft: true
---
# Some title

@antranapp
Copy link

antranapp commented Aug 27, 2020

Seems to be duplicated with #89

@JohnSundell
Copy link
Owner

Closed as a duplicate of #89.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants