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 1/3] 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.

From 641eb4e9e74412e240421ae4e342851c0b9feb47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=20Mu=C3=B1oz?= Date: Tue, 28 May 2019 15:11:50 +0200 Subject: [PATCH 2/3] Update docs/_docs/configuration/options.md Co-Authored-By: Frank Taillandier --- docs/_docs/configuration/options.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_docs/configuration/options.md b/docs/_docs/configuration/options.md index 45c92148..9c25b761 100644 --- a/docs/_docs/configuration/options.md +++ b/docs/_docs/configuration/options.md @@ -365,6 +365,7 @@ before your site is served.

Reload the site automatically on the browser when content is edited.

+

livereload: true

--livereload

From 276e71fb80191c7327b4f31df212ab7c4ea0d31c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=20Mu=C3=B1oz?= Date: Tue, 28 May 2019 15:13:02 +0200 Subject: [PATCH 3/3] Update options.md --- docs/_docs/configuration/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/configuration/options.md b/docs/_docs/configuration/options.md index 9c25b761..1f716dc2 100644 --- a/docs/_docs/configuration/options.md +++ b/docs/_docs/configuration/options.md @@ -362,7 +362,7 @@ before your site is served.

Live Reload

-

Reload the site automatically on the browser when content is edited.

+

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

livereload: true