From aedb15fd7f4151650a977f96c4dd54da8cfe40d7 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Wed, 28 Feb 2024 20:47:57 +0100 Subject: [PATCH] about page updated; /bv page added --- config.toml | 2 +- content/about.md | 11 ++++----- content/bv.md | 24 +++++++++++++++++++ .../layouts/partials/single-header.html | 4 ++-- 4 files changed, 32 insertions(+), 9 deletions(-) create mode 100644 content/bv.md diff --git a/config.toml b/config.toml index 7ebe8724..ee503aaa 100644 --- a/config.toml +++ b/config.toml @@ -18,7 +18,7 @@ enableGitInfo = true [params] pagination = 30 description = "Freshly Baked Thoughts" - copyright = "↑ Top lightbulb icon Brain Baking | Archives | © CC BY 4.0 License." + copyright = "↑ Top lightbulb icon Brain Baking bv | Archives | © CC BY 4.0 License." [Author] name = "Wouter Groeneveld" diff --git a/content/about.md b/content/about.md index f9aa1222..efb68f9f 100644 --- a/content/about.md +++ b/content/about.md @@ -11,22 +11,21 @@ And I'm currently a multiclass ... I hold a professional bread baker's degree so naturally I love to think of myself as a real baker. I highly respect the craft and enjoy kneading dough with my hands. I specialize in _sourdough bread_, as you can read at my [bread baking blog](https://redzuurdesem.be). I've written a book on [the science of sourdough bread](https://redzuurdesem.be/het-boek) (in Dutch). -## ... Researcher - -I'm a PhD researcher at the Faculty of Engineering Technology, KU Leuven. My academic research focuses on identifying and amplifying non-technical skills in software engineering education, primarily targetting _creative problem solving_. I sometimes [blog about my work](/tags/phd). ## ... Programmer -I'm an experienced software engineer and took on various roles from agile coaching to technical lead. I hold a Master of Computer Science. I also dabble in open source, have a peek at my [coding work](/works/#code). I’m a big Test Driven Development advocate. I teach software engineering techniques in both industry and academia. +I'm an experienced software architect and took on various roles from agile coaching to technical lead. I'm a Doctor of Engineering Technology and Master of Computer Science. I’m a big Test Driven Development advocate. I teach software engineering techniques in both industry and academia. I also dabble in open source. Have a peek at [my coding work](/works/#code). ## ... Writer -I like fountain pens and journaling. I love jotting down stuff and possibly converting that into blog posts, academic articles, books, or any other medium where I can express my enthusiasm. Have a peek at my [prose in words](/works/#words). +I wrote [The Creative Programmer](/works/the-creative-programmer), summarizing my academic research in a practical way. I like fountain pens and journaling. I love jotting down stuff and possibly converting that into blog posts, academic articles, books, or any other medium where I can express my enthusiasm. Have a peek at [my prose in words](/works/#words). ## ... Teacher -Transforming knowledge into well-digestible material is my mission. As they say: _the best way to learn something is to teach it_---I couldn't agree more. Besides various formal teaching assignments at KU Leuven, I've also coached software developers in different companies, and occasionally organize bread baking workshops. +Transforming knowledge into well-digestible material is my mission. As they say: _the best way to learn something is to teach it_---I couldn't agree more. Besides various previous teaching assignments at KU Leuven, I also coach software developers in different companies, and occasionally organize bread baking workshops. + +Find out more about my proessional life through [my full Curriculum Vitae](https://wouter.gr/) at `wouter.gr` or learn about [my company Brain Baking BV](/bv). --- diff --git a/content/bv.md b/content/bv.md new file mode 100644 index 00000000..4915662a --- /dev/null +++ b/content/bv.md @@ -0,0 +1,24 @@ +--- +disableComments: true +type: single +--- + + +

+ Brain + + Baking +

+
+ +Brain Baking bv
+Seringenstraat 6
+BE3511 Kuringen, België + +BTW [BE 1005.571.284](https://kbopub.economie.fgov.be/kbopub/zoeknummerform.html?nummer=1005.571.284)
+RPR Antwerpen afdeling Hasselt + +Verantwoordelijke: [Wouter Groeneveld](/about), bestuurder.
+ + +[Algemene Voorwaarden](/algemene-voorwaarden) van toepassing voor de diensten van Brain Baking. \ No newline at end of file diff --git a/themes/brainbaking-minimal/layouts/partials/single-header.html b/themes/brainbaking-minimal/layouts/partials/single-header.html index e2dd3ffa..c2345e09 100644 --- a/themes/brainbaking-minimal/layouts/partials/single-header.html +++ b/themes/brainbaking-minimal/layouts/partials/single-header.html @@ -1,5 +1,5 @@ +{{ if .Title }}
- {{ if .Title }} {{ if (not .Params.disableComments) }} @@ -44,5 +44,5 @@ In reply to{{ with .Params.rsvp }} (RSVP: {{ . }}){{ end }}
{{ end }} - {{ end }}
+{{ end }}