Phillip Tarrant 451cc73864
All checks were successful
Build and Push Docker Image / build (push) Successful in 9s
changing theme to executive-slate from elegant
2025-12-08 12:05:53 -06:00
2025-12-08 11:50:36 -06:00
2025-12-08 12:00:27 -06:00
2025-12-08 11:50:36 -06:00
2025-12-08 11:50:36 -06:00
2025-12-08 11:58:38 -06:00
2025-12-08 11:50:36 -06:00
2025-12-08 11:50:36 -06:00

Resume

Personal resume repository using the JSON Resume standard.

Quick Start

Generate HTML resume with Docker:

docker build -t resume .
docker run resume > resume.html

Structure

resume.json          # JSON Resume data file
Dockerfile           # Builds HTML using jsonresume-theme-even
sources/             # Source documents and work history details

JSON Resume

The resume.json file follows the JSON Resume schema. Edit this file to update resume content, then rebuild the Docker image to generate updated HTML.

Themes

To use a different theme, modify the Dockerfile's npx jsonresume-theme-even line to use another theme package (e.g., jsonresume-theme-elegant, jsonresume-theme-stackoverflow).

Description
No description provided
Readme 962 KiB
Languages
JavaScript 100%