I have a custom Hugo theme and I’ve successfully made it installable as a module, but I can’t figure out how to specify the version number; the hugo documentation for creating new themes and using modules doesn’t provide this level of detail. I think this is probably a Go module thing that I’m not understanding, but I’m having trouble finding relevant documentation about how or where I actually set the version. I have a tagged version of my theme on github, and I can install it with that tag, but when I install from the tag it’s listed as version 0.0.0. with a date and checksum (v0.0.0-20230922221158-1d507bee139f
).
I’ve looked at some of the example hugo module themes, but I can’t figure out where this version number is specified.