From b42e7c542c20c2cd4ec04321e5abf8f7bf060797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 20 Jul 2023 09:39:44 +0200 Subject: [PATCH] Revert "config: Remove disableLiveReload" This reverts commit 887f6fb976a65e4145c34fa2812999f442429f73. --- content/en/getting-started/configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index ce14bfa07..91cdebd5b 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -224,6 +224,12 @@ Hugo will, by default, inject a generator meta tag in the HTML head on the _home Enable disabling of all pages of the specified *Kinds*. Allowed values in this list: `"page"`, `"home"`, `"section"`, `"taxonomy"`, `"term"`, `"RSS"`, `"sitemap"`, `"robotsTXT"`, `"404"`. +### disableLiveReload + +**Default value:** false + +Disable automatic live reloading of browser window. + ### disablePathToLower **Default value:** false