Static HTML resume built from structured JSON data using Python and Jinja2 templating.
Demo — Harishankar Narayanan
pip3 install -r requirements.txtEdit resume.json with your content (follows the JSON Resume schema), then run:
python3 build.pyThis renders resume.json + template.html into public/index.html, which is served via GitHub Pages.
- Content: Edit
resume.json - Design/layout: Edit
template.html(Jinja2 template with all CSS inlined) - Profile photo: Update the
picturesarray inresume.jsonwith your image paths