bowman2001 / perplex

A Hugo theme to publish technical content (docs, news, blog, articles)
https://perplex.desider.at
Apache License 2.0
27 stars 11 forks source link

Getting error on new install #158

Closed jaysridhar closed 7 months ago

jaysridhar commented 7 months ago

On a fresh install of hugo 0.120.4, I am getting the following error:

WARN  Module "perplex" is not compatible with this Hugo version; run "hugo mod graph" for more information.
WARN  Module "github.com/bowman2001/hugo-mod-image" is not compatible with this Hugo version; run "hugo mod graph" for more information.

What is going on?

bowman2001 commented 7 months ago

I don’t know your configuration, but I’m guessing that you need the extended Hugo version. The image module requires WEBP, which is not included in the standard Hugo binary.

jaysridhar commented 7 months ago

Thanks for the quick reply.

I just downloaded a pre-built hugo binary from the hugo website. Is there a specific version I need?

Thanks again.

On Sat, Feb 10, 2024 at 5:23 PM Georg Makowski @.***> wrote:

I don’t know your configuration, but I’m guessing that you need the extended Hugo version. The image module requires WEBP, which is not included in the standard Hugo binary.

— Reply to this email directly, view it on GitHub https://github.com/bowman2001/perplex/issues/158#issuecomment-1936984943, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACGWQ3RRU3QAE67UMQAN7KTYS5NSZAVCNFSM6AAAAABDCQRSHKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZWHE4DIOJUGM . You are receiving this because you authored the thread.Message ID: @.***>

-- Regards Jay

bowman2001 commented 7 months ago

The latest release is fine, currently 0.122.0 extended version.