Nikola is FAST.
A fast-loading site is a good thing. Your site's speed matters. Which is why creating fast sites is one of Nikola's design goals.
Sure, it's not meant to create e-commerce sites, but if you are doing just a simple corporate site, or a personal blog, why would you not make it as fast as possible anyway?
So, here's one data point, from Kay Hayen
But you don't have to just believe that graph. Here's Yahoo's YSlow report on this blog, which is hosted in a $5 VPS (as are other sites, BTW. The same VPS. As is a bunch of services. And my Quassel core)
It scores 94 on that test. That's 94 out of 100 possible points in the "Small Site or Blog" ruleset.
How much server tuning was needed? I added one line to the Apache config:
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css
That makes it compress those files before sending it to the user and improved the third item from F to A.
So, when I say Nikola makes your site fast, don't take my word for it, just check it out.
Really promising. I also like to know the key difference (or major points to do a selection) between Nikola and Hyde, both are python based static site generator.
I am not a big believer in comparisons of "competing products" written by those who are invested in one of them.
If anyone more neutral wants to do a comparison, I am happy to share it, host it, and spread it around, even if the conclusion is "Hyde rules!".