From 5ab13f60fcd7b054574bcccaf1065b19a42f4fae Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 9 Aug 2020 19:18:18 +0200 Subject: Projects update --- .tmuxinator.yml | 3 --- README.md | 6 ------ cv/experience/1-dividat.md | 1 + project/02-ad-listener.md | 10 ---------- project/02-todo.md | 9 +++++++++ project/03-ad-listener.md | 10 ++++++++++ project/03-reading.md | 14 -------------- project/04-map-marks.md | 10 ---------- project/04-reading.md | 14 ++++++++++++++ project/05-catchvoid.md | 11 ----------- project/05-map.md | 11 +++++++++++ project/06-catchvoid.md | 11 +++++++++++ project/06-personal-page.md | 12 ------------ project/07-personal-page.md | 12 ++++++++++++ project/07-timer.md | 9 --------- project/08-cooking.md | 11 ----------- project/08-timer.md | 9 +++++++++ project/09-cooking.md | 11 +++++++++++ project/09-nixos-config.md | 8 -------- project/10-dotfiles.md | 6 ------ project/10-nixos-config.md | 8 ++++++++ project/11-dotfiles.md | 6 ++++++ shell.nix | 5 +++++ 23 files changed, 107 insertions(+), 100 deletions(-) delete mode 100644 project/02-ad-listener.md create mode 100644 project/02-todo.md create mode 100644 project/03-ad-listener.md delete mode 100644 project/03-reading.md delete mode 100644 project/04-map-marks.md create mode 100644 project/04-reading.md delete mode 100644 project/05-catchvoid.md create mode 100644 project/05-map.md create mode 100644 project/06-catchvoid.md delete mode 100644 project/06-personal-page.md create mode 100644 project/07-personal-page.md delete mode 100644 project/07-timer.md delete mode 100644 project/08-cooking.md create mode 100644 project/08-timer.md create mode 100644 project/09-cooking.md delete mode 100644 project/09-nixos-config.md delete mode 100644 project/10-dotfiles.md create mode 100644 project/10-nixos-config.md create mode 100644 project/11-dotfiles.md diff --git a/.tmuxinator.yml b/.tmuxinator.yml index 3e73e65..c38e3d8 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -1,8 +1,5 @@ name: personalPage -startup_window: app windows: - - console: - - clear - main: - make watch diff --git a/README.md b/README.md index c5e5cc0..cc6d0d2 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,3 @@ make stop ```bash ./make deploy ``` - -## Improvements - -- prettify urls -- i18n ? -- blog ? diff --git a/cv/experience/1-dividat.md b/cv/experience/1-dividat.md index c6e4bec..47fc25f 100644 --- a/cv/experience/1-dividat.md +++ b/cv/experience/1-dividat.md @@ -8,6 +8,7 @@ skills: - Nix - Python - Ocaml + - Rust - PostgreSQL --- diff --git a/project/02-ad-listener.md b/project/02-ad-listener.md deleted file mode 100644 index 130cde1..0000000 --- a/project/02-ad-listener.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: ad-listener -gitlab: guyonvarch/ad-listener -skills: - - Haskell - - TagSoup ---- - -Watch for new ads according to custom search criteria and send an -email notification each time a new ad is available. diff --git a/project/02-todo.md b/project/02-todo.md new file mode 100644 index 0000000..0f88890 --- /dev/null +++ b/project/02-todo.md @@ -0,0 +1,9 @@ +--- +name: Todo +gitlab: guyonvarch/todo +skills: + - Python + - Qt +--- + +Manage a context-based next-action list. diff --git a/project/03-ad-listener.md b/project/03-ad-listener.md new file mode 100644 index 0000000..130cde1 --- /dev/null +++ b/project/03-ad-listener.md @@ -0,0 +1,10 @@ +--- +name: ad-listener +gitlab: guyonvarch/ad-listener +skills: + - Haskell + - TagSoup +--- + +Watch for new ads according to custom search criteria and send an +email notification each time a new ad is available. diff --git a/project/03-reading.md b/project/03-reading.md deleted file mode 100644 index 625e4d8..0000000 --- a/project/03-reading.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Reading -gitlab: guyonvarch/reading -live: https://guyonvarch.gitlab.io/reading -skills: - - Scala - - Scala.js - - ScalaCSS - - Scalatags - - Scala.Rx ---- - -Guide students to find a book by refining the result set with faceted -search. diff --git a/project/04-map-marks.md b/project/04-map-marks.md deleted file mode 100644 index 569dbd7..0000000 --- a/project/04-map-marks.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Map Marks -gitlab: guyonvarch/mapMarks -live: https://guyonvarch.gitlab.io/mapMarks -skills: - - JavaScript - - Leaflet ---- - -Show marks on a map from any given CSV file. diff --git a/project/04-reading.md b/project/04-reading.md new file mode 100644 index 0000000..625e4d8 --- /dev/null +++ b/project/04-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 students to find a book by refining the result set with faceted +search. diff --git a/project/05-catchvoid.md b/project/05-catchvoid.md deleted file mode 100644 index 3834bce..0000000 --- a/project/05-catchvoid.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: cAtchVoid -gitlab: guyonvarch/catchvoid -live: http://guyonvarch.gitlab.io/catchvoid -skills: - - Elm - - Game development ---- - -Catch the points of your color, avoid the others. You can switch -colors in order to reverse the game mechanic. Get the best score. diff --git a/project/05-map.md b/project/05-map.md new file mode 100644 index 0000000..3fe224e --- /dev/null +++ b/project/05-map.md @@ -0,0 +1,11 @@ +--- +name: Map +gitlab: guyonvarch/map +live: https://guyonvarch.gitlab.io/map +skills: + - Ocaml + - BuckleScript + - Leaflet +--- + +Add customized markers on a map. diff --git a/project/06-catchvoid.md b/project/06-catchvoid.md new file mode 100644 index 0000000..3834bce --- /dev/null +++ b/project/06-catchvoid.md @@ -0,0 +1,11 @@ +--- +name: cAtchVoid +gitlab: guyonvarch/catchvoid +live: http://guyonvarch.gitlab.io/catchvoid +skills: + - Elm + - Game development +--- + +Catch the points of your color, avoid the others. You can switch +colors in order to reverse the game mechanic. Get the best score. diff --git a/project/06-personal-page.md b/project/06-personal-page.md deleted file mode 100644 index 954e00d..0000000 --- a/project/06-personal-page.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Personal Page -gitlab: guyonvarch/personalPage -live: https://guyonvarch.me/ -skills: - - Haskell - - Hakyll - - Clay - - LaTeX ---- - -Show resume and projects from YAML data with a web application. diff --git a/project/07-personal-page.md b/project/07-personal-page.md new file mode 100644 index 0000000..954e00d --- /dev/null +++ b/project/07-personal-page.md @@ -0,0 +1,12 @@ +--- +name: Personal Page +gitlab: guyonvarch/personalPage +live: https://guyonvarch.me/ +skills: + - Haskell + - Hakyll + - Clay + - LaTeX +--- + +Show resume and projects from YAML data with a web application. diff --git a/project/07-timer.md b/project/07-timer.md deleted file mode 100644 index 7aeab8f..0000000 --- a/project/07-timer.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: Timer -gitlab: guyonvarch/timer -live: http://guyonvarch.gitlab.io/timer -skills: - - Elm ---- - -Create and manage timers with a Rich Internet Application (RIA). diff --git a/project/08-cooking.md b/project/08-cooking.md deleted file mode 100644 index 9eddeda..0000000 --- a/project/08-cooking.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Cooking -gitlab: guyonvarch/cooking -live: https://cooking.guyonvarch.me -skills: - - Zola - - Ocaml - - BuckleScript ---- - -Show recipes as a blog from markdown files. diff --git a/project/08-timer.md b/project/08-timer.md new file mode 100644 index 0000000..7aeab8f --- /dev/null +++ b/project/08-timer.md @@ -0,0 +1,9 @@ +--- +name: Timer +gitlab: guyonvarch/timer +live: http://guyonvarch.gitlab.io/timer +skills: + - Elm +--- + +Create and manage timers with a Rich Internet Application (RIA). diff --git a/project/09-cooking.md b/project/09-cooking.md new file mode 100644 index 0000000..9eddeda --- /dev/null +++ b/project/09-cooking.md @@ -0,0 +1,11 @@ +--- +name: Cooking +gitlab: guyonvarch/cooking +live: https://cooking.guyonvarch.me +skills: + - Zola + - Ocaml + - BuckleScript +--- + +Show recipes as a blog from markdown files. diff --git a/project/09-nixos-config.md b/project/09-nixos-config.md deleted file mode 100644 index b09c11f..0000000 --- a/project/09-nixos-config.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: nixos-config -gitlab: guyonvarch/nixos-config -skills: - - Nix ---- - -Configure declaratively my NixOS system. diff --git a/project/10-dotfiles.md b/project/10-dotfiles.md deleted file mode 100644 index 582dcf8..0000000 --- a/project/10-dotfiles.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: dotfiles -gitlab: guyonvarch/dotfiles ---- - -Configure the tools I use. diff --git a/project/10-nixos-config.md b/project/10-nixos-config.md new file mode 100644 index 0000000..b09c11f --- /dev/null +++ b/project/10-nixos-config.md @@ -0,0 +1,8 @@ +--- +name: nixos-config +gitlab: guyonvarch/nixos-config +skills: + - Nix +--- + +Configure declaratively my NixOS system. diff --git a/project/11-dotfiles.md b/project/11-dotfiles.md new file mode 100644 index 0000000..582dcf8 --- /dev/null +++ b/project/11-dotfiles.md @@ -0,0 +1,6 @@ +--- +name: dotfiles +gitlab: guyonvarch/dotfiles +--- + +Configure the tools I use. diff --git a/shell.nix b/shell.nix index a34dfbc..186912b 100644 --- a/shell.nix +++ b/shell.nix @@ -16,6 +16,11 @@ haskell.lib.buildStackProject { tmux tmuxinator nodejs + (texlive.combine { + inherit (texlive) scheme-medium marvosym enumitem bookman titlesec + hyperref fancyhdr changepage lastpage xcolor xifthen ifmtarg; + } + ) ]; shellHook = '' -- cgit v1.2.3