diff --git a/docs/_docs/configuration/options.md b/docs/_docs/configuration/options.md index f2c6fdf3..45c92148 100644 --- a/docs/_docs/configuration/options.md +++ b/docs/_docs/configuration/options.md @@ -352,17 +352,26 @@ 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 the site automatically on the browser when content is edited.

+ + +

--livereload

+ +

Detach

-

Detach the server from the terminal

+

Detach the server from the terminal.

detach: BOOL

@@ -371,7 +380,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.