Hi, I’m new to Hugo so apologies if this was asked before.
Is there a way to add custom commands to hugo, or override existing commands? From what I can see people seem to write CLI wrappers, which I guess are OK but 1/ not cross-platform and 2/ need to be installed on each machine. In jekyll for example you can create a custom Rakefile, and in the JS based static site generators you can just add scripts to the package.json files. Is there a similar mechanism for Hugo?
Sure, there are several ways to wrap a hugo command with an npm / bash / whatever command, I was wondering whether there was a hugo-native way of doing it. It doesn’t seem to be the case, good to know