Newer
Older
.. image:: https://git.shore.co.il/nimrod/resume/badges/nimrod/pipeline.svg
:target: https://git.shore.co.il/nimrod/resume/-/commits/nimrod
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 outputed files can be found
in my `about me <https://www.shore.co.il/blog/pages/about-me.html>`_ page.
- `Docker <https://www.docker.com/>`_ (for building).
- rsync (for uploading).
The various settings (input file, server name to upload, etc.) are specified in
the :code:`Makefile`, adjust according to your needs.
docker run -itv "$PWD:/project" registry.shore.co.il/presentation make pdf
docker run -itv "$PWD:/project" registry.shore.co.il/presentation make
To upload to webserver (includes rebuilding all versions)
Attribution 4.0 International (CC BY 4.0) license
<http://creativecommons.org/licenses/by/4.0/>`_ (see :code:`LICENSE.txt`)
Author
------
Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website
<https://www.shore.co.il/>`_. Patches are welcome via `git send-email
<http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located