Newer
Older
.. image:: https://git.shore.co.il/nimrod/resume/badges/nimrod/pipeline.svg
:target: https://git.shore.co.il/nimrod/resume/-/commits/nimrod
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 <https://www.shore.co.il/blog/pages/about-me.html>`_. The
version in the master branch is generic and without my resume, in the nimrod
branch are my resume and specific settings.
>>>>>>> ef83aca... Rebase on the master branch.
My own resume 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