This repo contains my personal resume, work is still in progress, especially on the html, docx, pdf creation but the main content is present.
To read it please open the cv.md file. It's possible also to create a docx and/or pdf version as described below.
This repository is still in construction, the main next step is to give the possibility to get the converted document using GitHub Actions and creating mechanism to create different flavors of the CV to be adapted to the reader.
Thank you for your interest in me! 😃
A Github Actions has been setup to use pandoc
for the conversion. More details to be added.
As prerequisite make sure that pandoc
and context
are installed, e.g. via sudo apt-get install pandoc context
then you can clone the repository and use the Makefile to create the necessary files.
To create the docx document please run
make docx
and to create the pdf document please run
make pdf
- Documentation to create a
md
resume: https://mszep.github.io/pandoc_resume/ - Context pdf engine: https://wiki.contextgarden.net/Main_Page
- Pandoc document converter: https://pandoc.org/index.html
- Pandoc with GitHub Actions: https://github.com/pandoc/pandoc-action-example
- Alternative guide to pdf creation from
md
: https://github.com/alexeygumirov/pandoc-for-pdf-how-to