diff --git a/config.toml b/config.toml index 4696117a..4f44d6a2 100644 --- a/config.toml +++ b/config.toml @@ -22,7 +22,7 @@ enableGitInfo = true disableComments = true accent = "purple" showBorder = true - copyright = "No reserved - sharing is caring. Hack away! Brain Baking" + copyright = "No reserved - sharing is caring. Hack away! Brain Baking" [Author] name = "Wouter Groeneveld" @@ -55,31 +55,31 @@ enableGitInfo = true [[menu.main]] name = "Tech Blog" - pre = "" + pre = " " url = "/post" weight = 1 [[menu.main]] name = "Essays" - pre = "" + pre = " " url = "/essays" weight = 2 [[menu.main]] name = "Tags" - pre = "" + pre = " " url = "/tags" weight = 3 [[menu.mainright]] name = "About Me" - pre = "" + pre = " " url = "/about" weight = 4 [[menu.mainright]] name = "Teaching" - pre = "" + pre = " " url = "/teaching" weight = 5 diff --git a/content/about.md b/content/about.md index 8dae4be7..a850cd4c 100644 --- a/content/about.md +++ b/content/about.md @@ -20,16 +20,16 @@ Those areas of knowledge include: * I love dynamic languages. I have taught Javascript as a dynamic and functional language. Every excuse to write in something dynamic is a good one. * Pair programming used as a tool to learn from each other and to improve code quality are two values I firmly believe in. -Take a look at my [ Github account](https://github.com/wgroeneveld) or [ Curriculum Vitae](/files/groeneveldw_cv.pdf) in Dutch. +Take a look at my [Github account](https://github.com/wgroeneveld). #### Baking * I hold a [professional bread baker's degree](/post/learning-to-become-a-baker/) so naturally I love to think of myself as a real baker. -* My passion within baking is [ sourdough bread](https://redzuurdesem.be), spreading the word by organizing workshops to repopularize its use. +* My passion within baking is [sourdough bread](https://redzuurdesem.be), spreading the word by organizing workshops to repopularize its use. #### Writing and philosophizing -* I'm a [fountain pen addict](/post/fountain-pens-first-look/) and avid [ journaler](/post/journaling-in-practice/). +* I'm a [fountain pen addict](/post/fountain-pens-first-look/) and avid [journaler](/post/journaling-in-practice/). * This website[^1] is the ideal base for writing down my thoughts about virtually anything, primarily intended to amuse myself and not others. * I like to integrate Philosophical and Psychological approaches into my research. @@ -39,7 +39,7 @@ Take a look at my [ Github account](https://git ### Where good ideas come from: books -I keep an active  Goodreads account where I manage everything I've read and want to read. I invite you to join the community there. Marking a book as read and writing a (short) review never was that satisfying... +I keep an active Goodreads account where I manage everything I've read and want to read. I invite you to join the community there. Marking a book as read and writing a (short) review never was that satisfying... I used to be almost exclusively a fantasy reader. Now I mostly read non-fiction on the most diverse topics, but I do have a soft spot for things like philosophy, art, mindful food and software engineering. diff --git a/content/essays/_index.md b/content/essays/_index.md index 30b34e76..0ecf0470 100644 --- a/content/essays/_index.md +++ b/content/essays/_index.md @@ -1,6 +1,6 @@ --- title: Essays -icontag: fa-book +icontag: book --- > Filosofie is voor het vinden van een baan misschien het minst bruikbaar van alle studies, maar het is niettemin de beste studie. - Aristoteles diff --git a/content/post/_index.md b/content/post/_index.md index 48ceeed6..71e6b010 100644 --- a/content/post/_index.md +++ b/content/post/_index.md @@ -1,10 +1,10 @@ --- title: Tech Blog -icontag: fa-file-code-o +icontag: tech --- > No Art and Science serve alone; Patience must in the work be shown. - Goethe A continuous pursuit of knowledge for either personal or professional reasons is called [Lifelong learning](https://en.wikipedia.org/wiki/Lifelong_learning). As a great deal of my life is dedicated to Computer Science, so it's only natural to do some heavy [_Brain Baking_](/) work in that technical area of expertise. I discovered that in order for me to teach and inspire others, I first had to teach and inspire myself. You are looking at the result of that work. -I wanted to make the profound difference clear between a [ technical blog](/post) and [ essayistic works](/essays) by separating them in different categories, each with their own intention and language. \ No newline at end of file +I wanted to make the profound difference clear between a [technical blog](/post) and [essayistic works](/essays) by separating them in different categories, each with their own intention and language. \ No newline at end of file diff --git a/content/tags/_index.md b/content/tags/_index.md index 86b17601..6fd4751f 100644 --- a/content/tags/_index.md +++ b/content/tags/_index.md @@ -1,6 +1,6 @@ --- title: Tags -icontag: fa-tags +icontag: tag --- > The good life is one inspired by love and guided by knowledge. - Russell diff --git a/layouts/index.html b/layouts/index.html index 60fd53b9..a079b392 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,7 +1,6 @@ {{ partial "header" . }}
-
{{ with .Site.Params.profilePic }} {{ end }} @@ -19,22 +18,22 @@
-  Brain Baking: transforming + Brain Baking: transforming -  personal + personal thoughts about thoughts into -  well-digestible + well-digestible material. The reflective aroma of burnt nervous tissue.
Includes a crispy crust of relations between -  technology + technology , -  philosophy + philosophy and -  the world + the world .
@@ -42,7 +41,7 @@

-  {{ markdownify .Site.Params.Description }}: + {{ markdownify .Site.Params.Description }}:

{{ range (.Paginator 1).Pages.ByDate.Reverse }} @@ -53,16 +52,21 @@ {{ .Title }} {{ .Params.subtitle }}   -  {{ $.Scratch.Get "subtitle" }} + {{ $.Scratch.Get "subtitle" }} {{ end }} -
- - -
-{{ partial "footer" . }} + + + + + + diff --git a/themes/brainbaking-minimal/assets/js/brainbaking.js b/themes/brainbaking-minimal/assets/js/brainbaking.js new file mode 100644 index 00000000..23e0c5fd --- /dev/null +++ b/themes/brainbaking-minimal/assets/js/brainbaking.js @@ -0,0 +1,30 @@ +window._domloaded = false; +document.addEventListener("DOMContentLoaded",function() { + if(window._domloaded) return; + window._domloaded = true; + + (function sandwich() { + var navbar = document.querySelector('.navbar-collapse'); + var navtoggle = document.querySelector('.navbar-toggle'); + function navCollapse() { + navbar.setAttribute('class', 'navbar-collapse collapse'); + } + function navCollapsing() { + navbar.setAttribute('class', 'navbar-collapse collapsing'); + } + + document.querySelector('main').addEventListener('click', function() { + navCollapse(); + }) + + document.querySelector('nav').addEventListener('click', function() { + if(window.getComputedStyle(navtoggle)['display'] === 'none') return; + if(navbar.getAttribute('class').indexOf('collapsing') >= 0) { + navCollapse(); + } else { + navCollapsing(); + } + }); + })(); + +}); diff --git a/themes/brainbaking-minimal/assets/sass/_bootstrap-minimal.sass b/themes/brainbaking-minimal/assets/sass/_bootstrap-minimal.sass new file mode 100644 index 00000000..b32c4199 --- /dev/null +++ b/themes/brainbaking-minimal/assets/sass/_bootstrap-minimal.sass @@ -0,0 +1,456 @@ +h1 + font-size: 2.2rem +h2 + font-size: 2.0rem +h3 + font-size: 1.9rem +h4 + font-size: 1.5rem +h5 + font-size: 1.3rem +h6 + font-size: 1.2rem + +h1, h2, h3 + margin-top: 20px + margin-bottom: 10px + +h4, h5, h6 + margin-top: 10px + margin-bottom: 10px + +h1, h2, h3, h4, h5, h6 + font-family: inherit + font-weight: 500 + line-height: 1.1 + color: inherit + + +blockquote + padding: 10px 20px + margin: 0 0 20px + border-left: 5px solid #eee + border-left-width: 5px + border-left-style: solid + border-left-color: rgb(238, 238, 238) + +pre + overflow: auto + display: block + padding: 9.5px + margin: 0 0 10px + font-size: 13px + line-height: 1.42857143 + color: #333 + word-break: break-all + word-wrap: break-word + background-color: #f5f5f5 + border: 1px solid #ccc + border-radius: 4px + font-family: Menlo,Monaco,Consolas,Courier New,monospace + +code + font-family: Menlo,Monaco,Consolas,"Courier New",monospace + padding: 2px 4px + font-size: 90% + color: $code + background-color: #f9f2f4 + border-radius: 4px + +pre code + padding: 0 + font-size: inherit + color: inherit + white-space: pre-wrap + background-color: transparent + border-radius: 0 + +.row + margin-right: -15px + margin-left: -15px + &:after + display: table + content: " " + clear: both + +.col-md-6 + position: relative + min-height: 1px + padding-right: 15px + padding-left: 15px + @media (min-width: 992px) + float: left + width: 46% + +.text-justify + text-align: justify + +.page-header + padding-bottom: 9px + margin: 40px 0 20px + border-bottom: 1px solid #eee + +.jumbotron + padding-top: 30px + padding-bottom: 30px + margin-bottom: 30px + color: inherit + + @media screen and (min-width: 768px) + padding-top: 48px + padding-bottom: 48px + + +.container + @media (min-width: 768px) + width: 750px + @media (min-width: 992px) + width: 970px + @media (min-width: 1200px) + width: 1170px + + padding-right: 15px + padding-left: 15px + margin-right: auto + margin-left: auto + + &:after + display: table + content: " " + clear: both + +.navbar-icon + font-size: 125% + display: inline-block !important + +.navbar.navbar-default + border-top: 5px solid var(--accent) + border-bottom: 1px solid #e7e7e7 + +.navbar-right + @media (min-width: 768px) + float: right!important + margin-right: -15px + +nav + background-color: rgba(243, 243, 243, 0.8) + border-color: #e7e7e7 + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important + line-height: 1.4 !important + + a:hover + background-color: #e7e7e7 + text-decoration: none + +.navbar-nav + margin: 7.5px -15px + @media (min-width: 768px) + float: left + margin: 0 + +.navbar-nav>li + @media (min-width: 768px) + float: left + +.nav + padding-left: 0 + margin-bottom: 0 + list-style: none + + &>li + position: relative + display: block + +.navbar-nav>li>a + @media (min-width: 768px) + padding-top: 15px + padding-bottom: 15px + padding: 10px 15px + line-height: 20px + position: relative + display: block + + +.navbar-fixed-bottom, .navbar-fixed-top + position: fixed + right: 0 + left: 0 + z-index: 1030 + +.navbar-fixed-top + top: 0 + border-width: 0 0 1px + border-radius: 0 + +.navbar + min-height: 50px + margin-bottom: 0 + border: 1px solid transparent + +.visible-lg, .visible-md, .visible-sm, .visible-xs + display: none !important + @media (max-width: 767px) + display: block !important + + +.navbar-brand + float: left + height: 50px + font-size: 18px + position: relative + top: 15px + left: 30px + line-height: 20px + font-weight: bold + +footer + border-bottom: 5px solid var(--accent) + background-color: rgba(243, 243, 243, 0.8) + +.navbar-default .navbar-toggle + border-color: #ddd + +.navbar-toggle + @media (min-width: 768px) + display: none + position: relative + float: right + padding: 9px 10px + margin-top: 8px + margin-right: 15px + margin-bottom: 8px + background-color: transparent + background-image: none + border: 1px solid transparent + border-radius: 4px + + .icon-bar + background-color: #888 + + .icon-bar + display: block + width: 22px + height: 2px + border-radius: 1px + + &+.icon-bar + margin-top: 4px + + +button, input, select, textarea + font-family: inherit + font-size: inherit + line-height: inherit + +button, html input[type=button], input[type=reset], input[type=submit] + -webkit-appearance: button + cursor: pointer + +button, select + text-transform: none + +button + overflow: visible + +button, input, optgroup, select, textarea + margin: 0 + font: inherit + color: inherit + +.navbar-default .navbar-collapse, .navbar-default .navbar-form + border-color: #e7e7e7 + +.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header + margin-right: -15px + margin-left: -15px + @media (min-width: 768px) + margin-right: 0 + margin-left: 0 + +.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse + max-height: 340px + +.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse + @media (min-width: 768px) + padding-right: 0 + padding-left: 0 + +.navbar-collapse.collapse + @media (min-width: 768px) + display: block!important + height: auto!important + padding-bottom: 0 + overflow: visible!important + +.navbar-collapse + @media (min-width: 768px) + width: auto + border-top: 0 + -webkit-box-shadow: none + box-shadow: none + +.navbar-collapse + padding-right: 15px + padding-left: 15px + overflow-x: visible + -webkit-overflow-scrolling: touch + border-top: 1px solid transparent + -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1) + box-shadow: inset 0 1px 0 rgba(255,255,255,.1) + +.collapse + display: none + +.collapsing + padding-top: 40px + animation: 1s fadeIn + animation-fill-mode: forwards + + +@keyframes fadeIn + 0% + opacity: 0 + 100% + visibility: visible + opacity: 1 + +hr + margin-top: 20px + margin-bottom: 20px + border: 0 + border-top: 1px solid #eee + height: 0 + -webkit-box-sizing: content-box + -moz-box-sizing: content-box + box-sizing: content-box + + +.pagination + display: inline-block + padding-left: 0 + margin: 20px 0 + border-radius: 4px + +.pagination > li + display: inline + +.pagination > li > a, +.pagination > li > span + position: relative + float: left + padding: 6px 12px + margin-left: -1px + line-height: 1.42857143 + text-decoration: none + background-color: #fff + border: 1px solid #ddd + +.pagination > li:first-child > a, +.pagination > li:first-child > span + margin-left: 0 + border-top-left-radius: 4px + border-bottom-left-radius: 4px + +.pagination > li:last-child > a, +.pagination > li:last-child > span + border-top-right-radius: 4px + border-bottom-right-radius: 4px + +.pagination > li > a:hover, +.pagination > li > span:hover, +.pagination > li > a:focus, +.pagination > li > span:focus + z-index: 2 + color: #23527c + background-color: #eee + border-color: #ddd + +.pagination > .active > a, +.pagination > .active > span, +.pagination > .active > a:hover, +.pagination > .active > span:hover, +.pagination > .active > a:focus, +.pagination > .active > span:focus + z-index: 3 + cursor: default + +.pagination > .disabled > span, +.pagination > .disabled > span:hover, +.pagination > .disabled > span:focus, +.pagination > .disabled > a, +.pagination > .disabled > a:hover, +.pagination > .disabled > a:focus + color: #777 + cursor: not-allowed + background-color: #fff + border-color: #ddd + +.pagination-lg > li > a, +.pagination-lg > li > span + padding: 10px 16px + font-size: 18px + line-height: 1.3333333 + +.pagination-lg > li:first-child > a, +.pagination-lg > li:first-child > span + border-top-left-radius: 6px + border-bottom-left-radius: 6px + +.pagination-lg > li:last-child > a, +.pagination-lg > li:last-child > span + border-top-right-radius: 6px + border-bottom-right-radius: 6px + +.pagination-sm > li > a, +.pagination-sm > li > span + padding: 5px 10px + font-size: 12px + line-height: 1.5 + +.pagination-sm > li:first-child > a, +.pagination-sm > li:first-child > span + border-top-left-radius: 3px + border-bottom-left-radius: 3px + +.pagination-sm > li:last-child > a, +.pagination-sm > li:last-child > span + border-top-right-radius: 3px + border-bottom-right-radius: 3px + +.pager + padding-left: 0 + margin: 20px 0 + text-align: center + list-style: none + +.pager li + display: inline + +.pager li > a, +.pager li > span + display: inline-block + padding: 5px 14px + background-color: #fff + border: 1px solid #ddd + border-radius: 15px + +.pager li > a:hover, +.pager li > a:focus + text-decoration: none + background-color: #eee + +.pager .next > a, +.pager .next > span + float: right + +.pager .previous > a, +.pager .previous > span + float: left + +.pager .disabled > a, +.pager .disabled > a:hover, +.pager .disabled > a:focus, +.pager .disabled > span + color: #777 + cursor: not-allowed + background-color: #fff diff --git a/themes/brainbaking-minimal/assets/sass/_brainbaking-intro.sass b/themes/brainbaking-minimal/assets/sass/_brainbaking-intro.sass index af72f38b..b9e38ce2 100644 --- a/themes/brainbaking-minimal/assets/sass/_brainbaking-intro.sass +++ b/themes/brainbaking-minimal/assets/sass/_brainbaking-intro.sass @@ -38,4 +38,4 @@ .intro margin-top: -150px @media (min-width: 768px) - margin-top: -40px + margin-top: -100px diff --git a/themes/brainbaking-minimal/assets/sass/_brainbaking.sass b/themes/brainbaking-minimal/assets/sass/_brainbaking.sass index d06e2ef8..379a1766 100644 --- a/themes/brainbaking-minimal/assets/sass/_brainbaking.sass +++ b/themes/brainbaking-minimal/assets/sass/_brainbaking.sass @@ -1,30 +1,68 @@ html body font-family: $font-stack html, body - height: 100% + scroll-behavior: smooth + + font-size: 1.0rem + @media (min-width: 768px) + font-size: 1.05rem + @media (min-width: 960px) + font-size: 1.1rem + +pre + code + font-size: 0.9rem body - padding-top: 55px - display: flex - text-align: center - flex-direction: column + margin: 0 + color: #333 + padding-top: 55px + display: flex + text-align: center + flex-direction: column + +nav, footer + font-size: 0.85rem + +nav + svg + width: 24px + height: 24px + float: left + +%icon-in-text + position: relative + top: 5px + width: 24px !important + height: 24px !important + +main + p + .icon + @extend %icon-in-text + +.icon + width: 32px + height: 32px + padding-right: 0.3rem + + &-small + position: relative + top: 2px + padding-right: 0.1rem + width: 16px !important + height: 16px !important + + &-text + @extend %icon-in-text + + &-inline + float: left + color: #999 .copyright margin: 15px 0 -.navbar-icon - font-size: 125% - display: inline-block !important - - -.navbar.navbar-default - border-top: 5px solid var(--accent) - - -footer - border-bottom: 5px solid var(--accent) - - ul list-style: circle @@ -49,13 +87,13 @@ img figure margin-bottom: 1.5em !important img - margin-bottom: 0 + margin-bottom: 0 !important figcaption - margin-top: 1rem !important - h4, p + margin-top: 0.8rem !important + h4, p + font-size: 1.2rem text-align: center margin-top: 0 !important - font-size: 1.7rem !important font-style: italic font-weight: normal color: #aaa @@ -63,80 +101,29 @@ figure /** general **/ -blockquote - font-size: 14pt !important - line-height: 1.7 - - -a:link, a:visited - color: var(--accent) !important +a:link, a:visited, a + color: var(--accent) + text-decoration: none a.icon:hover text-decoration: none a:hover - color: var(--accent) !important - - -nav - font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important - font-size: 14px !important - line-height: 1.4 !important + text-decoration: underline h1, h2, h3, h4, h5, h6 line-height: 1.8 !important font-weight: bold !important - -h2 - font-size: 26pt !important - - -h3 - font-size: 22pt !important - - -h4 - font-size: 16pt !important - - -h5 - font-size: 14pt !important - - h4 a font-weight: normal pre - font-size: 12pt !important + font-size: 1rem !important -@media (max-width: 767px) - main, blockquote - font-size: 12pt !important - - h2 - font-size: 24pt !important - - - h3 - font-size: 20pt !important - - - h4 - font-size: 14pt !important - - - h5 - font-size: 13pt !important - - - pre - font-size: 10pt !important - - .big-img .container @media (min-width: 768px) height: 200px @@ -145,12 +132,13 @@ pre blockquote - color: #888 !important + line-height: 1.7 + color: #888 border-left: 5px solid var(--accent) !important -main - font-size: 14pt !important +main + display: block line-height: 1.7 margin: auto padding: 25px @@ -182,8 +170,11 @@ main .item padding: 10px 0 -.item-tag - color: var(--accent) - background-color: white - border: 1px solid var(--accent) - font-size: 1.3rem +kbd + color: var(--accent) + border: 1px solid var(--accent) + font-size: 1rem + padding: 2px 4px + border-radius: 3px + -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25) + box-shadow: inset 0 -1px 0 rgba(0,0,0,.25) diff --git a/themes/brainbaking-minimal/assets/sass/_listing.sass b/themes/brainbaking-minimal/assets/sass/_listing.sass index 8db4919b..c4b1c448 100644 --- a/themes/brainbaking-minimal/assets/sass/_listing.sass +++ b/themes/brainbaking-minimal/assets/sass/_listing.sass @@ -1,6 +1,6 @@ .list text-align: left - padding-left: 4rem + padding-left: 2rem h2 border-top: 1px solid #eee @@ -16,17 +16,17 @@ list-style: none margin: 0 padding: 0 - padding-bottom: 4rem + padding-bottom: 1rem @media (min-width: 768px) - padding-left: 7rem + padding-left: 4rem li - padding: 1rem + padding: 0.8rem .list-date font-weight: normal - padding-left: 0.6rem - padding-right: 0.6rem + padding-left: 0.4rem + padding-right: 0.4rem color: white background-color: var(--accent) border-radius: 2rem diff --git a/themes/brainbaking-minimal/assets/sass/main.sass b/themes/brainbaking-minimal/assets/sass/main.sass index 05bb4709..0499eae4 100644 --- a/themes/brainbaking-minimal/assets/sass/main.sass +++ b/themes/brainbaking-minimal/assets/sass/main.sass @@ -1,6 +1,8 @@ $grey: #333 +$code: #c7254e @import 'fonts' +@import 'bootstrap-minimal' @import 'brainbaking' @import 'brainbaking-intro' @import 'listing' diff --git a/themes/brainbaking-minimal/layouts/_default/list.html b/themes/brainbaking-minimal/layouts/_default/list.html index 24859125..3572fae3 100644 --- a/themes/brainbaking-minimal/layouts/_default/list.html +++ b/themes/brainbaking-minimal/layouts/_default/list.html @@ -4,7 +4,7 @@ {{ if .Title }}

-  {{ .Title }} +  {{ .Title }}


{{ end }} @@ -28,14 +28,14 @@
  • {{ .Date.Format ("02") }}
    -

    +

    {{ .Title }} -
    + {{ .Params.subtitle }}
    {{ if isset .Params "tags" }}
    -   +   {{ range .Params.tags }} {{ . }} {{ end }} diff --git a/themes/brainbaking-minimal/layouts/_default/single.html b/themes/brainbaking-minimal/layouts/_default/single.html index 10b3e454..64f5f842 100644 --- a/themes/brainbaking-minimal/layouts/_default/single.html +++ b/themes/brainbaking-minimal/layouts/_default/single.html @@ -20,7 +20,7 @@ {{ if $related }} - +
    {{ range $related }} {{ partial "related-item" . }} {{ end }} @@ -32,7 +32,7 @@ {{ if (not .Params.disableComments) }} - -  Top + Top diff --git a/themes/brainbaking-minimal/layouts/_default/taxonomy.html b/themes/brainbaking-minimal/layouts/_default/taxonomy.html index 62183c0a..7dc218a9 100644 --- a/themes/brainbaking-minimal/layouts/_default/taxonomy.html +++ b/themes/brainbaking-minimal/layouts/_default/taxonomy.html @@ -3,7 +3,7 @@

    -  Tagged with:
    "{{ .Title }}" + Tagged with:
    "{{ .Title }}"

    @@ -25,7 +25,7 @@
    {{ if isset .Params "tags" }}
    -   + {{ range .Params.tags }} {{ . }} {{ end }} diff --git a/themes/brainbaking-minimal/layouts/_default/terms.html b/themes/brainbaking-minimal/layouts/_default/terms.html index a9c4ed0d..c1dba3e9 100644 --- a/themes/brainbaking-minimal/layouts/_default/terms.html +++ b/themes/brainbaking-minimal/layouts/_default/terms.html @@ -3,7 +3,9 @@
    -

     {{ .Title }}

    +

    +  {{ .Title }} +


    @@ -35,7 +37,7 @@ {{ $.Scratch.Set "curLetter" $firstChar }}

    -  {{ $firstChar }} + {{ $firstChar }}

      {{ end }} diff --git a/themes/brainbaking-minimal/layouts/partials/css.html b/themes/brainbaking-minimal/layouts/partials/css.html index 5a18192a..00aa2b32 100644 --- a/themes/brainbaking-minimal/layouts/partials/css.html +++ b/themes/brainbaking-minimal/layouts/partials/css.html @@ -9,9 +9,3 @@ {{- $options := (dict "targetPath" "css/styles.css" "outputStyle" "compressed" "enableSourceMap" "true") -}} {{- $styles := resources.Get "sass/main.sass" | resources.ExecuteAsTemplate "main.sass" . | resources.ToCSS $options | resources.Fingerprint "sha512" }} - - - - - - diff --git a/themes/brainbaking-minimal/layouts/partials/footer.html b/themes/brainbaking-minimal/layouts/partials/footer.html index 8a0706fa..e411a3a0 100644 --- a/themes/brainbaking-minimal/layouts/partials/footer.html +++ b/themes/brainbaking-minimal/layouts/partials/footer.html @@ -1,3 +1,4 @@ +