From 6133252f064da1ee9a267d020f23707decc46a8b Mon Sep 17 00:00:00 2001 From: "Benjamin J. Balter" Date: Sun, 14 Apr 2013 13:30:14 -0400 Subject: [PATCH] s/root/source/, props @parkr --- site/_posts/2012-07-01-upgrading.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/_posts/2012-07-01-upgrading.md b/site/_posts/2012-07-01-upgrading.md index 99daafb6..99360a7e 100644 --- a/site/_posts/2012-07-01-upgrading.md +++ b/site/_posts/2012-07-01-upgrading.md @@ -47,9 +47,9 @@ to one or more config files. Jekyll now lets you write draft posts, and allows you to easily preview how they will look prior to publishing. To start a draft, simply create a folder -called `_drafts` in your site's root (e.g., along side `_posts`), and add a -new markdown file to it. To generate preview your new post, simply run the -`Jekyll` command with the `--drafts` flag. +called `_drafts` in your site's source directory (e.g., along side `_posts`), +and add a new markdown file to it. To generate preview your new post, simply +run the `Jekyll` command with the `--drafts` flag.
Drafts don't have dates