Files
tldr/pages.zh/common/jigsaw.md

28 lines
486 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# jigsaw
> 一个基于Laravel的PHP静态站点生成器。
> 更多信息请访问: <https://jigsaw.tighten.co>。
- 初始化一个项目:
`jigsaw init`
- 使用启动模板初始化一个项目:
`jigsaw init {{template_name}}`
- 为开发构建站点:
`jigsaw build`
- 从“build_local”目录预览站点
`jigsaw serve`
- 为生产构建站点:
`jigsaw build production`
- 从“build_production”目录预览站点
`jigsaw serve {{build_production}}`