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