jigsaw
A Laravel-based static site builder for PHP.
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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).