s/root/source/, props @parkr

This commit is contained in:
Benjamin J. Balter 2013-04-14 13:30:14 -04:00
parent 30859cd979
commit 6133252f06
1 changed files with 3 additions and 3 deletions

View File

@ -47,9 +47,9 @@ to one or more config files.
Jekyll now lets you write draft posts, and allows you to easily preview how 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 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 called `_drafts` in your site's source directory (e.g., along side `_posts`),
new markdown file to it. To generate preview your new post, simply run the and add a new markdown file to it. To generate preview your new post, simply
`Jekyll` command with the `--drafts` flag. run the `Jekyll` command with the `--drafts` flag.
<div class="note info"> <div class="note info">
<h5 mardown="1">Drafts don't have dates</h5> <h5 mardown="1">Drafts don't have dates</h5>