openshift-pipelines / pipelines-as-code

Pipelines-as-Code for Tekton
https://pipelinesascode.com
Apache License 2.0
137 stars 82 forks source link

Fix hugo-book theme deprecation errors #1776

Closed chmouel closed 1 month ago

chmouel commented 1 month ago

errors and warnings fixed are:

WARN  deprecated: resources.ToCSS was deprecated in Hugo v0.128.0 and
will be removed in a future release. Use css.Sass instead.
WARN deprecated: .Sites.First was deprecated in Hugo v0.127.0 and will be
removed in a future release. Use .Sites.Default instead.
ERROR deprecated: .Site.IsMultiLingual was deprecated in Hugo v0.124.0 and
will be removed in Hugo 0.137.0. Use hugo.IsMultilingual instead.

this update the hugo-theme to v10 Fixes issue #1775