I have a circular loop somewhere:
> hugo server -D
Start building sites …
hugo v0.105.0-0e3b42b4a9bdeb4d866210819fc6ddcf51582ffa darwin/arm64 BuildDate=2022-10-28T12:29:05Z VendorInfo=gohugoio
Error: Error building site: "/path/to/_index.md:1:1": timed out initializing value. You may have a circular loop in a shortcode, or your site may have resources that take longer to build than the `timeout` limit in your Hugo config file.
Built in 30124 ms
I am not sure how the circular detection works in Hugo.
The feature idea is this: somehow printing the circular path, to aid in root causing. Do the Hugo devs think this is a feasible feature?