hugo server
Start the embedded web server
Synopsis
Hugo provides its own webserver which builds and serves the site.
While hugo server is high performance, it is a webserver with limited options.
The hugo server command will by default write and serve files from disk, but
you can render…