https://github.com/jayrbolton/jayrbolton-resume-cv
https://github.com/jayrbolton/jayrbolton-resume-cv
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jayrbolton/jayrbolton-resume-cv
- Owner: jayrbolton
- Created: 2020-04-12T02:22:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T23:19:40.000Z (6 months ago)
- Last Synced: 2025-01-04T23:41:16.602Z (4 months ago)
- Language: HTML
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The data for the resume is found in `resume-data.yaml`, while the layout is found in `resume-template.hbs`
Compile:
```
poetry install
poetry run python compile.py
poetry run python -m http.server
```