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

24
pages.zh/common/jekyll.md Normal file
View File

@@ -0,0 +1,24 @@
# jekyll
> 一个简单的、支持博客的静态网站生成器。
> 更多信息:<https://jekyllrb.com/docs/usage/>.
- 生成一个将在 http://localhost:4000/ 运行的开发服务器:
`jekyll serve`
- 启用增量生成:
`jekyll serve --incremental`
- 启用详细输出:
`jekyll serve --verbose`
- 将当前目录生成到 `./_site`
`jekyll build`
- 清理网站(移除网站输出和 `cache` 目录)而不进行构建:
`jekyll clean`