gh*: add Korean translation (#14300)
This commit is contained in:
36
pages.ko/common/ghost.md
Normal file
36
pages.ko/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 {{이름}}`
|
||||
|
||||
- Ghost 인스턴스를 직접 실행 (프로세스 관리자 및 디버깅에 사용):
|
||||
|
||||
`ghost run`
|
||||
|
||||
- 실행 중인 Ghost 프로세스 보기:
|
||||
|
||||
`ghost ls`
|
||||
|
||||
- Ghost 구성 보기 또는 편집:
|
||||
|
||||
`ghost config {{키}} {{값}}`
|
Reference in New Issue
Block a user