wangchucheng / hugo-eureka

Eureka is a feature-rich and highly customizable Hugo theme.
https://www.wangchucheng.com/en/docs/hugo-eureka/
Apache License 2.0
920 stars 192 forks source link

Module Does not Exist #202

Closed brimwats closed 2 years ago

brimwats commented 2 years ago

I updated by both downloading the repository and doing git submodule update

I now get

Error: module "wangchucheng.com/hugo-marble/utils" not found; either add it as a Hugo Module or store it in "...\\themes".: module does not exist

wangchucheng commented 2 years ago

This is because you use the latest commit in main branch which needs extra config. You should use one of the releases (e.g. v0.9.3) instead for stable use.

brimwats commented 2 years ago

thanks!