settings for prose
This commit is contained in:
parent
3793f7decf
commit
5c3c18a4e2
1 changed files with 15 additions and 0 deletions
15
_config.yml
15
_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.
|
||||
|
|
Loading…
Reference in a new issue