Compare commits

...

2 Commits

Author SHA1 Message Date
1924342d21 update profile image
All checks were successful
Website build and deploy / build (push) Successful in 1m21s
2025-11-28 22:29:56 +01:00
e63cff37eb feat: use avatar picture variable in metadata 2025-11-28 22:29:44 +01:00
4 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ style = "emacs"
blog = "/blog/:year/:slug" blog = "/blog/:year/:slug"
[params] [params]
avatar = "profile.jpg" avatar = "profile.png"
author = "Max Mehl" author = "Max Mehl"
description = "Open Source expert with background in tech and policy. Focused on strategy, governance, and software supply chains. Building sustainable digital environments." description = "Open Source expert with background in tech and policy. Focused on strategy, governance, and software supply chains. Building sustainable digital environments."
keywords = "open source, free software, Deutsche Bahn, DB Systel, FSFE, management, campaign, communication, strategy, konstanz, berlin, munster, IT service, politics, administration, scouts, founder" keywords = "open source, free software, Deutsche Bahn, DB Systel, FSFE, management, campaign, communication, strategy, konstanz, berlin, munster, IT service, politics, administration, scouts, founder"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

BIN
static/img/profile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -12,7 +12,7 @@
{{- $title = print .Site.Title " | " .Title -}} {{- $title = print .Site.Title " | " .Title -}}
{{- end -}} {{- end -}}
{{- end -}} {{- end -}}
{{- $image := "/img/profile.jpg" -}} {{- $image := path.Join "/img" .Site.Params.avatar -}}
{{- if isset .Params "headerimage" }} {{ $image = print "img/" .Params.headerimage }} {{ end -}} {{- if isset .Params "headerimage" }} {{ $image = print "img/" .Params.headerimage }} {{ end -}}
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />