hcloud, hd, he*: add Korean translation (#14517)

This commit is contained in:
HoJeong Im
2024-11-02 22:14:52 +09:00
committed by GitHub
parent c5d694b17a
commit 916a7d963d
13 changed files with 298 additions and 0 deletions

28
pages.ko/common/hexo.md Normal file
View File

@@ -0,0 +1,28 @@
# hexo
> 빠르고, 간단하며 강력한 블로그 프레임워크.
> 더 많은 정보: <https://hexo.io/>.
- 웹사이트 초기화:
`hexo init {{path/to/directory}}`
- 새로운 기사 생성:
`hexo new {{layout}} {{title}}`
- 정적 파일을 생성:
`hexo generate`
- 로컬 서버 실행:
`hexo server`
- 웹사이트 배포:
`hexo deploy`
- 캐시 파일(`db.json`)과 생성된 파일(`public/`)을 정리:
`hexo clean`