No description
- HTML 79.2%
- CSS 11.3%
- Python 9.5%
| resume | ||
| tests | ||
| .gitignore | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| pyproject.toml | ||
| README.md | ||
| resume.html | ||
| styles.css | ||
resume
Personal resume builder
My vision was to be able to run resume create pdf and get the
output. That still works (after pip install -e .). But, the tool I'm
using to convert html to pdf (weasyprint) doesn't support nested flex
boxes which I'm using. So, for now just opening in Chrome and
printing. You need to go to "More settings" > "Margins" > "None" to
make it look correct. Someday I'll get headless chrome up and running
and get the CLI back...
npx prettier resume.html styles.css --write to format the html and
css.
License
License: https://opensource.org/licenses/MIT
Copyright (c) 2024 Evan Carlin. All Rights Reserved.