From fbfcba5f633fa5bee8746fcc39f2dd73fffd4fa8 Mon Sep 17 00:00:00 2001 From: ash Date: Tue, 26 May 2026 13:46:55 +0100 Subject: [PATCH] Updating hugo --- .gitmodules | 0 config/_default/hugo.toml | 3 ++- go.mod | 5 +++++ go.sum | 2 ++ 4 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 .gitmodules create mode 100644 go.mod create mode 100644 go.sum diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29..0000000 diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 8e16303..d7726b3 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -2,7 +2,8 @@ # Refer to the theme docs for more details about each of these parameters. # https://blowfish.page/docs/getting-started/ -theme = "blowfish" # UNCOMMENT THIS LINE +[[module.imports]] + path = "github.com/nunocoracao/blowfish/v2" baseURL = "https://ashmarlow.co.uk" defaultContentLanguage = "en" diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..c657002 --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module git.marlow.quest/ash/website + +go 1.26.3 + +require github.com/nunocoracao/blowfish/v2 v2.103.0 // indirect diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..58c9cdb --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +github.com/nunocoracao/blowfish/v2 v2.103.0 h1:zwGBHMMgpd76+AWC7VxWLuZFctwj24J9FOqCO2OML+8= +github.com/nunocoracao/blowfish/v2 v2.103.0/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk=