nunocoracao / blowfish

Personal Website & Blog Theme for Hugo
https://blowfish.page
MIT License
1.41k stars 397 forks source link

ERROR deprecated: data.GetJSON was deprecated in Hugo v0.123.0 and will be removed in Hugo 0.136.0. use resources .Get or resources.GetRemote with transform.Unmarshal. #1757

Open harisheoran opened 4 days ago

harisheoran commented 4 days ago

Describe the bug Unable to start the website locally due to this error

ERROR deprecated: data.GetJSON was deprecated in Hugo v0.123.0 and will be removed in Hugo 0.136.0. use resources .Get or resources.GetRemote with transform.Unmarshal.

To Reproduce Steps to reproduce the behavior: Execute this command - hugo server

Expected behavior Run the website

Desktop (please complete the following information):

Hugo & Blowfish versions Hugo v0.135.0+extended Blowfish v2.77.1

Additional context Add any other context about the problem here.

StandingPadAnimations commented 4 days ago

Do you have any additional themes/shortcodes that use getJSON? Blowfish hasn't used getJSON in a good while

harisheoran commented 4 days ago

No, I am not using additional themes or shortcodes, only from Blowfish documentation.