Yes! I was looking for a decent selection of single-page app SSGs for so long. This is only the second one I've found, the other being Lingon (https://github.com/spotify/lingon), and this one looks like the only one that can still work as a blog.
Does anyone have any feedback or alternatives for SSGs which build static single-page blogs?
The "app" in this case would be client-side logic (e.g. written in JS) which might then render the blog client-side by pulling down the text for the blog. Ultimately, everything on the server is unchanging until you do a rebuild with new content.
So long as the hosted content isn't dynamically generated server-side when you visit, it's static.
Does anyone have any feedback or alternatives for SSGs which build static single-page blogs?