From 5c3c18a4e29acb9cdb5482a4be94b0890e78025a Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 25 Jun 2021 00:34:00 +0800 Subject: [PATCH] settings for prose --- _config.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/_config.yml b/_config.yml index 77a112f..49bce0d 100644 --- a/_config.yml +++ b/_config.yml @@ -55,6 +55,21 @@ navigation: - text: "About the Author" url: /about/ +prose: + metadata: + _posts: + - name: "published" + field: + element: "checkbox" + label: "published" + value: "true" + _drafts: + - name: "published" + field: + element: "checkbox" + label: "published" + value: "true" + # Exclude from processing. # The following items will not be processed, by default. Create a custom list # to override the default setting.