jweslley / hugo-conference

The easiest way to create websites for conference/events
https://jweslley.github.io/hugo-conference/
MIT License
44 stars 37 forks source link

<.Hugo.Generator>: can't evaluate field Hugo in type *hugolib.pageState #7

Open Azuredevmuc opened 1 year ago

Azuredevmuc commented 1 year ago

Hey all, thanks for creating this nice theme. There is an issue by executing it with the latest version of gohugo. You need to change < .Hugo.Generator > with < hugo.Generator > to get it running in the config.yml

Hope this helps others too :)

ll3N1GmAll commented 9 months ago

I am having this issue as well. However, after changing Hugo.Generator to hugo.Generator in the index.html file in newsite/themes/hugo-conference/layouts I am still getting the same error. Am I missing this? Where is this supposed to be changed? My error points out this file and line number specifically which leads me to a line with only - {{ .Hugo.Generator }}

Am I missing this in another area?

mattiasaxell commented 6 months ago

We got it running in https://github.com/DFRI/hugo-conference by changing it in the place you mentioned @ll3N1GmAll