This is how we do it
Hugo, the world’s fastest static site generator is steadily gaining traction. Hugo provides a reliable production environment and allows to build fast and secure web applications.
While working on our content, we like to examine the result. To generate an immediate local preview, we run Hugo in server mode.
The content folder structure of our Hugo project lays the foundation for the website (URL) structure. Taxonomies and menu entries in the frontmatter allow the theme to systematically create navigational links.
This theme processes resources (like images) from all kinds of places: Local, global, or remote. Associated parameters to specify processing and layout options always need to be set locally.
Publishing a static website involves always two basic steps: Build & Deploy. There are many ways to realize them.