Nimrod Adar's résumé
A tiny framework to generate your résumé from whatever markup that suits you (and that Pandoc can read).
My own résumé is in the nimrod
branch, the outputted files can be found
in my about me page.
Dependencies
- Docker (for building).
- rsync (for uploading).
Usage
The various settings (input file, server name to upload, etc.) are specified in
the Makefile
, adjust according to your needs.
To build the pdf version (same for odt, html, docx)
docker run -itv "$PWD:/project" registry.shore.co.il/presentation make pdf
To build all versions
docker run -itv "$PWD:/project" registry.shore.co.il/presentation make
To upload to webserver (includes rebuilding all versions)
make publish
License
This repository is licensed under the Creative Commons
Attribution 4.0 International (CC BY 4.0) license (see LICENSE.txt
)
Author
Nimrod Adar, contact me or visit my website. Patches are welcome via git send-email. The repository is located at: https://git.shore.co.il/explore.