File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ A high performance webserver
1212Hugo provides its own webserver which builds and serves the site.
1313While hugo server is high performance, it is a webserver with limited options.
1414
15- ' hugo server' will by default write and server files from disk, but you can
16- render to memory by using the ' --renderToMemory' flag. This can be faster
17- in some cases, but it will consume more memory.
15+ The ` hugo server ` command will by default write and serve files from disk, but
16+ you can render to memory by using the ` --renderToMemory ` flag. This can be
17+ faster in some cases, but it will consume more memory.
1818
1919By default hugo will also watch your files for any changes you make and
2020automatically rebuild the site. It will then live reload any open browser pages
You can’t perform that action at this time.
0 commit comments