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