Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 818 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 818 Bytes

Simplest PinPIE site

Description

Here is the simplest possible PinPIE site: two pages, no config, but it works fine. Check it out!

Files

  • /index.php — an entry point
  • /pages/index.php — a page
  • /pages/about.php — another page

Installation

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

PinPIE is lightweight php-based engine for small sites

Read more about PinPIE engine in PinPIE repo.