Add undocumented --unpublished build option

via 57fd5f887d/lib/jekyll/command.rb (L63-L64)
This commit is contained in:
Skylar Challand 2017-01-05 15:04:42 -05:00
parent 7cded91a7c
commit be12be3411
1 changed files with 10 additions and 0 deletions

View File

@ -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>