alex-shpak / hugo-book

Hugo documentation theme as simple as plain book
https://hugo-book-demo.netlify.app
MIT License
3.4k stars 1.17k forks source link

use .Sites.Default instead of .Sites.First #622

Closed grimreaper closed 5 days ago

grimreaper commented 4 months ago

Problem

The warning

INFO  deprecated: .Sites.First was deprecated in Hugo v0.127.0 and will be removed in a future release. Use .Sites.Default instead.

appears

Solution

Follow the warning. Use .Sites.Default

anthraxx commented 1 month ago

gentle ping @alex-shpak

alex-shpak commented 1 month ago

Hi! Please also bump minimum required version and build version, right now min version is 1.124 and I think .Sites.Default is no available there yet

https://github.com/alex-shpak/hugo-book/blob/master/.github/workflows/main.yml#L12

Otherwise LGTM

grimreaper commented 1 month ago

I updated the minimum version to 0.124.0. I believe this is the correct.