gohugoio / hugoDocs

The source for https://gohugo.io/
Apache License 2.0
1.05k stars 1.48k forks source link

use-modules: clarify the example of initializing a new module #2562

Closed tanyabouman closed 4 months ago

tanyabouman commented 4 months ago

Every time I read this documentation to using Hugo Modules, I get confused about what initializing a new module is for, and run hugo mod init <name of dependency>, rather than hugo mod init <name of my project>. I think this clarifies that a bit.

jmooring commented 4 months ago

This is definitely an improvement. Thank you.