Update _config.yml
This commit is contained in:
parent
39d1e6a842
commit
57d80caada
15
_config.yml
15
_config.yml
@ -95,11 +95,9 @@ exclude:
|
|||||||
- LICENSE
|
- LICENSE
|
||||||
- README.md
|
- README.md
|
||||||
|
|
||||||
# Prose.io options.
|
# prose.io config
|
||||||
# If you wish to use Prose.io to update your blog, enter your siteurl below.
|
|
||||||
prose:
|
prose:
|
||||||
rooturl: '_posts'
|
rooturl: '_posts'
|
||||||
siteurl: 'http://your-domain.com/'
|
|
||||||
media: 'img'
|
media: 'img'
|
||||||
ignore:
|
ignore:
|
||||||
- 404.html
|
- 404.html
|
||||||
@ -117,11 +115,22 @@ prose:
|
|||||||
field:
|
field:
|
||||||
element: "hidden"
|
element: "hidden"
|
||||||
value: "post"
|
value: "post"
|
||||||
|
- name: "title"
|
||||||
|
field:
|
||||||
|
element: "text"
|
||||||
|
label: "Post title"
|
||||||
|
placeholder: "Title"
|
||||||
|
alterable: true
|
||||||
- name: "subtitle"
|
- name: "subtitle"
|
||||||
field:
|
field:
|
||||||
element: "textarea"
|
element: "textarea"
|
||||||
label: "Subtitle"
|
label: "Subtitle"
|
||||||
placeholder: "A description of your post."
|
placeholder: "A description of your post."
|
||||||
alterable: true
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user