I use Hugo for several websites and I enjoy it a lot. One favorite part is the ability to create content of different types.
> It is optimized for speed (Hugo sites can be built in milliseconds)
Is that true, or does it just happen to be fast? It seems to me that the performance of a static site generation is irrelevant, and thus time spent on this is really wasted effort.
I don't care if it takes several minutes to build.. it'll happen on the CI server in the background, and so long as the actual deployment is atomic, it makes no difference.
A site that has time-sensitive content or update requirements of more than hundreds of times per day seems to be a poor candidate for use with a static site generator.