hugo gen chromastyles Generate CSS stylesheet for the Chroma code highlighter Synopsis Generate CSS stylesheet for the Chroma code highlighter for a given style. This stylesheet is needed if markup.highlight.noClasses is disabled in config. See https://xyproto.github.io/splash/docs/all.html for a preview of the available styles hugo gen chromastyles [flags] [args] Options -h, --help help for chromastyles --highlightStyle string foreground and background colors for highlighted lines, e.g. --hi...| gohugo.io
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 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 th...| gohugo.io