add new chinese translations
This commit is contained in:
25
pages.zh/common/soupault.md
Normal file
25
pages.zh/common/soupault.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# soupault
|
||||
|
||||
> 一个基于 HTML 元素树重写的静态网站生成器。
|
||||
> 它还可以用作 HTML 后处理器或元数据提取器。
|
||||
> 更多信息:<https://soupault.app>。
|
||||
|
||||
- 在当前工作目录中初始化一个最小的网站项目:
|
||||
|
||||
`soupault --init`
|
||||
|
||||
- 构建一个网站:
|
||||
|
||||
`soupault`
|
||||
|
||||
- 重写默认配置文件和目录位置:
|
||||
|
||||
`soupault --config {{config_path}} --site-dir {{input_dir}} --build-dir {{output_dir}}`
|
||||
|
||||
- 在不生成页面的情况下,将元数据提取到 JSON 文件中:
|
||||
|
||||
`soupault --index-only --dump-index-json {{path/to/file.json}}`
|
||||
|
||||
- 显示有效配置(来自 `soupault.toml` 的值加上默认值):
|
||||
|
||||
`soupault --show-effective-config`
|
Reference in New Issue
Block a user