If you’ve Go installed and properly set up, you can find it at $GOPATH/src/github.com/spf13/hugo. Go created this folder structure if you did a go get.
After switching into the hugo directory should find a subfolder called docs.
If you’ve Go installed and properly set up, you can find it at $GOPATH/src/github.com/spf13/hugo. Go created this folder structure if you did a go get.
After switching into the hugo directory should find a subfolder called docs.
Perfect, thank you very much!