Create PNG graph from your Hugo Modules

If you have your project/theme set up using Hugo Modules (having a go.mod file in our project), you can install this:

And do:

hugo  mod graph | modgv | dot -Tpng -o graph.png
5 Likes