From d0577aec91109104e07dbb0ee3fd39fe37865610 Mon Sep 17 00:00:00 2001
From: Ben Goldsworthy <admin@bengoldsworthy.net>
Date: Mon, 27 Jan 2025 23:34:04 +0100
Subject: [PATCH] build(hugo): remove max version requirement

---
 config/_default/config.yaml | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/config/_default/config.yaml b/config/_default/config.yaml
index 2719d80..710db1b 100644
--- a/config/_default/config.yaml
+++ b/config/_default/config.yaml
@@ -2,9 +2,8 @@ module:
   hugoVersion:
     extended: true
     min: "0.140.0"
-    max: "0.140.2"
 
-baseURL: 'https://example.com/'
+baseURL: "https://example.com/"
 languageCode: en-gb
 title: Omphaloskepsis 2
 
@@ -17,15 +16,15 @@ params:
     name: John Smith
     email: admin@example.com
   description:
-  reportIssueURL: '/Rumperuu/Omphaloskepsis-2/issues'
-  codeURL: 'https://code.bengoldsworthy.net'
+  reportIssueURL: "/Rumperuu/Omphaloskepsis-2/issues"
+  codeURL: "https://code.bengoldsworthy.net"
   feedIcon: /images/feed-icon.svg
-  keyFile: 
+  keyFile:
   mainSections:
     - blog
     - portfolio
     - cv
-  pre_nominals: 
+  pre_nominals:
   post_nominals:
   redact: skip
 
@@ -42,7 +41,7 @@ taxonomies:
   organisation: organisations
   location: locations
   soc: socs
-# colleague: colleagues
+  # colleague: colleagues
   skill: skills
   area: areas
 
@@ -56,13 +55,13 @@ markup:
       passthrough:
         delimiters:
           block:
-          - - \[
-            - \]
-          - - $$
-            - $$
+            - - \[
+              - \]
+            - - $$
+              - $$
           inline:
-          - - \(
-            - \)
+            - - \(
+              - \)
         enable: true
 
 ignoreErrors: