diff --git a/js/main.js b/js/main.js
index 51522c4..33175a5 100644
--- a/js/main.js
+++ b/js/main.js
@@ -64,7 +64,8 @@ function setPage(path){
cnt++;
if(cnt === len){
if(path == "/skills"){
- skillsPageSetup();
+ // wow such ugly hack... any it works (and when it fails only the graph title disappear, so no big deal)
+ setTimeout(skillsPageSetup, 500);
}
}
return res;
diff --git a/pages/hobbies.md b/pages/hobbies.md
index 943913e..d0e4518 100644
--- a/pages/hobbies.md
+++ b/pages/hobbies.md
@@ -3,7 +3,7 @@
# Programming
-I love writing some lines of code when I\'m home
+I love writing some lines of code when I'm home
@@ -19,6 +19,15 @@ I love writing some lines of code when I\'m home
## Music
- Celtic harp since 1999
+## Cooking
+I love cooking world food: Mexican, Antillean, Thai, Japanese (a lot), Italian, ... actually, I'm not that much into _French cuisine_ :)
+
+I also make my own recipes of arranged rums (with mixes of ginger, coco, coffee, litchis, pepper, cinnamon, ...).
+
+## Game design
+
+I'm very interested in game design, especially in techniques to _manipulate_ the player to perform specific actions with only game mechanics.
+