Skip to content

alyssoncs/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

690 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alysson Cirilo's Resume

I'm here for the resume

Go to the releses page and download the most recent version.

There are a couple of resume flavors you can choose from, grab the one that fits more with your company.

Currently, there is a fancy resume, this has a modern feel, with colors and sans serif font, a sober resume with a more classic look, black and white and serif font, and there is also a markdown version in case you ever need this.

Here is a preview on how they look like:

Fancy Sober Markdown
fancy resume flavor preview sober resume flavor preview check here

You can also click on them to see and download.

About this project

What it does?

This is a program that generates my resume in different formats based on the data in a YAML file. So I can write my resume data in a single place (the YAML file) and the program will convert it to a given format.

I'm still not bored, how does it work?

In the make-resume directory you'll find a Kotlin cli program that can consume a YAML file and convert it to the other formats that can be represented as a String that is outputted to the stdout. It can produce markdown, fancy and sober resumes. Fancy and sober are just LaTeX documents.

That is a Makefile that will take the YAML file in the data directory, input it in the make-resume program, save them as files and convert the LaTeX ones into pdf.

Acknowledgements

This project was made possible by using other people ideas and tools. Here is a non-comprehensive list of important projects worth mentioning.

  • Simon Zeng's Resume: This is where I've taken the idea of having the resume written in a single place and converting it to another formats. This project is basically a copy written in another language.
  • Awesome CV: This is the LaTeX template used to create the fancy flavor of my resume.
  • Ladislav Vrbsky's Resume: The sober resume flavor is a heavily modified version of this resume.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors