gh*: add Korean translation (#14300)

This commit is contained in:
HoJeong Im
2024-10-21 13:58:15 +09:00
committed by GitHub
parent 46c11730bf
commit 16d992e616
5 changed files with 150 additions and 0 deletions

36
pages.ko/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 {{이름}}`
- Ghost 인스턴스를 직접 실행 (프로세스 관리자 및 디버깅에 사용):
`ghost run`
- 실행 중인 Ghost 프로세스 보기:
`ghost ls`
- Ghost 구성 보기 또는 편집:
`ghost config {{키}} {{값}}`