boratanrikulu / eternity

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

Installation failed, hugo serve compilation error (render of "term" failed) #19

Closed asrob closed 1 year ago

asrob commented 1 year ago

Hi!

First of all, thank you for this theme! :) I would like to use in my hobby project, but I have a little problem with installation. I would show my steps so as to you can reproduce this:

What am I missing?

asrob commented 1 year ago

Extra information: I've just tried it with version 1.3.0 and that works well.

asrob commented 1 year ago

Another update: 1.3.6 also works well, >=1.3.7 will be failed.

boratanrikulu commented 1 year ago

Hi @asrob,

Thank you for the issue.
Looks like it's caused by downloading images from Unsplash. Maybe it's better to stop using remote images in the example project and download all images to the repo, I'm not sure yet.
Could you please re-try withempty-content method, cp ./themes/eternity/config.example.yaml ./config.yaml, instead of example project usage.

asrob commented 1 year ago

Hi @boratanrikulu,

Yes, that was the issue. Thank you very much! :)

boratanrikulu commented 1 year ago

Okay, let's close this issue. I'll take a look if anyother issue occurs.
Seems example project works with this command;

hugo new site yoursite && cd yoursite && rm config.toml && git init && git submodule add --depth=1 https://github.com/boratanrikulu/eternity.git themes/eternity && cp -r ./themes/eternity/example/eternity.bora.sh/* . && hugo serve --port 1313

If there's any error, it means something wrong with Unsplash images.