Direct users to the proper command when previewing drafts.

This commit is contained in:
Benjamin J. Balter 2013-04-14 13:35:24 -04:00
parent 38e7d61858
commit 47e9c978bf
1 changed files with 1 additions and 1 deletions

View File

@ -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.
<div class="note info">
<h5 mardown="1">Drafts don't have dates</h5>