From 57d80caada0b017cd3a99ac6abb9f2e73b67ed99 Mon Sep 17 00:00:00 2001 From: Jameson Zimmer <jamesonzimmer@gmail.com> Date: Wed, 16 Sep 2015 16:04:24 +0800 Subject: [PATCH] Update _config.yml --- _config.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 58cfada..0585dad 100644 --- a/_config.yml +++ b/_config.yml @@ -95,11 +95,9 @@ exclude: - LICENSE - README.md -# Prose.io options. -# If you wish to use Prose.io to update your blog, enter your siteurl below. +# prose.io config prose: rooturl: '_posts' - siteurl: 'http://your-domain.com/' media: 'img' ignore: - 404.html @@ -117,11 +115,22 @@ prose: 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: "published" + field: + element: "checkbox" + label: "Publish" + help: "Check to publish post, uncheck to hide." # Beautiful Jekyll / Dean Attali