Move --baseurl to build command options (#7985)

Merge pull request 7985
This commit is contained in:
Aaron Adams 2020-01-29 17:01:56 -05:00 committed by GitHub
parent 48ee086361
commit b8c4e2aaf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -310,6 +310,16 @@ class="flag">flags</code> (specified on the command-line) that control them.
<p><code class="flag">--strict_front_matter</code></p>
</td>
</tr>
<tr class="setting">
<td>
<p class="name"><strong>Base URL</strong></p>
<p class="description">Serve the website from the given base URL.</p>
</td>
<td class="align-center">
<p><code class="option">baseurl: URL</code></p>
<p><code class="flag">--baseurl URL</code></p>
</td>
</tr>
</tbody>
</table>
</div>
@ -350,16 +360,6 @@ before your site is served.
<p><code class="flag">--host HOSTNAME</code></p>
</td>
</tr>
<tr class="setting">
<td>
<p class="name"><strong>Base URL</strong></p>
<p class="description">Serve the website from the given base URL.</p>
</td>
<td class="align-center">
<p><code class="option">baseurl: URL</code></p>
<p><code class="flag">--baseurl URL</code></p>
</td>
</tr>
<tr class="setting">
<td>
<p class="name"><strong>Live Reload</strong></p>