Hey everyone.
I wanted to use the giraffe academy hugo theme (GitHub - giraffeacademy/ga-hugo-theme: A "Hugo - Static Site Generator" theme used in Giraffe Academy's Hugo course.) again for some tests, but after updating hugo (from about 0.110 to 0.139) the theme gives an error when trying to build it.
The steps to reproduce are simple:
make a new project
add the theme to themes folder
edit hugo.toml to include the theme
add a basic markdown file (with draft set to false or the line deleted in the front matter), e.g. with hugo new site.md
run hugo server
The error I get is the following
execute of template failed at <.URL>: can’t evaluate field URL in type page.Page
I saw in a post that this apparently can happen sometimes and resetting things, i.e. reinstalling things can help. However, every other theme, even complex ones, are working just fine. My first thought was, that the theme was outdated and something is handled differently now.
Does it work for you still? And what could be the cause of such different behaviours? Is there a “wrong” way to install/update hugo that can cause this?
(and the reason I didn’t try reinstalling things etc. yet is, that the things that are important do work. I need this one just for testing a few things)
Thank you all