Here is the simplest possible PinPIE site: two pages, no config, but it works fine. Check it out!
- /index.php — an entry point
- /pages/index.php — a page
- /pages/about.php — another page
Download or clone this example from this repo.
To run this example you have to install PinPIE engine. Use composer to install PinPIE (run composer install
in example's folder) or read Start using PinPIE for other available options.
PinPIE is lightweight php-based engine for small sites
Read more about PinPIE engine in PinPIE repo.