kaapiandcode / hugo-goa

Simple Minimalistic Theme for Hugo
https://kaapiandcode.github.io/hugo-goa-demo/
MIT License
264 stars 128 forks source link

Compile error #96

Closed shenwei356 closed 2 years ago

shenwei356 commented 3 years ago

Using hugo 0.80.0 or newer version in 2019 failed to parse the example site:

cd themes/hugo-goa/exampleSite/
hugo server

Error: Error building site: failed to render pages: render of "home" failed: "/home/shenwei/shenwei/scripts/github/shenwei.me/themes/hugo-goa/exampleSite/themes/hugo-goa/layouts/index.html:3:21": execute of template failed: template: index.html:9:3: executing "index.html" at <partial "main_menu.html" .>: error calling partial: "/home/shenwei/shenwei/scripts/github/shenwei.me/themes/hugo-goa/exampleSite/themes/hugo-goa/layouts/partials/main_menu.html:3:21": execute of template failed: template: partials/main_menu.html:3:21: executing "partials/main_menu.html" at <.Site.Menus.main>: can't evaluate field Site in type navigation.Menu

parvez0 commented 3 years ago

Hey shenwei created a pull request for this issue here #97

shenwei356 commented 3 years ago

Good to see it!