Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiaoxiae/cv

A neat CV generator. Supports HTML, PDF and LaTeX.
https://github.com/xiaoxiae/cv

generator html pdf python

Last synced: about 2 months ago
JSON representation

A neat CV generator. Supports HTML, PDF and LaTeX.

Awesome Lists containing this project

README

        

# CV
The repository for my (or yours, if you fork this 😉) CV. Supported export formats are:
- **LaTeX** (requires `pandoc` + `markdown` Python package)
- **PDF** (requires `pandoc` + `markdown` Python package + `lualatex`)
- **HTML** (requires `pandoc` + `markdown` Python package)

Input is the `cv.yaml` file, the format is pretty self-explanatory. The strings themselves are in Markdown (with some HTML tags here and there), since it's quite a nice format to write reasonably in.

## Preview
![A preview of a generated CV.](preview.png)