From b8c4e2aaf7e1123a850f9551366ff72e758a46b4 Mon Sep 17 00:00:00 2001 From: Aaron Adams Date: Wed, 29 Jan 2020 17:01:56 -0500 Subject: [PATCH] Move --baseurl to build command options (#7985) Merge pull request 7985 --- docs/_docs/configuration/options.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/_docs/configuration/options.md b/docs/_docs/configuration/options.md index f67109db..38bcbd87 100644 --- a/docs/_docs/configuration/options.md +++ b/docs/_docs/configuration/options.md @@ -310,6 +310,16 @@ class="flag">flags (specified on the command-line) that control them.

--strict_front_matter

+ + +

Base URL

+

Serve the website from the given base URL.

+ + +

baseurl: URL

+

--baseurl URL

+ + @@ -350,16 +360,6 @@ before your site is served.

--host HOSTNAME

- - -

Base URL

-

Serve the website from the given base URL.

- - -

baseurl: URL

-

--baseurl URL

- -

Live Reload