From 39d1e6a8429fa883be1c0fbb24a9c7688fa70d67 Mon Sep 17 00:00:00 2001 From: Jameson Zimmer Date: Wed, 16 Sep 2015 15:55:19 +0800 Subject: [PATCH] Adding post-specific prose.io configuration :-) --- _config.yml | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 946aaa1..58cfada 100644 --- a/_config.yml +++ b/_config.yml @@ -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