MunifTanjim / minimo

Minimo - Minimalist theme for Hugo
https://minimo.netlify.app
MIT License
548 stars 218 forks source link

Hugo v0.121.1 marks minimo as not compatible #346

Open nxadm opened 8 months ago

nxadm commented 8 months ago

Hi,

The latest version of Hugo (1.21.1 on arm64, downloaded from their github releases) marks the latest minimo (top of master) as "not compatible":

$ hugo
WARN  Module "minimo" is not compatible with this Hugo version; run "hugo mod graph" for more information.
Start building sites …
hugo v0.121.1-00b46fed8e47f7bb0a85d7cfc2d9f1356379b740 linux/arm64 BuildDate=2023-12-08T08:47:45Z VendorInfo=gohugoio

                   | EN
-------------------+-----
  Pages            | 96
  Paginator pages  |  0
  Non-page files   | 25
  Static files     | 30
  Processed images |  0
  Aliases          | 33
  Sitemaps         |  1
  Cleaned          |  0

Total in 168 ms
$ hugo mod graph
WARN  Module "minimo" is not compatible with this Hugo version; run "hugo mod graph" for more information.
project minimo

The site itself look OK. Probably because for now it's a warning, but it may turn to breakage later.

Thank you!

iromeister commented 5 months ago

Is this a serious issue for anyone or can I safely ignore it for now? I'm blocking the Hugo update to be safe.

iromeister commented 3 weeks ago

Any news on this since December/March?