Featured image of post SOLVED Error Says to Remove Site From Gitmodules but Its Not There Hugo Submodule With PaperMod

SOLVED Error Says to Remove Site From Gitmodules but Its Not There Hugo Submodule With PaperMod

i will to explain why hugo PaperMod can't deploy to github because error says to remove site from .gitmodules but it's not ...

mian topics

i will to explain why hugo PaperMod can’t deploy to github because error says to remove site from .gitmodules but it’s not ……**_

in this case, i install Hugo PaperMod theme use as submodule.

why error can’t deploy to github because from .gimodules it appears? this happens because no file .gitmodules inside my hugo project, for that i need to create a file .gitmodules, Inside the .gitmodules file contains.

1
2
3
[submodule "themes/PaperMod"]
	path = themes/PaperMod
	url = https://github.com/adityatelange/hugo-PaperMod.git

the location of .gitmodules file is more or less like this

1
2
3
-->your hugo project
     |
      -->.gitmodules file

and should this matter be resolved 😃

comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy