Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jarrodmillman/cv-template
Template for creating a curriculum vitae (CV) using JSON and tempita
https://github.com/jarrodmillman/cv-template
Last synced: 9 days ago
JSON representation
Template for creating a curriculum vitae (CV) using JSON and tempita
- Host: GitHub
- URL: https://github.com/jarrodmillman/cv-template
- Owner: jarrodmillman
- License: bsd-2-clause
- Created: 2014-05-27T22:31:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T18:32:20.000Z (over 8 years ago)
- Last Synced: 2024-11-01T14:12:04.798Z (about 2 months ago)
- Language: Python
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Creating your curriculum vitae
==============================The content is stored as JSON and BibTeX in the `data` directory. To create a
PDF, run `make`. Currently this will build a tex file based on the template
`_templates/cv.tex.tmpl` and then create a PDF from that by running `bibtex`
and `pdflatex`.