From 7bd8f6e87ab93ec3e2cd0887e8f27d294e5bd4a0 Mon Sep 17 00:00:00 2001 From: MoritzWeber0 Date: Sun, 28 Jun 2026 22:34:53 +0200 Subject: [PATCH] chore: Set minimum hugo version in `hugo.yaml` --- hugo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hugo.yaml b/hugo.yaml index 1391e328..8bd10736 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -30,6 +30,8 @@ module: target: "static/css/@fontsource" - source: "node_modules/@material-symbols/svg-700/rounded" target: "static/icons/material-symbols-rounded" + hugoVersion: + min: "0.160.1" related: includeNewer: true