[Bug 282193] Hugo warnings: deprecated: resources.ToCSS was deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Oct 2024 11:31:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282193 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 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: {{- $styles := resources.Get "styles/main.scss" | resources.ToCSS | resources.Minify }} documentation/themes/beastie/layouts/partials/site-head.html: {{- $styles := resources.Get "styles/main.scss" | resources.ToCSS | resources.Minify }} -- You are receiving this mail because: You are the assignee for the bug.