mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 08:45:23 +02:00
jigsaw: add page
This commit is contained in:
parent
29f7f15c10
commit
e7c4a3167f
1 changed files with 28 additions and 0 deletions
28
pages/common/jigsaw.md
Normal file
28
pages/common/jigsaw.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# jigsaw
|
||||
|
||||
> A Laravel-based static site builder for PHP.
|
||||
> More information: <https://jigsaw.tighten.co>.
|
||||
|
||||
- Initialise a project:
|
||||
|
||||
`jigsaw init`
|
||||
|
||||
- Initialise a project with a specific preset:
|
||||
|
||||
`jigsaw init {{preset_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}}`
|
Loading…
Add table
Reference in a new issue