DEV Community

Discussion on: Which is the Best Static Site Generator and Why?

Collapse
 
waynee95 profile image
waynee95

I really like zola. It's basically like Hugo. It offers a single binary with 3 commands.

  • zola init
  • zola build
  • zola serve

You configure it using a toml file. One thing why I like it over Hugo, is that it uses a templating engine which is similar to Liquid templates. I find the Hugo templating language a little bit unintuitive, but thats probably related to not having used Go at all yet.