remove age silliness in about, fix dark layout for pagination

This commit is contained in:
Wouter Groeneveld 2022-09-11 20:54:45 +02:00
parent 2d369bd630
commit 3994f4a4d8
9 changed files with 10 additions and 13 deletions

View File

@ -16,7 +16,6 @@ enableGitInfo = true
category = "categories"
[params]
level = 36
pagination = 30
description = "Freshly Baked Thoughts"

View File

@ -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:
<img height='36' style='border:0px !important;height:36px;' src='/img/kofi.png' border='0' alt='Buy Me a Coffee' />
</a>
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:
- <svg class='icon icon-text'><use xlink:href='#discuss'></use></svg>Mastodon: [@wouter@chat.brainbaking.com](https://chat.brainbaking.com/@wouter)
- <svg class='icon icon-text'><use xlink:href='#mail'></use></svg>(encrypted) e-mail: <span class="link meel">say hello</span>.

View File

@ -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).

View File

@ -44,10 +44,10 @@
<img class="u-photo" src="{{ .Site.BaseURL }}/img/avatar.jpg" alt="A photo of Me!" />
</div>
<p class="p-note">
Hey! I'm <a class="p-name u-uid u-url" rel="me" href="{{ .Site.BaseURL }}">{{ .Site.Author.name }}</a>, a level {{ .Site.Params.level }} <em class="p-job-title">Brain Baker</em> living in <span class="p-locality">Belgium</span>. I currently find myself teaching, writing, programming, researching, and of course baking bread! <em>Brain Baking</em> is my way to inspire myself and others to ponder and learn. <br/>Read more <a class="u-url" href="about">about me here</a>.
Hey! I'm <a class="p-name u-uid u-url" rel="me" href="{{ .Site.BaseURL }}">{{ .Site.Author.name }}</a>, a <em class="p-job-title">Brain Baker</em> living in <span class="p-locality">Belgium</span>. I currently find myself teaching, writing, programming, researching, and of course baking bread! <em>Brain Baking</em> is my way to inspire myself and others to ponder and learn. Read more <a class="u-url" href="about">about me here</a>.
</p>
<p>
If you found my bakings amusing and/or helpful, you can <a rel="me" href="https://ko-fi.com/woutergroeneveld"><strong>buy me a coffee</strong></a> - if you don't mind I'll use it to enjoy a cup of tea instead. I also like to hear about your own <em>bakings</em> via <svg class='icon icon-text'><title>chat icon</title><use xlink:href='#discuss'></use></svg><a rel="me" class="u-url" href="{{ .Site.Author.mastodonlink }}">Mastodon</a> or <svg class='icon icon-text'><title>mail icon</title><use xlink:href='#mail'></use></svg><span class="link meel">e-mail</span>. Thanks!
If you found my bakings amusing and/or helpful, you can <a rel="me" href="https://ko-fi.com/woutergroeneveld"><strong>buy me a coffee</strong></a>if you don't mind I'll use it to enjoy a cup of tea instead. I also like to hear about your own <em>bakings</em> via <svg class='icon icon-text'><title>chat icon</title><use xlink:href='#discuss'></use></svg><a rel="me" class="u-url" href="{{ .Site.Author.mastodonlink }}">Mastodon</a> or <svg class='icon icon-text'><title>mail icon</title><use xlink:href='#mail'></use></svg><span class="link meel">e-mail</span>. Thanks!
</p>
<hr/>
</article>

View File

@ -1 +0,0 @@
{{ .Site.Params.level }}

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -15,7 +15,7 @@
</div>
<div class="support">
<p class="p-note">
I'm <span class="p-name">{{ .Site.Author.name }}</span>, a level {{ .Site.Params.level }} <em>Brain Baker</em>, 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 <span class="p-name">{{ .Site.Author.name }}</span>, a <em>Brain Baker</em>, 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.
</p>
<p>
If you found this article amusing and/or helpful, you can <a rel="me" href="https://ko-fi.com/woutergroeneveld"><strong>buy me a coffee</strong></a> - although I'm more of a tea fan myself. I also like to hear your feedback via <span class="nowrap"><svg class='icon icon-text'><use xlink:href='#discuss'></use></svg><a rel="me" href="{{ .Site.Author.mastodonlink }}">Mastodon</a></span> or <span class="nowrap"><svg class='icon icon-text'><use xlink:href='#mail'></use></svg><span class="link meel">e-mail</span></span>. Thanks!