https://github.com/adithyabsk/resume
Adithya's resume generated from a YAML file
https://github.com/adithyabsk/resume
python resume yaml
Last synced: about 2 months ago
JSON representation
Adithya's resume generated from a YAML file
- Host: GitHub
- URL: https://github.com/adithyabsk/resume
- Owner: adithyabsk
- License: gpl-3.0
- Created: 2021-07-02T23:41:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T02:51:55.000Z (about 3 years ago)
- Last Synced: 2025-06-20T12:18:40.658Z (about 1 year ago)
- Topics: python, resume, yaml
- Language: Python
- Homepage:
- Size: 511 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Adithya's Resume
Based on [yaml-resume](https://github.com/notsag/yaml-resume)
**Setup**
* [WeasyPrint](https://doc.courtbouillon.org/weasyprint/stable/first_steps.html):
For "printing" the pdf, converts html files to pdf without a browser
* Fonts
* You need to install the following Google Fonts locally for the pdf printing
to work--drag the `.otf` files into FontBook
* [Nunito Sans](https://fonts.google.com/specimen/Nunito+Sans)
* [Cutive Mono](https://fonts.google.com/specimen/Cutive+Mono)
```shell
# WeasyPrint requirements
brew install python pango libffi
# local package
pip install -e .
```
**Usage**
```shell
./refresh.sh
```