From 23f04635cc26e1b0553088f28553f518488a9fc8 Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 1 May 2019 15:52:32 +0200 Subject: Setup personal page with Hakyll --- templates/resume.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 templates/resume.html (limited to 'templates/resume.html') diff --git a/templates/resume.html b/templates/resume.html new file mode 100644 index 0000000..e848025 --- /dev/null +++ b/templates/resume.html @@ -0,0 +1,28 @@ +
  • + + $if(name)$ +
    + $name$ +
    + $endif$ + + $if(location)$ +
    + $location$ + $if(time)$– $time$$endif$ +
    + $endif$ + +
    + $body$ +
    + + $if(skills)$ + + $endif$ + +
  • -- cgit v1.2.3