tldr/pages/common/jigsaw.md
Owen Voke 39f6f93a5c jigsaw: apply suggestions from code review
Co-Authored-By: Andrik Albuquerque <andrik.albuquerque@gmail.com>
2019-06-26 17:52:00 -03:00

507 B

jigsaw

A Laravel-based static site builder for PHP. More information: https://jigsaw.tighten.co.

  • Initialise a project:

jigsaw init

  • Initialise a project using a starter template:

jigsaw init {{template_name}}

  • Build the site for development:

jigsaw build

  • Preview the site from the "build_local" directory:

jigsaw serve

  • Build the site for production:

jigsaw build production

  • Preview the site from the "build_production" directory:

jigsaw serve {{build_production}}