I'm building my take on a static site generator.
https://get-taxus-org.pages.dev
It's inspired by Zola, but has better documentation and will hopefully be more approachable when all is said and done. I'm trying to incorporate WebAssembly, with Yew, to give "islands" for high performance stuff you might want where WebAssembly makes sense. For example, I wrote search from the ground up, and built a search widget using Yew.
You can also just write JavaScript if you want.
It's a total work in progress, but I'm enjoying what I've built so far.