hugo-mods / icons

A Hugo icon system module that scales.
https://hugo-mods.github.io/#icons
Apache License 2.0
23 stars 3 forks source link

Module is not compatible with this Hugo version?? #4

Closed tig closed 2 years ago

tig commented 2 years ago

Fairly new to both Hugo and Go. What am I doing wrong?

hugo v0.92.0-B3549403 windows/amd64 BuildDate=2022-01-12T08:23:18Z VendorInfo=gohugoio

hugo mod get -u
hugo: downloading modules …
go: downloading github.com/hugo-mods/icons v0.0.0-20211204094455-ce8763589b4a
go get: added github.com/hugo-mods/icons v0.0.0-20211204094455-ce8763589b4a
hugo: collected modules in 26513 ms
WARN 2022/01/26 10:37:12 Module "github.com/hugo-mods/icons" is not compatible with this Hugo version; run "hugo mod graph" for more information.
hugo mod graph
hugo: collected modules in 508 ms
WARN 2022/01/26 10:37:23 Module "github.com/hugo-mods/icons" is not compatible with this Hugo version; run "hugo mod graph" for more information.
github.com/tig/kindelwww github.com/hugo-mods/icons@v0.0.0-20211204094455-ce8763589b4a
github.com/hugo-mods/icons@v0.0.0-20211204094455-ce8763589b4a github.com/FortAwesome/Font-Awesome@v0.0.0-20210316185733-d79d85c3fad8
github.com/tig/kindelwww ananke

Help!

Thanks.

kdevo commented 2 years ago

Hi @tig

You don't seem to be using the extended version of Hugo as required by the module, right?

Installing it will likely solve the problem. I'll re-evaluate if the extended version is needed at all for this module.