HUGOのバージョン変更
hugoのバージョン変更
サイト作成時から変更していなかったので、バージョンを変更しました。 0.103.1から0.150.1に変更した際のメモです。
ERROR at ‘pagenate’
ERROR deprecated: site config key paginate was deprecated in Hugo v0.128.0 and subsequently removed. Use pagination.pagerSize instead.対応
configの’Paginate’を’pagination.pagerSize’へ変更。
ERROR at ‘resources.ToCSS’
ERROR deprecated: resources.ToCSS was deprecated in Hugo v0.128.0 and subsequently removed. Use css.Sass instead.対応
configの’resources.ToCSS’を’css.Sass’へ変更。
ERROR at ‘.Params.Get’
ERROR render of "/*省略*/content/hugo/hugo-amp-structured-data/index.md" failed: "/*省略*/layouts/_default/single.html:7:6": execute of template failed: template: single.html:7:6: executing "main" at <.Content>: error calling Content: "/*省略*/content/hugo/hugo-amp-structured-data/index.md:20:1": failed to render shortcode "amp-img": failed to process shortcode: "/*省略*/layouts/shortcodes/amp-img.html:6:23": execute of template failed: template: _shortcodes/amp-img.html:6:23: executing "_shortcodes/amp-img.html" at <.Params.Get>: Get is not a method but has arguments対応
shortcodesの’Params.Get “key”‘を’Params.key’へ変更。
WARN at ‘kind’
WARN deprecated: kind in front matter was deprecated in Hugo v0.144.0 and will be removed in a future release.対応
コンテンツのfront matterの’kind’を’type’へ変更。
レイアウトが崩れた
レイアウトが崩れました。
.Summary の仕様がv0.134.0で変更になったのが原因でした。
対応
.Summary からタグを除き、長さを揃える。