Skip to content
Snippets Groups Projects
Select Git revision
  • nimrod default
  • master
  • archive
3 results

resume

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    .gitignore
    Makefile
    README.rst
    resume.rst

    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.

    Author

    Nimrod Adar, contact me or visit my website. Patches are welcome via git send-email. The repository is located at: https://www.shore.co.il/git/.