Hi,
I am trying to publish my blog in Hugo using github pages. I have followed the tutorial here,
https://gohugo.io/tutorials/github-pages-blog/ ,
I have two repos, one is for hosting hugo content and another repo with,
git submodule add -b master [email protected]:
It gives me error :
[gkadam@TheMachine myproject-hugo]$ git submodule add -b master [email protected]:meganeshkadam/meganeshkadam.github.io.git public
git: 'submodule' is not a git command. See 'git --help'.
Please help!
Please use http://discuss.gohugo.io/ for questions.