From 1fa2b10a3592cf1331081212b431e3f6a4db01a4 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Fri, 14 Jan 2022 13:27:13 +0100 Subject: [PATCH] updates to content --- config.toml | 8 ++++---- content/about.md | 4 +--- themes/devroom-2020/assets/scss/devroom.scss | 16 +++++++++++----- .../devroom-2020/layouts/partials/footer.html | 2 +- themes/devroom-2020/layouts/partials/home.html | 8 ++++---- themes/devroom-2020/layouts/partials/post.html | 17 ++++++----------- 6 files changed, 27 insertions(+), 28 deletions(-) diff --git a/config.toml b/config.toml index d4fd29a..f94cabb 100644 --- a/config.toml +++ b/config.toml @@ -4,7 +4,7 @@ theme = "devroom-2020" languagecode = "en" defaultcontentlanguage = "en" -copyright = "Copyright © 1999-2021 Ariejan de Vroom <ariejan@devroom.io>" +copyright = "Copyright © 1999-2022 Ariejan de Vroom <ariejan@devroom.io>" paginate = 9999 canonifyurls = true @@ -38,13 +38,13 @@ enableGitInfo = true mainSections = ["posts", "projects"] [[params.skill]] - content = "Writing rock-solid backend stuff in whatever's hip today, like Java, Goland, or Ruby." + content = "Software Engineer, consultant and architect at Kabisa" weight = 10 [[params.skill]] - content = "Automating things that don't really need automating." + content = "Fanatical homelab admin (read more)" weight = 20 [[params.skill]] - content = "Producing electronic music under my alter ego Neuroslasher." + content = "Bass guitar player, piano player, and music producer" weight = 30 [[params.popular]] diff --git a/content/about.md b/content/about.md index 1cc2145..ae96e29 100644 --- a/content/about.md +++ b/content/about.md @@ -3,8 +3,6 @@ type = "page" title = "About" +++ -## About Ariejan - I'm a passionate software engineer who likes to build rock-solid back-end applications. Ruby on Rails has long been my weapon of choice, but I also venture into java, golang, and python on occassion. @@ -27,7 +25,7 @@ since 2007. I started out as a software engineer fresh out of college. Today I'm at a senior level and responsible for leading teams, designing architecture, and coaching people into a more agile approach to software development. -## This site +## About this site I started blogging in 1996. My site has gone through many iterations and some content was lost in the process. The most recent post on this site is from 2006. diff --git a/themes/devroom-2020/assets/scss/devroom.scss b/themes/devroom-2020/assets/scss/devroom.scss index 2950c93..a226a9b 100644 --- a/themes/devroom-2020/assets/scss/devroom.scss +++ b/themes/devroom-2020/assets/scss/devroom.scss @@ -1,6 +1,8 @@ @import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,700&display=swap&subset=latin-ext'); @import "./nord.scss"; +$h1_font_size: 1.6rem; +$h2_font_size: 1.2rem; $font_size: 0.96rem; $line-height: 1.5rem; @@ -10,8 +12,8 @@ $text: $nord5; $links: lighten($nord10, 17%); $footer: $nord5; $meta: $text; -$header: $nord9; -$highlight: $nord14; +$header: $nord10; +$highlight: darken($nord14, 25%); html, body { background-color: $backdrop; @@ -54,14 +56,18 @@ h1, h2, h3, h4, h5 { } h1 { - + font-size: $h1_font_size; + color: $text; &::before { content: "# "; } } -h2::before { - content: "## " +h2 { + font-size: $h2_font_size; + &::before { + content: "## " + } } h3::before { diff --git a/themes/devroom-2020/layouts/partials/footer.html b/themes/devroom-2020/layouts/partials/footer.html index b24b159..aa2a320 100644 --- a/themes/devroom-2020/layouts/partials/footer.html +++ b/themes/devroom-2020/layouts/partials/footer.html @@ -5,7 +5,7 @@

Was this post helpful to you? Why not - ☕ Buy me a coffee or use Brave Browser to send a tip. + ☕ Buy me a coffee.

diff --git a/themes/devroom-2020/layouts/partials/home.html b/themes/devroom-2020/layouts/partials/home.html index 4a3a776..3cd110d 100644 --- a/themes/devroom-2020/layouts/partials/home.html +++ b/themes/devroom-2020/layouts/partials/home.html @@ -1,7 +1,7 @@

{{ .Site.Params.author }}

-

{{ .Site.Params.info }}

+

{{ .Site.Params.info }}

-

Skills

+

Skills

{{ with .Site.Params.skill }}