我可以在 front matter 中使用 draft 变量吗?

Can I use draft variable in front matter?

我可以在我的 site 中制作一个 post 来使用 post 前面的草稿变量来草稿,例如

---
.....
draft: true
---

两种方式:

  1. with a post's front matter variable published: false (documentation)

  2. 通过将草稿 post 放入 _drafts 文件夹 (documentation)