Simple curriculum vitae generator.
Did not found anything on the internet realising following points so I've created my own :D
- generate cv from .json or .yaml
- schemaless
- html/sass templates
- live preview
- simple to use
yarn
And then
yarn start
ln -sfT ../templates/{template name} src/template
To export your cv to pdf, just print the page and set margins to none in print setup.
.
βββ data // your private data (git ignored)
βΒ Β βββ cv.yaml
βΒ Β βββ photo.jpg
βββ src // project code
βΒ Β βββ base.scss
βΒ Β βββ index.js // hack this one if needed
βΒ Β βββ template -> ../templates/default/
βββ templates // template just link one of them to src/template
βΒ Β βββ default
βΒ Β βββ css
βΒ Β βββ fonts
βΒ Β βββ index.html
βΒ Β βββ index.scss
If you come up with some nice templates, don't hesitate to submit a merge request with it.