Add undocumented --unpublished build option
via 57fd5f887d/lib/jekyll/command.rb (L63-L64)
This commit is contained in:
parent
7cded91a7c
commit
be12be3411
|
@ -221,6 +221,16 @@ class="flag">flags</code> (specified on the command-line) that control them.
|
||||||
<p><code class="flag">--future</code></p>
|
<p><code class="flag">--future</code></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr class="setting">
|
||||||
|
<td>
|
||||||
|
<p class="name"><strong>Unpublished</strong></p>
|
||||||
|
<p class="description">Render posts that were marked as unpublished.</p>
|
||||||
|
</td>
|
||||||
|
<td class="align-center">
|
||||||
|
<p><code class="option">unpublished: BOOL</code></p>
|
||||||
|
<p><code class="flag">--unpublished</code></p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr class="setting">
|
<tr class="setting">
|
||||||
<td>
|
<td>
|
||||||
<p class="name"><strong>LSI</strong></p>
|
<p class="name"><strong>LSI</strong></p>
|
||||||
|
|
Loading…
Reference in New Issue