updates to content

This commit is contained in:
Ariejan de Vroom 2022-01-14 13:27:13 +01:00
parent 9ca8eeb97b
commit 1fa2b10a35
Signed by: ariejan
GPG Key ID: AD739154F713697B
6 changed files with 27 additions and 28 deletions

View File

@ -4,7 +4,7 @@ theme = "devroom-2020"
languagecode = "en" languagecode = "en"
defaultcontentlanguage = "en" defaultcontentlanguage = "en"
copyright = "Copyright © 1999-2021 Ariejan de Vroom &lt;<a href='/contact/'>ariejan@devroom.io</a>&gt;" copyright = "Copyright © 1999-2022 Ariejan de Vroom &lt;<a href='/contact/'>ariejan@devroom.io</a>&gt;"
paginate = 9999 paginate = 9999
canonifyurls = true canonifyurls = true
@ -38,13 +38,13 @@ enableGitInfo = true
mainSections = ["posts", "projects"] mainSections = ["posts", "projects"]
[[params.skill]] [[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 <a href='https://www.kabisa.nl'>Kabisa</a>"
weight = 10 weight = 10
[[params.skill]] [[params.skill]]
content = "Automating things that don't really need automating." content = "Fanatical homelab admin (<a href='/2020/02/28/building-a-diy-home-server-with-freenas/'>read more</a>)"
weight = 20 weight = 20
[[params.skill]] [[params.skill]]
content = "Producing electronic music under my alter ego <a href='https://www.neuroslasher.com'><i>Neuroslasher</i></a>." content = "Bass guitar player, piano player, and music producer"
weight = 30 weight = 30
[[params.popular]] [[params.popular]]

View File

@ -3,8 +3,6 @@ type = "page"
title = "About" title = "About"
+++ +++
## About Ariejan
I'm a passionate software engineer who likes to build rock-solid I'm a passionate software engineer who likes to build rock-solid
back-end applications. Ruby on Rails has long been my weapon of back-end applications. Ruby on Rails has long been my weapon of
choice, but I also venture into java, golang, and python on occassion. 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 at a senior level and responsible for leading teams, designing architecture, and
coaching people into a more agile approach to software development. 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 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. was lost in the process. The most recent post on this site is from 2006.

View File

@ -1,6 +1,8 @@
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,700&display=swap&subset=latin-ext'); @import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,700&display=swap&subset=latin-ext');
@import "./nord.scss"; @import "./nord.scss";
$h1_font_size: 1.6rem;
$h2_font_size: 1.2rem;
$font_size: 0.96rem; $font_size: 0.96rem;
$line-height: 1.5rem; $line-height: 1.5rem;
@ -10,8 +12,8 @@ $text: $nord5;
$links: lighten($nord10, 17%); $links: lighten($nord10, 17%);
$footer: $nord5; $footer: $nord5;
$meta: $text; $meta: $text;
$header: $nord9; $header: $nord10;
$highlight: $nord14; $highlight: darken($nord14, 25%);
html, body { html, body {
background-color: $backdrop; background-color: $backdrop;
@ -54,14 +56,18 @@ h1, h2, h3, h4, h5 {
} }
h1 { h1 {
font-size: $h1_font_size;
color: $text;
&::before { &::before {
content: "# "; content: "# ";
} }
} }
h2::before { h2 {
content: "## " font-size: $h2_font_size;
&::before {
content: "## "
}
} }
h3::before { h3::before {

View File

@ -5,7 +5,7 @@
</p> </p>
<p>Was this post helpful to you? Why not <p>Was this post helpful to you? Why not
<a class="buymeacoffee" target="_blank" href="https://www.buymeacoffee.com/ariejan">☕ Buy me a coffee</a> or use <a target="_blank" href="https://brave.com/">Brave Browser</a> to send a tip. <a class="buymeacoffee" target="_blank" href="https://www.buymeacoffee.com/ariejan">☕ Buy me a coffee</a>.
</p> </p>
</section> </section>

View File

@ -1,7 +1,7 @@
<h1>{{ .Site.Params.author }}</h1> <h1>{{ .Site.Params.author }}</h1>
<h2>{{ .Site.Params.info }}</h2> <p>{{ .Site.Params.info }}</p>
<h3>Skills</h3> <h2>Skills</h2>
{{ with .Site.Params.skill }} {{ with .Site.Params.skill }}
<ul> <ul>
@ -13,7 +13,7 @@
<div class="flex-columns"> <div class="flex-columns">
<div class="flex-column" id="recent_posts"> <div class="flex-column" id="recent_posts">
<h3>Recent posts</h3> <h2>Recent posts</h2>
{{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }} {{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }}
<ul> <ul>
@ -24,7 +24,7 @@
</div> </div>
<div class="flex-column" id="popular_posts"> <div class="flex-column" id="popular_posts">
<h3>Popular stuff</h3> <h2>Popular stuff</h2>
{{ with .Site.Params.popular }} {{ with .Site.Params.popular }}
<ul> <ul>

View File

@ -6,25 +6,20 @@
| Posted: <time datetime='{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}'> | Posted: <time datetime='{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}'>
{{ .Date.Format (.Site.Params.dateFormat | default "2006-01-02" ) }} {{ .Date.Format (.Site.Params.dateFormat | default "2006-01-02" ) }}
</time> </time>
| ~{{ .FuzzyWordCount }}wrds
(~{{ .ReadingTime }}min)
{{ if not (eq $lastmod $date) }} {{ if not (eq $lastmod $date) }}
- Last updated: <time datetime='{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}'> | Last updated: <time datetime='{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}'>
{{ .Lastmod.Format (.Site.Params.dateFormat | default "2006-01-02" ) }} {{ .Lastmod.Format (.Site.Params.dateFormat | default "2006-01-02" ) }}
</time> </time>
{{ end }} {{ end }}
<br /> <br />
| Tagged | Tagged
{{ with .Page.Params.Tags }}{{ partial "taxonomy/tags.html" . }}{{ end }} {{ with .Page.Params.Tags }}{{ partial "taxonomy/tags.html" . }}{{ end }}
<br />
| ~{{ .FuzzyWordCount }}wrds
(~{{ .ReadingTime }}min)
</div> </div>
{{ .Content }} {{ .Content }}
</article> </article>