Hugo is a really nice too for creating a static website. There is a bit of a learning curve though, and you will need to read though documentation on their site, and maybe watch a few videos. On the plus side, static sites are far easier to host as they require far fewer resources than dynamic generators such as wordpress. Once you are up and running, you just write your content in markdown and hugo creates the html for you - quickly. Hugo runs on command line - no GUI, so read the docs to figure out what to do with it. You may also want to go to their GitHub page for the latest version.