diff --git a/docs/_docs/configuration/options.md b/docs/_docs/configuration/options.md index f2c6fdf3..1f716dc2 100644 --- a/docs/_docs/configuration/options.md +++ b/docs/_docs/configuration/options.md @@ -352,17 +352,27 @@ before your site is served.

Base URL

-

Serve the website from the given base URL

+

Serve the website from the given base URL.

baseurl: URL

--baseurl URL

+ + +

Live Reload

+

Reload a page automatically on the browser when its content is edited.

+ + +

livereload: true

+

--livereload

+ +

Detach

-

Detach the server from the terminal

+

Detach the server from the terminal.

detach: BOOL

@@ -371,7 +381,7 @@ before your site is served. -

Skips the initial site build.

+

Skips the initial site build

Skips the initial site build which occurs before the server is started.