Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Sat, 16 May 2026 17:26:55 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #4075: docs: restructure site, compatibility page, changelog-driven releases In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 4467607565 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 4075 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/4075#issuecomment-4467607565 Content-Type: text/plain; charset=utf-8 > The error is "Hugo not Extended" — `docs/layouts/_default/baseof.html` uses `css.Sass`, which only works in the extended Hugo build. Your hugo version shows windows/arm64 without a `+extended` tag. > > Fix: > > ``` > scoop install hugo-extended # or: choco install hugo-extended / winget install Hugo.Hugo.Extended > hugo version # should now print: hugo v0.161.1+extended windows/arm64 ... > ``` > > Or download hugo_extended_*_windows-arm64.zip from https://github.com/gohugoio/hugo/releases. > > I'll extend the build so it also parse hugo version and fail with a clear message if `+extended` is missing, so the next person hits a readable Gradle error instead of an SCSS stack trace. Same error ```ERROR deprecated: The "_build" front matter key was deprecated in Hugo 0.145.0 and subsequently removed. Use "build" instead. See https://gohugo.io/content-management/build-options. WARN deprecated: .Site.Data was deprecated in Hugo v0.156.0 and will be removed in a future release. Use hugo.Data instead. Built in 1098 ms ERROR error building site: logged 1 error(s)``` with hugo version hugo v0.161.1-ea8f66a7ce988664dcc84c052fc96757042e2e4a+extended windows/amd64 BuildDate=2026-04-29T13:56:01Z VendorInfo=gohugoio