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?