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

View File

@@ -0,0 +1,24 @@
# hugo 服务器
> 使用 Hugo 内置的网页服务器构建和提供网站。
> 更多信息:<https://gohugo.io/commands/hugo_server/>.
- 构建并提供一个网站:
`hugo server`
- 在指定的端口号上构建并提供一个网站:
`hugo server --port {{port_number}}`
- 在构建和提供网站时压缩支持的输出格式HTML、XML等
`hugo server --minify`
- 在生产环境中构建并提供一个网站,进行完全重渲染,并压缩支持的格式:
`hugo server --environment {{production}} --disableFastRender --minify`
- 显示帮助信息:
`hugo server --help`