add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

28
pages.zh/common/jigsaw.md Normal file
View File

@@ -0,0 +1,28 @@
# 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}}`