hugo
hugo copied to clipboard
Add HUGOFLAGS env var
Saw this in the Go CLI, which I would find useful having something similar for Hugo:
GOFLAGS=-mod=vendor
E.g.
HUGOFLAGS="-D --path-warnings"
Or something.