From 016adc81be43499beea3084ee48af2db1c477116 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 7 Mar 2024 06:51:53 -0800 Subject: [PATCH] Sync CLI docs --- content/en/commands/hugo_server.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/commands/hugo_server.md b/content/en/commands/hugo_server.md index 84e655954..cfc9f4aaf 100644 --- a/content/en/commands/hugo_server.md +++ b/content/en/commands/hugo_server.md @@ -12,9 +12,9 @@ A high performance webserver Hugo provides its own webserver which builds and serves the site. While hugo server is high performance, it is a webserver with limited options. -'hugo server' will by default write and server files from disk, but you can -render to memory by using the '--renderToMemory' flag. This can be faster -in some cases, but it will consume more memory. +The `hugo server` command will by default write and serve files from disk, but +you can render to memory by using the `--renderToMemory` flag. This can be +faster in some cases, but it will consume more memory. By default hugo will also watch your files for any changes you make and automatically rebuild the site. It will then live reload any open browser pages