Skip to content
README.rst 1.27 KiB
Newer Older
nimrod's avatar
nimrod committed

A (very) little framework to generate your resume from whatever markup that
suits you (and that Pandoc can read).
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.

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

Make, pandoc, rsync, pdflatex (in Debian texlive-latex-base provides pdflatex,
also texlive-fonts-recommended is needed for the fonts it provides).
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

    make pdf

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

    make all

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

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/>`_.
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://www.shore.co.il/git/.