I use a SSG for a conference. The git repository guides me in doing exactly the same changes every year. I have pre built blocks for the various stages of organization and go through the commits for the previous year to help me understand what to do next.
Hugo is not Wordpress alternative, really. It's an static site generator. Wordpress is not static. Trying to do things what only Wordpress can do will introduce a lot of complexity and often will just not work.
If all you need is a, well, static website without forms or such, Hugo is an easy winner.