diff --git a/config.toml b/config.toml index 28fc3305..808e05ee 100644 --- a/config.toml +++ b/config.toml @@ -16,7 +16,6 @@ enableGitInfo = true category = "categories" [params] - level = 36 pagination = 30 description = "Freshly Baked Thoughts" diff --git a/content/about.md b/content/about.md index f732206e..03eafd97 100644 --- a/content/about.md +++ b/content/about.md @@ -6,7 +6,7 @@ accent: purple disableComments: true --- -And I'm currently a level {{< lvl >}} multiclass ... +And I'm currently an experienced multiclass ... ### ... Baker @@ -35,7 +35,7 @@ Transforming knowledge into well-digestible material is my mission. As they say: Buy Me a Coffee -If you found my work amusing and/or helpful, you can [buy me a coffee](https://ko-fi.com/woutergroeneveld) - if you don't mind I'll use it to drink a cup of tea instead. I also like to hear your feedback via: +If you found my work amusing and/or helpful, you can buy me a coffee [via Ko-Fi](https://ko-fi.com/woutergroeneveld) or [via PayPal](https://www.paypal.com/donate/?hosted_button_id=R2WTKY7G9V2KQ)---if you don't mind I'll use it to drink a cup of tea instead. I also like to hear your feedback via: - Mastodon: [@wouter@chat.brainbaking.com](https://chat.brainbaking.com/@wouter) - (encrypted) e-mail: say hello. diff --git a/content/post/2022/09/a-nutriscore-critique.md b/content/post/2022/09/a-nutriscore-critique.md index 7a67f4b1..26a6302e 100644 --- a/content/post/2022/09/a-nutriscore-critique.md +++ b/content/post/2022/09/a-nutriscore-critique.md @@ -5,7 +5,7 @@ categories: - cooking --- -In recent years, the rise of nutritional labeling systems has colored the shelves of many supermarkets. Systems came and went, and in 2017, the government of France[^prop] came up with yet another unified scoring system: [the Nutri-Score](https://en.wikipedia.org/wiki/Nutri-Score). The goal is, as the official document state, to _allow consumers to compare the overall nutritional value of food products **from the same group**_, to make an informed decision among similarly packed products. +In recent years, the rise of nutritional labeling systems has colored the shelves of many supermarkets. Systems came and went, and in 2017, the government of France[^prop] came up with yet another unified scoring system: [the Nutri-Score](https://en.wikipedia.org/wiki/Nutri-Score). The goal is, as the official document states, to _allow consumers to compare the overall nutritional value of food products **from the same group**_, to make an informed decision among similarly packed products. [^prop]: Read the [original proposal here](https://solidarites-sante.gouv.fr/IMG/pdf/rapport_Hercberg_15_11_2013.pdf). diff --git a/layouts/index.html b/layouts/index.html index 90140cec..05aec4eb 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -44,10 +44,10 @@ A photo of Me!

- Hey! I'm {{ .Site.Author.name }}, a level {{ .Site.Params.level }} Brain Baker living in Belgium. I currently find myself teaching, writing, programming, researching, and of course baking bread! Brain Baking is my way to inspire myself and others to ponder and learn.
Read more about me here. + Hey! I'm {{ .Site.Author.name }}, a Brain Baker living in Belgium. I currently find myself teaching, writing, programming, researching, and of course baking bread! Brain Baking is my way to inspire myself and others to ponder and learn. Read more about me here.

- If you found my bakings amusing and/or helpful, you can buy me a coffee - if you don't mind I'll use it to enjoy a cup of tea instead. I also like to hear about your own bakings via chat iconMastodon or mail icone-mail. Thanks! + If you found my bakings amusing and/or helpful, you can buy me a coffee—if you don't mind I'll use it to enjoy a cup of tea instead. I also like to hear about your own bakings via chat iconMastodon or mail icone-mail. Thanks!


diff --git a/layouts/shortcodes/lvl.html b/layouts/shortcodes/lvl.html deleted file mode 100644 index 186cd47e..00000000 --- a/layouts/shortcodes/lvl.html +++ /dev/null @@ -1 +0,0 @@ -{{ .Site.Params.level }} \ No newline at end of file diff --git a/themes/brainbaking-minimal/assets/sass/_bootstrap-minimal.sass b/themes/brainbaking-minimal/assets/sass/_bootstrap-minimal.sass index fd6a3881..fa02e677 100644 --- a/themes/brainbaking-minimal/assets/sass/_bootstrap-minimal.sass +++ b/themes/brainbaking-minimal/assets/sass/_bootstrap-minimal.sass @@ -189,7 +189,6 @@ hr margin-left: -1px line-height: 1.42857143 text-decoration: none - background-color: #fff border: 1px solid #ddd .pagination > li:first-child > a, @@ -229,7 +228,6 @@ hr .pagination > .disabled > a:focus color: #777 cursor: not-allowed - background-color: #fff border-color: #ddd .pagination-lg > li > a, @@ -277,7 +275,6 @@ hr .pager li > span display: inline-block padding: 5px 14px - background-color: #fff border: 1px solid #ddd border-radius: 15px @@ -300,4 +297,3 @@ hr .pager .disabled > span color: #777 cursor: not-allowed - background-color: #fff diff --git a/themes/brainbaking-minimal/assets/sass/_brainbaking-dark.sass b/themes/brainbaking-minimal/assets/sass/_brainbaking-dark.sass index 3071f624..1804f441 100644 --- a/themes/brainbaking-minimal/assets/sass/_brainbaking-dark.sass +++ b/themes/brainbaking-minimal/assets/sass/_brainbaking-dark.sass @@ -32,6 +32,10 @@ $dark-fg: #dddddd a:hover, a:visited:hover, .link:hover color: $dark-fg + .pagination li a, .pagination .active a + background-color: $dark-bg + color: $dark-fg + h1, h2, h3 color: $dark-accent diff --git a/themes/brainbaking-minimal/assets/sass/_listing.sass b/themes/brainbaking-minimal/assets/sass/_listing.sass index a9bbfbd2..c4048089 100644 --- a/themes/brainbaking-minimal/assets/sass/_listing.sass +++ b/themes/brainbaking-minimal/assets/sass/_listing.sass @@ -45,5 +45,4 @@ div.list padding: 0 15px .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover - background-color: white !important border-color: var(--accent) !important diff --git a/themes/brainbaking-minimal/layouts/partials/single-comments.html b/themes/brainbaking-minimal/layouts/partials/single-comments.html index 15c3a5c4..3c545cac 100644 --- a/themes/brainbaking-minimal/layouts/partials/single-comments.html +++ b/themes/brainbaking-minimal/layouts/partials/single-comments.html @@ -15,7 +15,7 @@

- I'm {{ .Site.Author.name }}, a level {{ .Site.Params.level }} Brain Baker, and I love the smell of freshly baked thoughts (and bread) in the morning. I sometimes convince others to bake their brain (and bread) too. + I'm {{ .Site.Author.name }}, a Brain Baker, and I love the smell of freshly baked thoughts (and bread) in the morning. I sometimes convince others to bake their brain (and bread) too.

If you found this article amusing and/or helpful, you can buy me a coffee - although I'm more of a tea fan myself. I also like to hear your feedback via Mastodon or e-mail. Thanks!