|
|
|
|
|
by onion2k
1600 days ago
|
|
Every static site generator can be used like that. You can run them all locally to build a directory of static HTML files that you can rysnc (or FTP, or git, or whatever) to a server. How you generate the content is a separate question. It's quite common to use WordPress as a CMS (because the content people already know it), and then pull the content in to something like 11ty or Gatsby to bake to files and put on a server. |
|