From 47e9c978bfe53c91e58bc2a35925a02b257ea62b Mon Sep 17 00:00:00 2001 From: "Benjamin J. Balter" Date: Sun, 14 Apr 2013 13:35:24 -0400 Subject: [PATCH] Direct users to the proper command when previewing drafts. --- site/_posts/2012-07-01-upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2012-07-01-upgrading.md b/site/_posts/2012-07-01-upgrading.md index 66c96dc0..34c67f45 100644 --- a/site/_posts/2012-07-01-upgrading.md +++ b/site/_posts/2012-07-01-upgrading.md @@ -49,7 +49,7 @@ 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 source directory (e.g., along side `_posts`), and add a new markdown file to it. To preview your new post, simply run the -`Jekyll` command with the `--drafts` flag. +`Jekyll serve` command with the `--drafts` flag.
Drafts don't have dates