gohugoio/hugoThemesSiteBuilder

Theme flagged as 'old' when it's been updated this year

funkydan2 opened this issue · 1 comments

A theme I maintain, Kiera has a warning for being 'old' in the Hugo Theme repository. However the theme has been updated a few times this year.

My guess is that this may have something to do with the theme being a fork, and the fork is unmaintained. Is there anything I should change (maybe in theme.toml) to remove this warning?

bep commented

You need to tag a new (semver, e.g. v1.0.1 version on GitHub. We now use Hugo Modules -- which is backed by Go Modules. In this simple case it will pick the last 1.x.x version. The last version you have is a v1.0.0 version from 2017. Note that for theme that doesn't version their themes, it picks the latest commit.