Playing around with Hugo static site generator


Sat Nov 28 2020


I’m currently playing around with the static site generator Hugo lately. It’s a very powerful static site generator, written in go.

You have almost endless configuration options when creating hugo sites. In the beginning when you create a new site, you use the hugo CLI and type:

hugo new site <sitename>

folder structure

There is also a file called, config.toml. It is the settings file for your website. You don’t have to use toml. You can also use YAML and JSON.