STATIC SITE GENERATORS AND PHP
WHAT IS A STATIC SITE GENERATOR?
▸
A script or application that runs offline to combine content
and templates into a set of finalised, static web pages.
▸
Content is commonly stored in Markdown files under source
control.
▸
Often use an established templating library (Twig,
Handlebars, Liquid etc)
▸
Deployable output requires no execution or interpreting by
the web server.