add new chinese translations
This commit is contained in:
24
pages.zh/common/jekyll.md
Normal file
24
pages.zh/common/jekyll.md
Normal 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`
|
Reference in New Issue
Block a user