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
923 stars 192 forks source link

Issue with installation #214

Closed RenaudDev closed 2 years ago

RenaudDev commented 2 years ago

Describe the bug

Hi. I followed all the steps outlined here: https://www.wangchucheng.com/en/docs/hugo-eureka/getting-started/

and installed using submodule.

When I type hugo

I get this

Start building sites … 
hugo v0.99.1-d524067382e60ce2a2248c3133a1b3af206b6ef1 windows/amd64 BuildDate=2022-05-18T11:18:14Z VendorInfo=gohugoio
WARN 2022/10/11 09:53:24 Param 'hero' in params.toml is deprecated and will be removed in Eureka v1.0.0. See https://www.wangchucheng.com/en/docs/hugo-eureka/homepage-configuration/
Error: Error building site: POSTCSS: failed to transform "css/eureka.css" (text/css): resource "css/css/eureka.css_e15155940383ab15df770a6225032646" not found in file cache
Total in 793 ms

To Reproduce

Does this issue reproduce with the latest release? I use version v.0.9.3

Steps to reproduce the behavior:

  1. Go through installation process via submodule..

Expected behavior

A built website

Screenshots

If applicable, add screenshots to help explain your problem.

Environment

Add any other context about the problem here.

wangchucheng commented 2 years ago

Hi @RenaudDev,

I think it is because of Hugo Version. Hugo introduces a new feature which makes the cache incompatible with previous versions. So you can upgrade to Hugo v100.0+ and this issue should be solved.