Skip to content
README.rst 1.76 KiB
Newer Older
nimrod's avatar
nimrod committed
Nimrod Adar's resume
====================
nimrod's avatar
nimrod committed

nimrod's avatar
nimrod committed
.. image:: https://git.shore.co.il/nimrod/resume/badges/nimrod/pipeline.svg
    :target: https://git.shore.co.il/nimrod/resume/-/commits/nimrod
nimrod's avatar
nimrod committed
    :alt: pipeline status

nimrod's avatar
nimrod committed
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.
nimrod's avatar
nimrod committed
My own résumé is in the :code:`nimrod` branch, the outputted files can be found
in my `about me <https://www.shore.co.il/blog/pages/about-me.html>`_ page.

nimrod's avatar
nimrod committed
Dependencies
------------

- `Docker <https://www.docker.com/>`_ (for building).
- rsync (for uploading).
nimrod's avatar
nimrod committed

Usage
-----

The various settings (input file, server name to upload, etc.) are specified in
the :code:`Makefile`, adjust according to your needs.

nimrod's avatar
nimrod committed
To build the pdf version (same for odt, html, docx)
nimrod's avatar
nimrod committed

nimrod's avatar
nimrod committed
.. code:: shell
nimrod's avatar
nimrod committed

nimrod's avatar
nimrod committed
    docker run -itv "$PWD:/project" registry.shore.co.il/presentation make pdf
nimrod's avatar
nimrod committed

nimrod's avatar
nimrod committed
To build all versions
nimrod's avatar
nimrod committed

nimrod's avatar
nimrod committed
.. code:: shell
nimrod's avatar
nimrod committed

nimrod's avatar
nimrod committed
    docker run -itv "$PWD:/project" registry.shore.co.il/presentation make
nimrod's avatar
nimrod committed

nimrod's avatar
nimrod committed
To upload to webserver (includes rebuilding all versions)
nimrod's avatar
nimrod committed

nimrod's avatar
nimrod committed
.. code:: shell
nimrod's avatar
nimrod committed

    make publish

License
-------

nimrod's avatar
nimrod committed
This repository is licensed under the `Creative Commons
nimrod's avatar
nimrod committed
Attribution 4.0 International (CC BY 4.0) license
nimrod's avatar
nimrod committed
<http://creativecommons.org/licenses/by/4.0/>`_ (see :code:`LICENSE.txt`)
nimrod's avatar
nimrod committed

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
nimrod's avatar
nimrod committed
at: https://git.shore.co.il/explore.