From f8a3fdccfc01dcef1e7fc857afc8cf446ffa5e19 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Thu, 19 Feb 2026 23:14:38 +0100 Subject: [PATCH] feat: reduce summary length --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 339ee55..85dab76 100755 --- a/config.toml +++ b/config.toml @@ -2,6 +2,7 @@ baseurl = "https://mehl.mx/" languageCode = "en-GB" title = "Max Mehl" theme = [ "hugo-sustain", "hugo-cloak-email", "hugo-mastodon-comments", "hugo-snap-gallery" ] +summaryLength = 50 [markup.highlight] codeFences = true