From 87d3ddc1d91c3ffc0ef16eafc2dda2d513ae63f5 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Balter" Date: Sun, 14 Apr 2013 13:18:03 -0400 Subject: [PATCH] Add draft functionality explanation to upgrading docs --- site/_posts/2012-07-01-upgrading.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/site/_posts/2012-07-01-upgrading.md b/site/_posts/2012-07-01-upgrading.md index 26af5927..bcb20204 100644 --- a/site/_posts/2012-07-01-upgrading.md +++ b/site/_posts/2012-07-01-upgrading.md @@ -45,4 +45,19 @@ to one or more config files. ### Draft posts +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. + +
+
Drafts don't have dates
+

Unlike posts, drafts don't have a date, since they havn't + been published yet. Rather than naming your draft something like + `2013-07-01-my-draft-post.md`, simply name the file what you'd like your + post to eventually be titled, here `my-draft-post.md`.

+
+ + ### Baseurl \ No newline at end of file