15 Commits

Author SHA1 Message Date
drew 7b5eb4f340 Merge pull request 'upgrade Hugo to v0.163.1' (#11) from updates into main
Reviewed-on: #11
2026-06-16 20:18:50 +00:00
drew fb1c99c3f1 upgrade Hugo to v0.163.1 2026-06-16 14:02:29 -06:00
drew b3e3cba8dd Merge pull request 'updates' (#10) from updates into main
Reviewed-on: #10
2026-06-04 17:15:58 +00:00
drew 8066ffd68d update settings
- Deprecation warning, these needed to be updated to the new values.
2026-06-04 11:06:00 -06:00
drew ddf2200e9a upgrade Caddy to v2.11.4 2026-06-04 11:01:02 -06:00
drew 8bcf8cb637 upgrade Hugo to v0.162.0 2026-06-04 11:00:41 -06:00
drew 1f0d463ed4 upgrade blowfish to v2.103.0 2026-06-04 10:59:04 -06:00
drew 587ef5631b Merge pull request 'updates' (#9) from updates into main
Reviewed-on: #9
2026-04-14 20:01:42 +00:00
drew cbdd9be78b upgrade Caddy to v2.11.2 2026-04-14 10:39:49 -06:00
drew 2c867206be upgrade Hugo to v0.160.1 2026-04-14 10:39:37 -06:00
drew 1deb48d727 bump golang version 2026-04-14 10:36:12 -06:00
drew b732da0e22 upgrade blowfish to v2.102.0 2026-04-14 10:35:32 -06:00
drew 9c430a6bee Merge pull request 'upgrade Caddy to v2.11.1' (#8) from caddy into main
Reviewed-on: #8
2026-02-26 18:14:08 +00:00
drew 366a0c63f1 upgrade Caddy to v2.11.1 2026-02-26 10:16:21 -07:00
drew 65e26e5cb6 Merge pull request 'updates' (#7) from updates into main
Reviewed-on: #7
2026-02-12 21:09:36 +00:00
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Package versions # Package versions
ARG HUGO_VERSION="0.155.3" ARG HUGO_VERSION="0.163.1"
ARG CADDY_VERSION="2.10.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
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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 -2
View File
@@ -1,5 +1,5 @@
module git.brds.ca/drew/web module git.brds.ca/drew/web
go 1.25.4 go 1.26.2
require github.com/nunocoracao/blowfish/v2 v2.98.0 // indirect require github.com/nunocoracao/blowfish/v2 v2.103.0 // indirect
+2 -2
View File
@@ -1,2 +1,2 @@
github.com/nunocoracao/blowfish/v2 v2.98.0 h1:2k/f19NwAlhEIq08WOOgbYB4LlzWF2YEhoDoflSH0eU= github.com/nunocoracao/blowfish/v2 v2.103.0 h1:zwGBHMMgpd76+AWC7VxWLuZFctwj24J9FOqCO2OML+8=
github.com/nunocoracao/blowfish/v2 v2.98.0/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk= github.com/nunocoracao/blowfish/v2 v2.103.0/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk=