curtiscde / hugo-theme-massively

Massively theme for Hugo static site generator
https://hugo-theme-massively.netlify.app
Other
154 stars 139 forks source link

Supported Hugo version #111

Closed Trickx closed 2 years ago

Trickx commented 2 years ago

config.toml defines a maximum supported version of Hugo 0.94.2. What about newer versions? Are there known issues or newer version simply haven't been tested, yet?

[module]
  [module.hugoVersion]
    min = "0.54.0"
    max = "0.94.2"

config.toml

curtiscde commented 2 years ago

Hi @Trickx 🙂

It is just defined as a max version of 0.94.2 as that is the latest version to have been ran against the automated tests, there's every chance newer versions will work fine.

Is there a particular version you were wishing to use the theme with? Are you having any specific issues

curtiscde commented 2 years ago

This theme has now been successfully tested against the current latest version of Hugo, v0.101.0.

Please let me know if there are any specific issues you are facing.

Trickx commented 2 years ago

Hi curtiscde, thank you for the prompt reply. I'm a newbie in Hugo and just started to build my setup. Hugo generated a warning message regarding unsupported version, so asked myself whether this is an issue or not. Except my greenness - I'm not aware of any issues.

curtiscde commented 2 years ago

Thanks @Trickx, it was a good prompt to update the max version. The e2e tests have also been updated to test against both the min and max version now.

If you have any problems, please feel to raise an issue!