Make the text around generating the site more clear
Thanks to @jpiasetz for the suggestion!
This commit is contained in:
parent
9fe42fe09c
commit
a5b6522ee2
|
@ -14,7 +14,7 @@ first draft:
|
|||
| |-- a-draft-post.md
|
||||
{% endhighlight %}
|
||||
|
||||
To preview your site with your drafts, simply run `jekyll serve` with the `--drafts`
|
||||
switch. The same goes for `jekyll build`. Each will be assigned the value of `Time.now`
|
||||
To preview your site with drafts, simply run `jekyll serve` or `jekyll build` with
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue