Adding post-specific prose.io configuration
:-)
This commit is contained in:
parent
7332bd5ff6
commit
39d1e6a842
21
_config.yml
21
_config.yml
@ -95,16 +95,33 @@ exclude:
|
|||||||
- LICENSE
|
- LICENSE
|
||||||
- README.md
|
- README.md
|
||||||
|
|
||||||
# prose.io options
|
# Prose.io options.
|
||||||
|
# If you wish to use Prose.io to update your blog, enter your siteurl below.
|
||||||
prose:
|
prose:
|
||||||
|
rooturl: '_posts'
|
||||||
|
siteurl: 'http://your-domain.com/'
|
||||||
|
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: "subtitle"
|
||||||
|
field:
|
||||||
|
element: "textarea"
|
||||||
|
label: "Subtitle"
|
||||||
|
placeholder: "A description of your post."
|
||||||
|
alterable: true
|
||||||
|
|
||||||
# Beautiful Jekyll / Dean Attali
|
# Beautiful Jekyll / Dean Attali
|
||||||
|
Loading…
Reference in New Issue
Block a user