From a9f4adc73532fd766fe682a8605733e2a9425f7f Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 15 Jun 2026 22:33:27 -0400 Subject: [PATCH 1/2] Hugo: bump hugo-extended to 0.163.2 - Update the hugo-extended dev dependency from 0.163.1 to 0.163.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32874b989c..1445923f35 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "devDependencies": { "autoprefixer": "^10.5.0", "cross-env": "^10.1.0", - "hugo-extended": "0.163.1", + "hugo-extended": "0.163.2", "postcss-cli": "^11.0.1", "rtlcss": "^4.3.0" }, From 2d9bf8f62f9b58496496ab7e0ff64b799d04ae48 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 16 Jun 2026 14:19:56 -0400 Subject: [PATCH 2/2] Adopt latest Docsy theme @ main - Pins the Docsy theme module to 6fdfd21b (google/docsy main), picking up the merged Hugo 0.163.2 build and the sizeless favicon links. - Updates the favicon test to expect `` without `sizes`, matching the theme's current output. - Fixes the local workspace path in `docsy.work` to `../docsy/theme/`, reflecting the theme's move into a `theme/` subdirectory. --- docsy.work | 2 +- go.mod | 2 +- go.sum | 4 ++-- tests/favicons.test.mjs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docsy.work b/docsy.work index 074dc2a129..5f8419019b 100644 --- a/docsy.work +++ b/docsy.work @@ -1,5 +1,5 @@ go 1.19 use . -use ../docsy/ // Local docsy clone resides in sibling folder to this project +use ../docsy/theme/ // Local docsy clone resides in sibling folder to this project // use ./themes/docsy/ // Local docsy clone resides in themes folder diff --git a/go.mod b/go.mod index 673eaf706b..e8c7cd3964 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/google/docsy-example go 1.12 -require github.com/google/docsy/theme v0.0.0-20260614124843-f516706840c3 // indirect +require github.com/google/docsy/theme v0.0.0-20260616181543-6fdfd21b0350 // indirect diff --git a/go.sum b/go.sum index 6ec45ab704..14dcb0fb08 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,6 @@ github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 h1:/iluJkJiyTAdnqrw3Yi9rH2HNHhrrtCmj8VJe7I6o3w= github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo= -github.com/google/docsy/theme v0.0.0-20260614124843-f516706840c3 h1:5iDfW1iwC8gZ3caayHWOyukUG4C7MLb1aL1l+vBP2yc= -github.com/google/docsy/theme v0.0.0-20260614124843-f516706840c3/go.mod h1:CGCFFJjc3PAYexPDsQqTbB3/lWnncwlwKLnSQkDaaF0= +github.com/google/docsy/theme v0.0.0-20260616181543-6fdfd21b0350 h1:YImQFnOmgF/CRRvefjR0d86cQ349yhzRRBtSZmho4Jk= +github.com/google/docsy/theme v0.0.0-20260616181543-6fdfd21b0350/go.mod h1:CGCFFJjc3PAYexPDsQqTbB3/lWnncwlwKLnSQkDaaF0= github.com/twbs/bootstrap v5.3.8+incompatible h1:eK1fsXP7R/FWFt+sSNmmvUH9usPocf240nWVw7Dh02o= github.com/twbs/bootstrap v5.3.8+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= diff --git a/tests/favicons.test.mjs b/tests/favicons.test.mjs index 9ed06d07a7..023c3e9150 100644 --- a/tests/favicons.test.mjs +++ b/tests/favicons.test.mjs @@ -21,7 +21,7 @@ test('the home page links the favicons supplied in static/', (t) => { const h = head(home); assert.match( h, - //, + //, 'links favicon.ico', ); assert.match(