From a233257b374b19cf005f1e42596dbd9976c57a84 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Mon, 1 Jun 2026 20:46:22 +0100 Subject: [PATCH] Replace space in filename with hyphen. Added more information to hugo-commands.md # Conflicts: # docs/getting-started/view-the-docs-locally/hugo-commands.md --- docs/getting-started/view-the-docs-locally/hugo-commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started/view-the-docs-locally/hugo-commands.md b/docs/getting-started/view-the-docs-locally/hugo-commands.md index 63321a01..7930fef1 100644 --- a/docs/getting-started/view-the-docs-locally/hugo-commands.md +++ b/docs/getting-started/view-the-docs-locally/hugo-commands.md @@ -15,6 +15,7 @@ Run either of these two commands. hugo server ``` This is quicker, as Hugo will only regenerate files it detects have changed. + If you have moved files then the left-hand menu may not always regenerate correctly. If this occurs then run the following command. ---