Nimrod Adar's résumé ==================== .. image:: https://git.shore.co.il/nimrod/resume/badges/nimrod/pipeline.svg :target: https://git.shore.co.il/nimrod/resume/-/commits/nimrod :alt: 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 :code:`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 :code:`Makefile`, adjust according to your needs. To build the pdf version (same for odt, html, docx) .. code:: shell docker run -itv "$PWD:/project" registry.shore.co.il/presentation make pdf To build all versions .. code:: shell docker run -itv "$PWD:/project" registry.shore.co.il/presentation make To upload to webserver (includes rebuilding all versions) .. code:: shell make publish License ------- This repository is licensed under the `Creative Commons Attribution 4.0 International (CC BY 4.0) license `_ (see :code:`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.