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 --- project/01-shared-cost.md | 13 +++++++++++++ project/02-ad-listener.md | 11 +++++++++++ project/03-reading.md | 14 ++++++++++++++ project/04-map-marks.md | 10 ++++++++++ project/05-catchvoid.md | 10 ++++++++++ project/06-personal-page.md | 13 +++++++++++++ project/07-timer.md | 9 +++++++++ project/08-cooking.md | 12 ++++++++++++ project/09-nixos-config.md | 8 ++++++++ project/10-dotfiles.md | 6 ++++++ 10 files changed, 106 insertions(+) create mode 100644 project/01-shared-cost.md create mode 100644 project/02-ad-listener.md create mode 100644 project/03-reading.md create mode 100644 project/04-map-marks.md create mode 100644 project/05-catchvoid.md create mode 100644 project/06-personal-page.md create mode 100644 project/07-timer.md create mode 100644 project/08-cooking.md create mode 100644 project/09-nixos-config.md create mode 100644 project/10-dotfiles.md (limited to 'project') diff --git a/project/01-shared-cost.md b/project/01-shared-cost.md new file mode 100644 index 0000000..fc82853 --- /dev/null +++ b/project/01-shared-cost.md @@ -0,0 +1,13 @@ +--- +name: Shared Cost +gitlab: guyonvarch/sharedCost +skills: + - Haskell + - Scotty + - Elm + - Clay + - Persistent +--- + +Partage des coûts au sein d’un groupe de personnes avec une Application +Internet Riche (RIA). diff --git a/project/02-ad-listener.md b/project/02-ad-listener.md new file mode 100644 index 0000000..4cf85c3 --- /dev/null +++ b/project/02-ad-listener.md @@ -0,0 +1,11 @@ +--- +name: ad-listener +gitlab: guyonvarch/ad-listener +skills: + - Haskell + - TagSoup +--- + +Surveille l’ajout de nouvelles annonces à partir de critères de recherche +personnalisés et notifie par courriel lorsqu’une nouvelle annonce est +disponible. diff --git a/project/03-reading.md b/project/03-reading.md new file mode 100644 index 0000000..ab8493a --- /dev/null +++ b/project/03-reading.md @@ -0,0 +1,14 @@ +--- +name: Reading +gitlab: guyonvarch/reading +live: https://guyonvarch.gitlab.io/reading +skills: + - Scala + - Scala.js + - ScalaCSS + - Scalatags + - Scala.Rx +--- + +Guide les élèves à trouver un livre en raffinant le résultat avec une recherche +à facettes. diff --git a/project/04-map-marks.md b/project/04-map-marks.md new file mode 100644 index 0000000..4808a0a --- /dev/null +++ b/project/04-map-marks.md @@ -0,0 +1,10 @@ +--- +name: Map Marks +gitlab: guyonvarch/mapMarks +live: https://guyonvarch.gitlab.io/mapMarks +skills: + - JavaScript + - Leaflet +--- + +Affiche des marqueurs sur une carte à partir d’un fichier CSV. diff --git a/project/05-catchvoid.md b/project/05-catchvoid.md new file mode 100644 index 0000000..b270781 --- /dev/null +++ b/project/05-catchvoid.md @@ -0,0 +1,10 @@ +--- +name: cAtchVoid +gitlab: guyonvarch/catchvoid +live: http://guyonvarch.gitlab.io/catchvoid +skills: + - Elm + - Game development +--- + +Attrape les points de ta couleur tout en évitant les autres points. Tu peux inverser la couleur de ton joueur, ce qui a pour effet d’inverser la mécanique du jeu. Fais le meilleur score possible. diff --git a/project/06-personal-page.md b/project/06-personal-page.md new file mode 100644 index 0000000..b391e97 --- /dev/null +++ b/project/06-personal-page.md @@ -0,0 +1,13 @@ +--- +name: Personal Page +gitlab: guyonvarch/personalPage +live: https://guyonvarch.me/ +skills: + - Haskell + - Hakyll + - Clay + - LaTeX +--- + +Présente le curriculum et les projets à partir de données au format YAML avec +une application web. diff --git a/project/07-timer.md b/project/07-timer.md new file mode 100644 index 0000000..8a5c1f7 --- /dev/null +++ b/project/07-timer.md @@ -0,0 +1,9 @@ +--- +name: Timer +gitlab: guyonvarch/timer +live: http://guyonvarch.gitlab.io/timer +skills: + - Elm +--- + +Crée et gère une liste de minuteurs avec une Application Internet Riche (RIA). diff --git a/project/08-cooking.md b/project/08-cooking.md new file mode 100644 index 0000000..9485e30 --- /dev/null +++ b/project/08-cooking.md @@ -0,0 +1,12 @@ +--- +name: Cooking +gitlab: guyonvarch/cooking +live: https://guyonvarch.gitlab.io/cooking +skills: + - Haskell + - Hakyll + - Clay +--- + +Présente des recettes sous la forme d’un blog à partir de fichiers +markdown. diff --git a/project/09-nixos-config.md b/project/09-nixos-config.md new file mode 100644 index 0000000..2884686 --- /dev/null +++ b/project/09-nixos-config.md @@ -0,0 +1,8 @@ +--- +name: nixos-config +gitlab: guyonvarch/nixos-config +skills: + - Nix +--- + +Configure de manière déclarative mon système NixOS. diff --git a/project/10-dotfiles.md b/project/10-dotfiles.md new file mode 100644 index 0000000..685f385 --- /dev/null +++ b/project/10-dotfiles.md @@ -0,0 +1,6 @@ +--- +name: dotfiles +gitlab: guyonvarch/dotfiles +--- + +Configure les applications que j’utilise. -- cgit v1.2.3