Skip to content

codetiger/resume

Repository files navigation

Resume

Static HTML resume built from structured JSON data using Python and Jinja2 templating.

Demo — Harishankar Narayanan

Setup

pip3 install -r requirements.txt

Build

Edit resume.json with your content (follows the JSON Resume schema), then run:

python3 build.py

This renders resume.json + template.html into public/index.html, which is served via GitHub Pages.

Customise

  • Content: Edit resume.json
  • Design/layout: Edit template.html (Jinja2 template with all CSS inlined)
  • Profile photo: Update the pictures array in resume.json with your image paths

About

My resume in JSONResume schema

Topics

Resources

License

Stars

Watchers

Forks

Contributors