-
…in reply to @claviska
claviska Blog, most often. And in very general terms the ones I've tried either try to do too much (why would I need React to render posts?), take away too much control / fail on simple use cases (my content is HTML/CSS and sometimes a little JS, why does the SSG completely fail at that?)
-
…in reply to @rockerest
claviska And on and on: if I want a whole folder output, I have to use Markdown with special front matter, but this often won't work if it's just a folder full of content not in X syntax. Most fail entirely if I want to just... Slap a header in front of every post, which is already fine.
-
…in reply to @rockerest
claviska I basically seem to have a use case that SSGs do not solve (lots of content that I want to display on one site with multiple pages???????) and I've never met an SSG that didn't try to tell me what the structure of both my content and my site should be. Begone, devils.