From c6566b24107714609ec99d0c08191ed2273f0502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=20Mu=C3=B1oz?= Date: Fri, 24 May 2019 14:53:49 +0200 Subject: [PATCH] Added documentation for Live Reload feature This was added in 3.7.0 (see https://jekyllrb.com/news/2018/01/02/jekyll-3-7-0-released/) but it's not mentioned anywhere in the docs --- docs/_docs/configuration/options.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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.