Compare commits

...

2 Commits

Author SHA1 Message Date
ash fbfcba5f63 Updating hugo 2026-05-26 13:46:55 +01:00
ash 14293b5acc migration: remove blowfish git submodule 2026-05-26 13:32:48 +01:00
5 changed files with 9 additions and 5 deletions
-3
View File
@@ -1,3 +0,0 @@
[submodule "themes/blowfish"]
path = themes/blowfish
url = https://github.com/nunocoracao/blowfish.git
+2 -1
View File
@@ -2,7 +2,8 @@
# Refer to the theme docs for more details about each of these parameters. # Refer to the theme docs for more details about each of these parameters.
# https://blowfish.page/docs/getting-started/ # https://blowfish.page/docs/getting-started/
theme = "blowfish" # UNCOMMENT THIS LINE [[module.imports]]
path = "github.com/nunocoracao/blowfish/v2"
baseURL = "https://ashmarlow.co.uk" baseURL = "https://ashmarlow.co.uk"
defaultContentLanguage = "en" defaultContentLanguage = "en"
+5
View File
@@ -0,0 +1,5 @@
module git.marlow.quest/ash/website
go 1.26.3
require github.com/nunocoracao/blowfish/v2 v2.103.0 // indirect
+2
View File
@@ -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=
Submodule themes/blowfish deleted from da8ca782aa