Adding post-specific prose.io configuration

:-)
This commit is contained in:
Jameson Zimmer 2015-09-16 15:55:19 +08:00
parent 7332bd5ff6
commit 39d1e6a842

View File

@ -95,16 +95,33 @@ exclude:
- LICENSE
- README.md
# prose.io options
# Prose.io options.
# If you wish to use Prose.io to update your blog, enter your siteurl below.
prose:
rooturl: '_posts'
siteurl: 'http://your-domain.com/'
media: 'img'
ignore:
- 404.html
- LICENSE
- feed.xml
- /_includes
- _config.yml
- /_layouts
- /_includes
- /css
- /img
- /js
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "subtitle"
field:
element: "textarea"
label: "Subtitle"
placeholder: "A description of your post."
alterable: true
# Beautiful Jekyll / Dean Attali