diff --git a/config.toml b/config.toml index 96c792b2..396302ee 100644 --- a/config.toml +++ b/config.toml @@ -21,16 +21,16 @@ enableGitInfo = true MathJax = false description = "Freshly baked thought" - # see single.html, DisqusShortname also needed - disableComments = true accent = "#018661" accent2 = "purple" showBorder = true - copyright = "No © and no tracking - sharing is caring. Brain Baking. RSS Feed." + copyright = "No © and no tracking - sharing is caring. Brain Baking. RSS Feed." [Author] name = "Wouter Groeneveld" email = "wouter@brainbaking.com" + mastodon = "@wouter@chat.brainbaking.com" + mastodonlink = "https://chat.brainbaking.com/@wouter" [markup] diff --git a/content/about.md b/content/about.md index a78d3855..6d064d7b 100644 --- a/content/about.md +++ b/content/about.md @@ -35,21 +35,24 @@ disableComments: true * 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](/teaching/) at KU Leuven, I've also coached software developers in different companies, and occasionally organize bread baking workshops. -* I also like public speaking. --- -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 (encrypted) e-mail: say hello. Thanks! - - + 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: + +- Mastodon: [@wouter@chat.brainbaking.com](https://chat.brainbaking.com/@wouter) +- (encrypted) e-mail: say hello. + +Thanks! --- diff --git a/static/humans.txt b/static/humans.txt new file mode 100644 index 00000000..3f4268e5 --- /dev/null +++ b/static/humans.txt @@ -0,0 +1,28 @@ +/* + * humans.txt : The people behind sites! + * http://humanstxt.org + */ + + +/* TEAM */ + + Writer: Wouter Groeneveld + Site: https://brainbaking.com + Mastodon: https://chat.brainbaking.com/@wouter + Location: Belgium + + +/* THANKS */ + + Hosting: ovh.net + + +/* SITE */ + + Language: English + + Standards: HTTP/2, CSS3, RSS 2.0.1 + Doctype: HTML5 (Polyglot) + Server: Ubuntu, nginx + Generator: hugo + Editor: Sublime Text 3 diff --git a/themes/brainbaking-minimal/assets/sass/_brainbaking.sass b/themes/brainbaking-minimal/assets/sass/_brainbaking.sass index b49d9763..98651f4a 100644 --- a/themes/brainbaking-minimal/assets/sass/_brainbaking.sass +++ b/themes/brainbaking-minimal/assets/sass/_brainbaking.sass @@ -77,6 +77,7 @@ pre &.essays article > p:first-of-type::first-letter margin-top: 10px + main display: block line-height: 1.7 @@ -113,6 +114,14 @@ main footer margin-top: 3.5rem + .inmargin + display: none + border-bottom: none + + @media (min-width: 1200px) + display: block + right: calc(-600px + 50vw) + position: absolute .list-tags a diff --git a/themes/brainbaking-minimal/assets/sass/_commento.sass b/themes/brainbaking-minimal/assets/sass/_commento.sass deleted file mode 100644 index aebff5eb..00000000 --- a/themes/brainbaking-minimal/assets/sass/_commento.sass +++ /dev/null @@ -1,37 +0,0 @@ -.commento-root - textarea - font-size: 1rem !important - - .commento-round-check input[type=checkbox]:checked+label:before, .commento-round-check input[type=radio]:checked+label:before - background: var(--accent) !important - border: 1px solid var(--accent) !important - - .commento-markdown-help tr td pre - padding: 0 !important - - .commento-card - .commento-body - p - font-size: 1rem !important - -.commento-button - color: white !important - background: var(--accent) !important - -.commento-oauth-buttons button - width: auto !important - -.commento-root a, -.commento-email-button - color: var(--accent) !important - -.commento-name - font-size: 1.1rem !important - -.commento-root *, -.commento-root-font * - font-family: $font-stack !important - line-height: 1.7 !important - color: $grey - text-align: left !important - diff --git a/themes/brainbaking-minimal/assets/sass/main.sass b/themes/brainbaking-minimal/assets/sass/main.sass index 6070b072..cc02fc49 100644 --- a/themes/brainbaking-minimal/assets/sass/main.sass +++ b/themes/brainbaking-minimal/assets/sass/main.sass @@ -17,6 +17,5 @@ $grey: #333 @import 'icons' @import 'blockquote' @import 'listing' -@import 'commento' @import 'goodreads' @import 'forms' diff --git a/themes/brainbaking-minimal/layouts/partials/head-meta.html b/themes/brainbaking-minimal/layouts/partials/head-meta.html index b505abf3..00614954 100644 --- a/themes/brainbaking-minimal/layouts/partials/head-meta.html +++ b/themes/brainbaking-minimal/layouts/partials/head-meta.html @@ -1,23 +1,23 @@ + + {{ $isHomePage := eq .Title .Site.Title }} {{ if .Params.subtitle }} - - - + + + {{ else }} - - - -{{ end }} - -{{ if .Keywords }} - + + + +{{ end }}{{ if .Keywords }} + {{ else if .Params.tags }} - + {{ end }} diff --git a/themes/brainbaking-minimal/layouts/partials/icons.html b/themes/brainbaking-minimal/layouts/partials/icons.html index e4851cca..5d5b80f4 100644 --- a/themes/brainbaking-minimal/layouts/partials/icons.html +++ b/themes/brainbaking-minimal/layouts/partials/icons.html @@ -32,6 +32,10 @@ + + + + diff --git a/themes/brainbaking-minimal/layouts/partials/single-comments.html b/themes/brainbaking-minimal/layouts/partials/single-comments.html index 610dd63e..e39de53a 100644 --- a/themes/brainbaking-minimal/layouts/partials/single-comments.html +++ b/themes/brainbaking-minimal/layouts/partials/single-comments.html @@ -1,5 +1,5 @@ {{ if (not .Params.disableComments) }} -
+