Merge pull request #9 from jamesonzimmer/master

Update to prose.io config
This commit is contained in:
Dean Attali 2015-09-16 15:41:00 -07:00
commit fe7345c5ef

View File

@ -95,16 +95,49 @@ exclude:
- LICENSE - LICENSE
- README.md - README.md
# prose.io options # prose.io config
prose: prose:
rooturl: '_posts'
media: 'img'
ignore: ignore:
- 404.html - 404.html
- LICENSE - LICENSE
- feed.xml - feed.xml
- /_includes - _config.yml
- /_layouts - /_layouts
- /_includes
- /css - /css
- /img - /img
- /js - /js
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "title"
field:
element: "text"
label: "Post title"
placeholder: "Title"
alterable: true
- name: "subtitle"
field:
element: "textarea"
label: "Subtitle"
placeholder: "A description of your post."
alterable: true
- name: "date"
field:
element: "text"
label: "Date"
help: "Enter date of post."
placeholder: "yyyy-mm-dd"
alterable: true
- name: "published"
field:
element: "checkbox"
label: "Publish"
help: "Check to publish post, uncheck to hide."
# Beautiful Jekyll / Dean Attali # Beautiful Jekyll / Dean Attali