s/root/source/, props @parkr
This commit is contained in:
parent
30859cd979
commit
6133252f06
|
@ -47,9 +47,9 @@ to one or more config files.
|
|||
|
||||
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.
|
||||
called `_drafts` in your site's source directory (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.
|
||||
|
||||
<div class="note info">
|
||||
<h5 mardown="1">Drafts don't have dates</h5>
|
||||
|
|
Loading…
Reference in New Issue