|
|
|
|
|
by Danborg
1484 days ago
|
|
Using flat files only solves half the problem, in order to truly be able to host anywhere, you also need to be able to ditch PHP and server side processing requirements. (Wonder CMS, highlighted in this article, requires PHP with a couple of mods.)
That’s why I think static site generators are the more interesting code in this space. I’m a big fan of Gatsby, but there are several other great ones as well. This allows you to host your blog on even an old school “tilde club” type site, and it works just fine. |
|
While that may be a problem for some, I don't think it's the problem for the purposes of this article and discussion.
Different situations have different requirements.