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

36
pages.zh/common/ghost.md Normal file
View File

@@ -0,0 +1,36 @@
# Ghost
> 一个博客平台和无头CMS。
> 更多信息:<https://ghost.org>。
- 在当前目录中安装Ghost
`ghost install`
- 启动Ghost实例
`ghost start`
- 重启Ghost实例
`ghost restart`
- 检查系统在安装或更新Ghost时是否有潜在问题
`ghost doctor`
- 查看Ghost实例的日志
`ghost log {{name}}`
- 直接运行Ghost实例用于进程管理器和调试
`ghost run`
- 查看正在运行的Ghost进程
`ghost ls`
- 查看或编辑Ghost配置
`ghost config {{key}} {{value}}`