Hugo Server - Build Websites Quickly | Online Free DevTools by Hexmos
Build sites rapidly with Hugo Server. Develop, test, and preview your Hugo website instantly with hot reloading. Free online tool, no registration required.
hugo-server
Build and serve a site with Hugo’s built-in webserver. More information: https://gohugo.io/commands/hugo_server/.
- Build and serve a site:
hugo server
- Build and serve a site on a specified port number:
hugo server {{[-p|--port]}} {{port_number}}
- Build and serve a site while minifying supported output formats (HTML, XML, etc.):
hugo server --minify
- Build and serve a site in the production environment with full re-renders while minifying supported formats:
hugo server {{[-e|--environment]}} {{production}} --disableFastRender --minify
- Display help:
hugo server {{[-h|--help]}}
