Compare commits
4 Commits
587ef5631b
...
8066ffd68d
| Author | SHA1 | Date | |
|---|---|---|---|
|
8066ffd68d
|
|||
|
ddf2200e9a
|
|||
|
8bcf8cb637
|
|||
|
1f0d463ed4
|
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
# Package versions
|
# Package versions
|
||||||
ARG HUGO_VERSION="0.160.1"
|
ARG HUGO_VERSION="0.162.0"
|
||||||
ARG CADDY_VERSION="2.11.2"
|
ARG CADDY_VERSION="2.11.4"
|
||||||
|
|
||||||
# Stage 1: Build
|
# Stage 1: Build
|
||||||
FROM core.harbor.brds.ca/d-b.ca/hugo-builder:${HUGO_VERSION} AS builder
|
FROM core.harbor.brds.ca/d-b.ca/hugo-builder:${HUGO_VERSION} AS builder
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# https://blowfish.page/docs/getting-started/
|
# https://blowfish.page/docs/getting-started/
|
||||||
|
|
||||||
baseURL = "https://d-b.ca/"
|
baseURL = "https://d-b.ca/"
|
||||||
languageCode = "en"
|
locale = "en"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
|
|
||||||
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
disabled = false
|
disabled = false
|
||||||
languageCode = "en"
|
locale = "en"
|
||||||
languageName = "English"
|
label = "English"
|
||||||
weight = 1
|
weight = 1
|
||||||
title = "Drew Bowering"
|
title = "Drew Bowering"
|
||||||
|
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ module git.brds.ca/drew/web
|
|||||||
|
|
||||||
go 1.26.2
|
go 1.26.2
|
||||||
|
|
||||||
require github.com/nunocoracao/blowfish/v2 v2.102.0 // indirect
|
require github.com/nunocoracao/blowfish/v2 v2.103.0 // indirect
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
github.com/nunocoracao/blowfish/v2 v2.102.0 h1:I5OdyUy4gGOZo3IyhewUk55u8Johmoex7LrvboChie8=
|
github.com/nunocoracao/blowfish/v2 v2.103.0 h1:zwGBHMMgpd76+AWC7VxWLuZFctwj24J9FOqCO2OML+8=
|
||||||
github.com/nunocoracao/blowfish/v2 v2.102.0/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk=
|
github.com/nunocoracao/blowfish/v2 v2.103.0/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk=
|
||||||
|
|||||||
Reference in New Issue
Block a user