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

resume

  • Clone with SSH
  • Clone with HTTPS
  • Adar Nimrod's avatar
    nimrod authored
    Makes it clearer what I do and which positions I'm applying for.
    6fee23f5
    History

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