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

Merge branch 'master' of ssh://cgit/srv/git/resume

parents 49add96e 1c421d1f
No related branches found
No related tags found
No related merge requests found
...@@ -2,3 +2,8 @@ resume.html ...@@ -2,3 +2,8 @@ resume.html
resume.pdf resume.pdf
resume.docx resume.docx
resume.odt resume.odt
*.log
*.swp
*.swo
~*
*~
...@@ -8,19 +8,16 @@ html: $(RESUME) ...@@ -8,19 +8,16 @@ html: $(RESUME)
pandoc -s -t html5 --email-obfuscation=none -c resume.css $(RESUME) -o resume.html pandoc -s -t html5 --email-obfuscation=none -c resume.css $(RESUME) -o resume.html
pdf: $(RESUME) pdf: $(RESUME)
pandoc $(RESUME) -c $(CSS) -V papersize=$(PAPERSIZE) -o resume.pdf pandoc $(RESUME) -V papersize=$(PAPERSIZE) -o resume.pdf
docx: $(RESUME) html docx: $(RESUME) html
pandoc $(RESUME) -c $(CSS) -V papersize=$(PAPERSIZE) -o resume.docx pandoc $(RESUME) -V papersize=$(PAPERSIZE) -o resume.docx
odt: $(RESUME) html odt: $(RESUME) html
pandoc $(RESUME) -c $(CSS) -V papersize=$(PAPERSIZE) -o resume.odt pandoc $(RESUME) -c $(CSS) -o resume.odt
clean: clean:
rm resume.html resume.pdf resume.docx resume.odt rm resume.html resume.pdf resume.docx resume.odt
publish: all publish: all
rsync -az --exclude="$(RESUME)" --exclude="Makefile" --exclude="resume.css" ./ www.shore.co.il:/var/www/htdocs/www.shore.co.il/resume rsync -az --exclude="Makefile" --exclude="resume.css" ./ www.shore.co.il:/var/www/htdocs/www.shore.co.il/resume
push:
git push --all gitweb
Nimrod Adar's resume
====================
My resume (in ReStructuredText) and infrastructure for creating PDF, HTML, ODT
and Microsoft Word docx versions. Also upload to my web server.
To use install pandoc and rsync (for publishing).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment