andaze / hugo-jobs

0 stars 0 forks source link

Latest HUGO does not build based on README #22

Open nishidai-andaze opened 2 years ago

nishidai-andaze commented 2 years ago

The cause is probably the following reference

https://github.com/halogenica/beautifulhugo/issues/423

nishidai-andaze commented 2 years ago

I modified the code in my local environment. I want to create a pull request, but I seem to lack permissions to this repository. Can someone help me?

nishidai-andaze commented 2 years ago
PS C:\Users\DaisakuNishikawa(西川大\Documents\GitHub\hugo-jobs> hugo server --config config/config.toml,config/config_devlop.toml
>> 
Start building sites … 
hugo v0.99.1-d524067382e60ce2a2248c3133a1b3af206b6ef1+extended windows/amd64 BuildDate=2022-05-18T11:18:14Z VendorInfo=gohugoio
ERROR 2022/05/25 23:44:45 render of "page" failed: "C:\Users\DaisakuNishikawa(西川大\Documents\GitHub\hugo-jobs\themes\andazejob\layouts\_default\baseof.html:9:7": execute of template failed: template: message/single.html:9:7: executing "message/single.html" at <partial "footer.html" .>: error calling partial: "C:\Users\DaisakuNishikawa(西川大\Documents\GitHub\hugo-jobs\themes\andazejob\layouts\partials\footer.html:34:64": execute of template failed: template: partials/footer.html:34:64: executing "partials/footer.html" at <.URL>: can't evaluate field URL in type page.Page
ERROR 2022/05/25 23:44:45 render of "page" failed: "C:\Users\DaisakuNishikawa(西川大\Documents\GitHub\hugo-jobs\themes\andazejob\layouts\_default\baseof.html:9:7": execute of template failed: template: message/single.html:9:7: executing "message/single.html" at <partial "footer.html" .>: error calling partial: "C:\Users\DaisakuNishikawa(西川大\Documents\GitHub\hugo-jobs\themes\andazejob\layouts\partials\footer.html:34:64": execute of template failed: template: partials/footer.html:34:64: executing "partials/footer.html" at <.URL>: can't evaluate field URL in type page.Page
ERROR 2022/05/25 23:44:45 render of "page" failed: "C:\Users\DaisakuNishikawa(西川大\Documents\GitHub\hugo-jobs\themes\andazejob\layouts\_default\baseof.html:9:7": execute of template failed: template: message/single.html:9:7: executing "message/single.html" at <partial "footer.html" .>: error calling partial: "C:\Users\DaisakuNishikawa(西川大\Documents\GitHub\hugo-jobs\themes\andazejob\layouts\partials\footer.html:34:64": execute of template failed: template: partials/footer.html:34:64: executing "partials/footer.html" at <.URL>: can't evaluate field URL in type page.Page
ERROR 2022/05/25 23:44:45 render of "page" failed: "C:\Users\DaisakuNishikawa(西川大\Documents\GitHub\hugo-jobs\themes\andazejob\layouts\_default\baseof.html:9:7": execute of template failed: template: message/single.html:9:7: executing "message/single.html" at <partial "footer.html" .>: error calling partial: "C:\Users\DaisakuNishikawa(西川大\Documents\GitHub\hugo-jobs\themes\andazejob\layouts\partials\footer.html:34:64": execute of template failed: template: partials/footer.html:34:64: executing "partials/footer.html" at <.URL>: can't evaluate field URL in type page.Page
Error: Error building site: failed to render pages: render of "page" failed: "C:\Users\DaisakuNishikawa(西川大\Documents\GitHub\hugo-jobs\themes\andazejob\layouts\_default\baseof.html:9:7": execute of template failed: template: message/single.html:9:7: executing "message/single.html" at <partial "footer.html" .>: error calling partial: "C:\Users\DaisakuNishikawa(西川大\Documents\GitHub\hugo-jobs\themes\andazejob\layouts\partials\footer.html:34:64": execute of template failed: template: partials/footer.html:34:64: executing "partials/footer.html" at <.URL>: can't evaluate field URL in type page.Page
Built in 335 ms

image

@ameio