Sync CLI docs

This commit is contained in:
Joe Mooring 2024-03-07 06:51:53 -08:00 committed by Joe Mooring
parent 346a5fb026
commit 016adc81be

View File

@ -12,9 +12,9 @@ A high performance webserver
Hugo provides its own webserver which builds and serves the site. Hugo provides its own webserver which builds and serves the site.
While hugo server is high performance, it is a webserver with limited options. 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 The `hugo server` command will by default write and serve files from disk, but
render to memory by using the '--renderToMemory' flag. This can be faster you can render to memory by using the `--renderToMemory` flag. This can be
in some cases, but it will consume more memory. faster in some cases, but it will consume more memory.
By default hugo will also watch your files for any changes you make and 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 automatically rebuild the site. It will then live reload any open browser pages