Repository: JohnSundell/Publish
A static site generator for Swift developers
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