Replace space in filename with hyphen.

Added more information to hugo-commands.md

# Conflicts:
#	docs/getting-started/view-the-docs-locally/hugo-commands.md
This commit is contained in:
John Wellbelove 2026-06-01 20:46:22 +01:00
parent 85067c6110
commit a233257b37

View File

@ -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.
---