Make the text around generating the site more clear

Thanks to @jpiasetz for the suggestion!
This commit is contained in:
Matt Rogers 2013-07-10 23:34:48 -05:00
parent 9fe42fe09c
commit a5b6522ee2
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ first draft:
| |-- a-draft-post.md | |-- a-draft-post.md
{% endhighlight %} {% endhighlight %}
To preview your site with your drafts, simply run `jekyll serve` with the `--drafts` To preview your site with drafts, simply run `jekyll serve` or `jekyll build` with
switch. The same goes for `jekyll build`. Each will be assigned the value of `Time.now` the `--drafts` switch. Each will be assigned the value of `Time.now`
for its date, and thus you will see them generated as the latest posts. for its date, and thus you will see them generated as the latest posts.