Skip to content
Snippets Groups Projects
Commit 189fbd57 authored by nimrod's avatar nimrod
Browse files

Initial commit

	new file:   Makefile
	new file:   resume.rst
parents
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
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"
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment