common/r*: add Korean translation (#14644)
* common/r*: add Korean translation * Update rtv.md * Update pages.ko/common/rtv.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
20
pages.ko/common/resume.md
Normal file
20
pages.ko/common/resume.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# resume
|
||||
|
||||
> 쉽게 새로운 이력서를 설정.
|
||||
> 더 많은 정보: <https://github.com/jsonresume/resume-cli>.
|
||||
|
||||
- 현재 작업 디렉토리에 새로운 `resume.json` 파일 생성:
|
||||
|
||||
`resume init`
|
||||
|
||||
- `resume.json`을 스키마 테스트에 맞춰 표준 준수 여부 검증:
|
||||
|
||||
`resume validate`
|
||||
|
||||
- 이력서를 스타일 있는 HTML 또는 PDF 형식으로 로컬에 내보내기:
|
||||
|
||||
`resume export {{경로/대상/html_또는_pdf}}`
|
||||
|
||||
- 로컬 `resume.json`을 제공하는 웹 서버 시작:
|
||||
|
||||
`resume serve`
|
Reference in New Issue
Block a user