From the project root, serve the site with:
python3 -m http.server 8000Then open http://localhost:8000/.
Edit data/publications.json directly or add a record to data/scholar.bib and run:
npm run buildExport your Scholar profile as BibTeX, replace data/scholar.bib, and run:
npm run buildDrop images into the gallery folder, then run:
npm run build:galleryThis will refresh the gallery page. Future work can add thumbnail generation with sharp.
Replace assets/docs/Ajeet_Kumar_CV_2026.pdf with the latest file.
Edit the accent variables in assets/css/styles.css.
Publish the repository to GitHub Pages from the main branch, either from the site root or from a /docs folder.
- Code: MIT
- Content: CC-BY 4.0