diff --git a/public/cv.md b/public/cv.md index 5957e80..7c3a556 100644 --- a/public/cv.md +++ b/public/cv.md @@ -1,3 +1,7 @@ +--- +Title: Curriculum vitae +--- + ### Work History **[1 Second Everyday](https://1se.co)**
@@ -58,7 +62,7 @@ October 2009 – March 2010 Developed mobile apps for iPhone, Android, and webOS. -Lots of automation, scraping, and glue code using Ruby, Python, and shell scripts. +Lots of automation, scraping, and glue code using Ruby, Python, and shell scripts. **[Guru Logic](https://gurulogic.ca)**
_Web Developer_
diff --git a/site.json b/site.json index c6ddbcd..6101e4f 100644 --- a/site.json +++ b/site.json @@ -2,6 +2,7 @@ "title": "samhuri.net", "author": "Sami Samhuri", "url": "https://samhuri.net", + "template": "samhuri.net", "styles": [ "/css/normalize.css", "/css/style.css" diff --git a/templates/samhuri.net.html b/templates/samhuri.net.html index 072cd2e..da6248d 100644 --- a/templates/samhuri.net.html +++ b/templates/samhuri.net.html @@ -3,6 +3,7 @@ + {% block title %}{{ site.title }}{% endblock %} @@ -26,7 +27,7 @@ - +