This repository contains a Markdown-based CV that is automatically built and deployed as both a web page and a PDF via GitHub Actions.
- 🌐 Web (EN): https://boseung2.github.io/cv/
- 🌐 Web (KO): https://boseung2.github.io/cv/ko/
- 📄 PDF (EN, A4): https://boseung2.github.io/cv/cv.pdf
- 📄 PDF (KO, A4): https://boseung2.github.io/cv/ko/cv_ko.pdf
cv_en.md— english cv md filecv_ko.md- korean cv md filesite/— HTML template, CSS, build scriptdist/— build output (generated by CI, not committed)
- On every push to
main, GitHub Actions:- Converts
cv_en.md→ styled HTML - Converts
cv_ko.md→ styled HTML - Exports the same page as a PDF
- Deploys both to GitHub Pages
- Converts
npm install
npm run all
open dist/index.htmlopen dist/index.html
open dist/ko/index.html
open dist/cv.pdf
open dist/ko/cv_ko.pdf