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
---
index.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 66 insertions(+)
create mode 100644 index.html
(limited to 'index.html')
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..960bc30
--- /dev/null
+++ b/index.html
@@ -0,0 +1,66 @@
+
+
+
+
+ Expérience
+
+
+ $for(experience)$
+ $body$
+ $endfor$
+
+
+
+
+
+
+ Études
+
+
+ $for(education)$
+ $body$
+ $endfor$
+
+
+
+
+
+
+ Compétences
+
+
+ $for(skills)$
+ $body$
+ $endfor$
+
+
+
+
+
+
+ Intérêts
+
+
+ $for(hobbies)$
+ $body$
+ $endfor$
+
+
+
--
cgit v1.2.3