Remix.run Logo
scotty79 2 days ago

Your static site generator can generate PHP instead of html and have some server-side dynamism sprinkled in your mostly static site, same way that generating JS can sprinkle some client side dynamism.

LamaOfRuin 2 days ago | parent | next [-]

This is not the definition of a static site.

scotty79 2 days ago | parent [-]

Definitions are blurred. PHP file can be almost HTML file.

johntash 2 days ago | parent | prev [-]

No clue how relevant they are today, but server side includes (SSI) solves the problem of wanting a _mostly_ static page with a little bit of dynamic content in it.