Skip to content

mivort/cv-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV-template

Minimalistic template for software developer CV document. It's implemented as Jinja template with YAML data, so any Jinja-compatible generator should work for generation of resulting HTML.

image

Dependencies

  • Open Sans font family
  • Any Jinja2-compatible generator

How to build

First, clone the repo and fill data fields in data.yaml file. After that use one of available Jinja2 template renderers.

Using tera-cli

Supplied Makefile uses tera-cli. In case you have it installed, run:

make

It will create cv.html file in root directory.

Using j2cli

To build using j2cli:

pip install j2cli[yaml]
j2 -o cv.html template.html data.yaml

About

Minimalistic software developer CV template

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE-THIRD-PARTY

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published