Skip to content
Snippets Groups Projects
Select Git revision
  • 468bd332975e089c13140007182e708205095b30
  • master default
2 results

tests

Nimrod Adar's résumé

pipeline status

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 outputed 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.