Commit 189fbd57 authored by nimrod's avatar nimrod
Browse files

Initial commit

	new file:   Makefile
	new file:   resume.rst
parents
Loading
Loading
Loading
Loading

Makefile

0 → 100644
+19 −0
Original line number Diff line number Diff line
all: pdf html docx odt

pdf: resume.rst
	pandoc resume.rst -o resume.pdf

html: resume.rst
	pandoc -s resume.rst -o resume.html

docx: resume.rst
	pandoc resume.rst -o resume.docx

odt: resume.rst
	pandoc resume.rst -o resume.odt

clean:
	rm resume.html resume.pdf resume.docx resume.odt

publish: all
	echo "stub for publishing"

resume.rst

0 → 100644
+15 −0
Original line number Diff line number Diff line
About me
########

:date: 2014-04-19
:summary: All about Nimrod.
:slug: about-me

Hi.
I'm Nimrod Adar, a Linux and BSD sysadmin and as-needed developer from Haifa, Israel.

This is my blog about what I do and thus it serves 2 purposes. The 1st is to be my personal journal to document the how or why of some problem solving. The 2nd is more outward facing, for it be a resource for others (by no way complete) and for me to publish whenever I need to.

Also, I'm a part-time freelancer so you can contact me at `nimrod@shore.co.il <mailto: nimrod@shore.co.il>`_ or at 052-8713696 (+972-52-871-3696 outside of Israel).

Last thing, my public `GPG public key <https://www.shore.co.il/blog/static/nimrod.gpg>`_
 No newline at end of file