Date: Sat, 19 Oct 2024 11:31:36 +0000 From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 282193] Hugo warnings: deprecated: resources.ToCSS was deprecated Message-ID: <bug-282193-9@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282193 Bug ID: 282193 Summary: Hugo warnings: deprecated: resources.ToCSS was deprecated Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Books & Articles Assignee: doc@FreeBSD.org Reporter: wosch@FreeBSD.org I built the documentation and got a warning from Hugo: cd freebsd-doc make -s=20 WARN deprecated: resources.ToCSS was deprecated in Hugo v0.128.0 and will = be removed in a future release. Use css.Sass instead. git grep resources.ToCSS documentation/themes/beastie/layouts/partials/site-head.html: {{- $style= s :=3D resources.Get "styles/main.scss" | resources.ToCSS | resources.Minify }} documentation/themes/beastie/layouts/partials/site-head.html: {{- $style= s :=3D resources.Get "styles/main.scss" | resources.ToCSS | resources.Minify }} --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282193-9>