boratanrikulu / eternity

A minimalist Hugo theme designed for portfolio sites.
https://eternity.bora.sh
MIT License
237 stars 78 forks source link

Error building site: render: failed to render pages: render of "page" failed #68

Closed VenusXK closed 9 months ago

VenusXK commented 1 year ago

After finishing cp -r ./themes/eternity/example/eternity.bora.sh/* ., I runed command hugo serve, then I met the following errors:

Start building sites …
hugo v0.118.2-da7983ac4b94d97d776d7c2405040de97e95c03d windows/amd64 BuildDate=2023-08-31T11:23:51Z VendorInfo=gohugoio

ERROR render of "page" failed: "D:\github\xxx\yoursite\themes\eternity\layouts\_default\single.html:1:3": execute of template failed: template: _default/single.html:1:3: executing "_default/single.html" at <partial "header.html" .>: error calling partial: partial "header.html" timed out after 30s. This is most likely due to infinite recursion. If this is just a slow template, you can try to increase the 'timeout' config setting.
Built in 120038 ms
Error: error building site: render: failed to render pages: render of "page" failed: "D:\github\xxx\yoursite\themes\eternity\layouts\_default\single.html:1:3": execute of template failed: template: _default/single.html:1:3: executing "_default/single.html" at <partial "header.html" .>: error calling partial: partial "header.html" timed out after 30s. This is most likely due to infinite recursion. If this is just a slow template, you can try to increase the 'timeout' config setting.

I tried few version of hugo, but none of them works:

I am using an environment of amd64 windows11

I am not a go learner but only learned some basic knowledge on how to write a theme, I can't fix it right now : (

Thanks for giving a help : )

boratanrikulu commented 11 months ago

Do you still have the issue? @VenusXK

boratanrikulu commented 11 months ago

This may happen if you have slow internet connection. Because the demo site downloads many pictures from the internet. Just delete some of posts and re-try please.

boratanrikulu commented 9 months ago

[!WARNING]
This project is currently not being actively maintained.
Please do not create new issues on GitHub.