From 15078e607985e954e2f9faff01d7f93bf1b23008 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 1 Sep 2020 07:55:12 +0300
Subject: [PATCH] Add Hebrew name.

I want to be the first result in Google when you search my Hebrew name.
---
 .dictionary.txt | 0
 Makefile        | 2 +-
 resume.rst      | 4 ++--
 3 files changed, 3 insertions(+), 3 deletions(-)
 create mode 100644 .dictionary.txt

diff --git a/.dictionary.txt b/.dictionary.txt
new file mode 100644
index 0000000..e69de29
diff --git a/Makefile b/Makefile
index dabc56d..3c5a359 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ resume.html: $(RESUME) Makefile
 	pandoc -s -t html5 --email-obfuscation=none $(RESUME) -o resume.html
 
 resume.pdf: $(RESUME) Makefile
-	pandoc $(RESUME) -V papersize=$(PAPERSIZE) -V documentclass=mycv -o resume.pdf
+	pandoc --pdf-engine=xelatex $(RESUME) -M 'mainfont: SILEOT.ttf' -V papersize=$(PAPERSIZE) -V documentclass=mycv -o resume.pdf
 
 resume.docx: $(RESUME) Makefile
 	pandoc $(RESUME) -V papersize=$(PAPERSIZE) -o resume.docx
diff --git a/resume.rst b/resume.rst
index 5b47bd0..1c9e3c3 100644
--- a/resume.rst
+++ b/resume.rst
@@ -1,5 +1,5 @@
-Nimrod Adar - Resume (January 2018)
-###################################
+Nimrod Adar - נמרוד אדר - Resume (January 2018)
+###############################################
 
 Contact information
 -------------------
-- 
GitLab