A dependency-free academic website based on the CV in this repository. GitHub Pages publishes the static site directly from the repository root.
From the repository root, run:
python3 -m http.server 8000Then open http://localhost:8000.
The site is published at https://chenkaihuang.github.io/. GitHub Pages deploys automatically after
every push to main.
- Website content:
index.html - Visual design:
assets/styles.css - Publication source records:
publications.bib - CV source:
kaihuang_cv.tex - Downloadable CV:
assets/kaihuang-chen-cv.pdf
After rebuilding the LaTeX CV, copy the new PDF into assets/kaihuang-chen-cv.pdf before pushing.