diff --git a/content/tags/_index.md b/content/tags/_index.md index 9537dd87..70426305 100644 --- a/content/tags/_index.md +++ b/content/tags/_index.md @@ -6,7 +6,7 @@ aliases: icontag: tag --- -An archive of neatly preserved and once freshly baked thoughts.
Not finding what you're looking for? Try browsing the archives: +The preservation of once freshly baked but now perhaps stale thoughts.
Not finding what you're looking for? Try browsing the archives: ### By search diff --git a/content/works/_index.md b/content/works/_index.md index f56d2311..a2153da7 100644 --- a/content/works/_index.md +++ b/content/works/_index.md @@ -4,4 +4,4 @@ type: archive icontag: bulb --- -A featured collection of crispy Brain Baked works that left the counter and was served to the world---napkin not included. Stick around to enjoy the aroma or take a bite by exploring the crust and crumb of these treats.
For those interested in smaller but technical buns of baked goodness, have fun exploring my open source projects at [https://git.brainbaking.com/](https://git.brainbaking.com/). +A featured collection of crispy Brain Baked works that left the counter and was served to the world---napkin not included. Take a bite to explore the crust and crumb of these treats. diff --git a/content/works/brain-baking.md b/content/works/brain-baking.md new file mode 100644 index 00000000..6b3cded8 --- /dev/null +++ b/content/works/brain-baking.md @@ -0,0 +1,8 @@ +--- +title: "Brain Baking" +image: "/img/works/brainbaking.jpg" +description: "You're looking at it!" +link: "/" +type: "writing" +date: 2013-08-01 +--- diff --git a/content/works/de-stenen-draak.md b/content/works/de-stenen-draak.md new file mode 100644 index 00000000..005bec6e --- /dev/null +++ b/content/works/de-stenen-draak.md @@ -0,0 +1,8 @@ +--- +title: "The Stone Dragon" +image: "/img/works/destenendraak.jpg" +description: "A NaNoWriMo novel inspired by popular fantasy in Dutch." +link: "https://www.lulu.com/shop/wouter-groeneveld/de-stenen-draak/hardcover/product-1epmvz6d.html?q=wouter+groeneveld&page=1&pageSize=4" +type: "writing" +date: 2011-12-01 +--- diff --git a/content/works/gba-sprite-engine.md b/content/works/gba-sprite-engine.md index 29462e0e..86742fc1 100644 --- a/content/works/gba-sprite-engine.md +++ b/content/works/gba-sprite-engine.md @@ -4,4 +4,5 @@ image: "/img/works/gbaspriteengine.jpg" link: "https://git.brainbaking.com/wgroeneveld/gba-sprite-engine" description: "An object-oriented Game Boy Advance sprite engine for students to learn C++." date: 2018-12-01 +type: "code" --- diff --git a/content/works/go-jamming.md b/content/works/go-jamming.md index 2feec805..9724ec9f 100644 --- a/content/works/go-jamming.md +++ b/content/works/go-jamming.md @@ -2,7 +2,9 @@ title: Go-jamming image: "/img/works/gojamming.jpg" description: "A minimalistic Go-powered JAMStack-augmented microservice for the IndieWeb." -date: 2022-03-01 +date: 2021-05-01 +type: "code" +link: "/post/2021/05/beyond-webmention-io/" aliases: - "/projects/go-jamming/" --- diff --git a/content/works/javascript-junit-runner.md b/content/works/javascript-junit-runner.md new file mode 100644 index 00000000..6a8510a5 --- /dev/null +++ b/content/works/javascript-junit-runner.md @@ -0,0 +1,8 @@ +--- +title: "JavaScript JUnit Runner" +image: "/img/works/jasmine-junit.png" +description: "A custom JUnit runner that runs JS tests headlessly in your IDE." +link: "https://git.brainbaking.com/wgroeneveld/jasmine-junit-runner" +type: "code" +date: 2012-10-01 +--- diff --git a/content/works/jefklakscodex.md b/content/works/jefklakscodex.md index 7e132836..f907e9e0 100644 --- a/content/works/jefklakscodex.md +++ b/content/works/jefklakscodex.md @@ -3,4 +3,6 @@ title: "Jefklak's Retro Game Codex" image: "/img/works/jefklakscodex.jpg" description: "A dedicated and highly opinionated website about nostalgic games." link: "https://jefklakscodex.com/" +type: "writing" +date: 2007-10-01 --- diff --git a/content/works/redzuurdesem-boek.md b/content/works/redzuurdesem-boek.md index 56a2846c..63f01126 100644 --- a/content/works/redzuurdesem-boek.md +++ b/content/works/redzuurdesem-boek.md @@ -3,5 +3,6 @@ title: "Save Sourdough: The Book" image: "/img/works/redzuurdesem-boek.jpg" link: "https://redzuurdesem.be/het-boek/" description: "My personal quest for the taste and science of bread, written in Dutch." +type: "writing" date: 2020-06-01 --- diff --git a/content/works/redzuurdesem-site.md b/content/works/redzuurdesem-site.md index e300aab9..b3bfba0e 100644 --- a/content/works/redzuurdesem-site.md +++ b/content/works/redzuurdesem-site.md @@ -3,5 +3,6 @@ title: "Save Sourdough: The Website" image: "/img/works/redzuurdesem-site.jpg" link: "https://redzuurdesem.be/" description: "My Dutch bread baking blog." -date: 2016-01-11 +type: "writing" +date: 2012-06-01 --- diff --git a/content/works/the-creative-programmer.md b/content/works/the-creative-programmer.md index 82f11cdd..963ac4c1 100644 --- a/content/works/the-creative-programmer.md +++ b/content/works/the-creative-programmer.md @@ -2,6 +2,7 @@ title: The Creative Programmer image: "/img/works/thecreativeprogrammer.jpg" description: "A practical book to help programmers unleash their creative potential." -link: "/post/2022/09/the-creative-programmer-early-access-release/" +link: "https://www.manning.com/books/the-creative-programmer" +type: "writing" date: 2022-09-30 --- diff --git a/content/works/webdesign-museum.md b/content/works/webdesign-museum.md new file mode 100644 index 00000000..a12a83f8 --- /dev/null +++ b/content/works/webdesign-museum.md @@ -0,0 +1,8 @@ +--- +title: The Webdesign Museum +image: "/img/works/museum.jpg" +link: "/post/2020/10/a-personal-journey-through-the-history-of-webdesign/" +description: "Musings of personal nineties and noughties websites." +date: 1998-01-01 +type: "code" +--- diff --git a/static/img/works/brainbaking.jpg b/static/img/works/brainbaking.jpg new file mode 100644 index 00000000..a8093653 Binary files /dev/null and b/static/img/works/brainbaking.jpg differ diff --git a/static/img/works/destenendraak.jpg b/static/img/works/destenendraak.jpg new file mode 100644 index 00000000..53c883eb Binary files /dev/null and b/static/img/works/destenendraak.jpg differ diff --git a/static/img/works/jasmine-junit.png b/static/img/works/jasmine-junit.png new file mode 100644 index 00000000..c46160c3 Binary files /dev/null and b/static/img/works/jasmine-junit.png differ diff --git a/static/img/works/museum.jpg b/static/img/works/museum.jpg new file mode 100644 index 00000000..6c2abb86 Binary files /dev/null and b/static/img/works/museum.jpg differ diff --git a/themes/brainbaking-minimal/layouts/partials/works-block.html b/themes/brainbaking-minimal/layouts/partials/works-block.html index 7df6472c..32698cbc 100644 --- a/themes/brainbaking-minimal/layouts/partials/works-block.html +++ b/themes/brainbaking-minimal/layouts/partials/works-block.html @@ -18,7 +18,7 @@ {{ if isset .Params "date" }} {{ $date = .Params.Date }} {{ end }} - +

{{ .Params.description }}
diff --git a/themes/brainbaking-minimal/layouts/works/list.html b/themes/brainbaking-minimal/layouts/works/list.html index d0f423cf..2df49eb7 100644 --- a/themes/brainbaking-minimal/layouts/works/list.html +++ b/themes/brainbaking-minimal/layouts/works/list.html @@ -17,8 +17,20 @@ {{ end }} +

+

Writing (Viennoiserie)

+
- {{ range .Pages }} + {{ range (where .Pages "Params.type" "writing") }} + {{ partial "works-block.html" . }} + {{ end }} +
+
+

Software (Tartlets)

+ For those interested in smaller but technical buns of baked goodness, have fun exploring my open source projects at https://git.brainbaking.com/. +
+
+ {{ range (where .Pages "Params.type" "code") }} {{ partial "works-block.html" . }} {{ end }}