From 813db4de78020ae414a0b0182af888ad63462b60 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 25 Apr 2025 11:32:03 +0200 Subject: [PATCH] fix(config): update menu structure and adjust weights for blog and search --- config.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 8ffaa06..83ad6c5 100644 --- a/config.yaml +++ b/config.yaml @@ -15,6 +15,7 @@ outputs: section: [HTML, RSS] markup: + defaultMarkdownHandler: goldmark highlight: noClasses: false goldmark: @@ -68,13 +69,17 @@ menu: name: Beamershow pageRef: /beamershow weight: 6 + - identifier: blog + name: Blog/Updates + pageRef: /blog/ + weight: 6 - name: Suche identifier: search - weight: 6 + weight: 8 params: type: search - name: Sourcecode - weight: 7 + weight: 9 url: "https://git.odit.services/lfk" params: icon: gitea