Direct users to the proper command when previewing drafts.
This commit is contained in:
parent
38e7d61858
commit
47e9c978bf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue