From 97efeb8af6a8f7db1e2fb86f17072b6701064355 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Thu, 12 Feb 2026 22:57:49 +0100 Subject: [PATCH] feat: add image processing, improvements --- .../blog/2025-03-lwn-burden-of-knowledge.md | 2 +- .../2025-12-openrailday-moderation/index.md | 2 -- themes/hugo-sustain/assets/scss/default.scss | 4 +++ .../hugo-sustain/layouts/_default/list.html | 2 +- .../layouts/partials/blog/headerimage.html | 10 ++++-- .../layouts/partials/blog/pre-headline.html | 12 ++++--- .../layouts/partials/blog/verb.html | 2 +- .../layouts/partials/image-processing.html | 32 +++++++++++++++++++ 8 files changed, 55 insertions(+), 11 deletions(-) create mode 100644 themes/hugo-sustain/layouts/partials/image-processing.html diff --git a/content/blog/2025-03-lwn-burden-of-knowledge.md b/content/blog/2025-03-lwn-burden-of-knowledge.md index c7edee7..b68b92f 100644 --- a/content/blog/2025-03-lwn-burden-of-knowledge.md +++ b/content/blog/2025-03-lwn-burden-of-knowledge.md @@ -3,7 +3,7 @@ title: "The burden of knowledge: dealing with open-source risks" date: 2025-03-10 categories: - english - - news + - article tags: - OSPO - Community diff --git a/content/blog/2025-12-openrailday-moderation/index.md b/content/blog/2025-12-openrailday-moderation/index.md index cd34fa5..e5f57da 100644 --- a/content/blog/2025-12-openrailday-moderation/index.md +++ b/content/blog/2025-12-openrailday-moderation/index.md @@ -18,5 +18,3 @@ event: --- I had the pleasure to moderate the OpenRail Day 2025 in Paris, organised by the [OpenRail Association](https://openrailassociation.org) to share knowledge and experiences about open source software in the railway industry. The event featured several talks and panel discussions with experts from different companies and organisations involved in open source projects related to railways. - -![](openrailday-stage.jpg) diff --git a/themes/hugo-sustain/assets/scss/default.scss b/themes/hugo-sustain/assets/scss/default.scss index 7c033e4..0c640bf 100755 --- a/themes/hugo-sustain/assets/scss/default.scss +++ b/themes/hugo-sustain/assets/scss/default.scss @@ -336,6 +336,10 @@ pre code { } } + h4 span { + cursor: default; + } + h1, h4 a { color: var(--primary-color-dark); diff --git a/themes/hugo-sustain/layouts/_default/list.html b/themes/hugo-sustain/layouts/_default/list.html index 2ba3dce..01d6bda 100644 --- a/themes/hugo-sustain/layouts/_default/list.html +++ b/themes/hugo-sustain/layouts/_default/list.html @@ -63,7 +63,7 @@ {{ range .Paginator.Pages.ByPublishDate.Reverse }}

- {{- partial "blog/pre-headline.html" . -}} + {{ partial "blog/pre-headline.html" . -}} {{ .Title | markdownify }}