Skip to content
Snippets Groups Projects
Select Git revision
  • 8768a07acfa4d3430ea52908c4e58dd9d83eaf96
  • nimrod default
  • master
  • archive
4 results

resume

Adar Nimrod's avatar
nimrod authored
Button and link.
8768a07a
History

Nimrod Adar's resume

My resume in RestructureText, make targets for generating PDF, HTML, ODT and DOCX versions and uploading to my web server. The pre-prepared version are available here. The version in the master branch is generic and without my resume, in the nimrod branch are my resume and specific settings.

My own resume 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" adarnimrod/presentation make pdf

To build all versions

docker run -itv "$PWD:/project" adarnimrod/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.