Files
tldr/pages.zh/common/ghost.md

36 lines
551 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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}}`