agonzalezro / polo

Static site generator written in Go and "compatible" with Jekyll & Pelican content
MIT License
47 stars 9 forks source link

Support `draft: true` as metadata #44

Open agonzalezro opened 8 years ago

agonzalezro commented 8 years ago

At the moment we allow:

status: draft

on the metadata. But I think that draft: true could be useful (and easy to implement too).