Skip to content

Instantly share code, notes, and snippets.

@braidn
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braidn/f82fd63ac00955eeaeb3 to your computer and use it in GitHub Desktop.
Save braidn/f82fd63ac00955eeaeb3 to your computer and use it in GitHub Desktop.
prose setup
---
prose:
rooturl: 'content/pages'
metadata:
content/pages:
- name: "link text"
field:
element: "text"
label: "Title"
value: ""
type: "text"
- name: "date"
field:
element: "text"
label: "Date"
placeholder: "(Sunday, October 12, 2014)"
value: ""
type: "text"
- name: "summary"
field:
element: "text"
label: "Summary"
value: ""
type: "text"
- name: "flags"
field:
element: "text"
label: "Flags"
value: ""
placeholder: "link, draft"
type: "text"
- name: "published"
field:
element: "hidden"
value: "true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment