jekyll serve --skip-initial-build to docs

This commit is contained in:
Ruslan Korolev 2014-09-22 19:16:23 +04:00
parent 52c76b5d93
commit 1a88178fbf
1 changed files with 9 additions and 0 deletions

View File

@ -273,6 +273,15 @@ before your site is served.
<p><code class="flag">-B, --detach</code></p> <p><code class="flag">-B, --detach</code></p>
</td> </td>
</tr> </tr>
<tr class="setting">
<td>
<p class="name"><strong>Skips the initial site build.</strong></p>
<p class="description">Skips the initial site build which occurs before the server is started.</p>
</td>
<td class="align-center">
<p><code class="flag">--skip-initial-build</code></p>
</td>
</tr>
</tbody> </tbody>
</table> </table>
</div> </div>