hugo-identity-theme icon indicating copy to clipboard operation
hugo-identity-theme copied to clipboard

Module "hugo-identity-theme" not found;

Open NicTanghe opened this issue 3 years ago • 1 comments

either add it as a Hugo Module or store it in ./ .: module does not exist

NicTanghe avatar Feb 24 '22 13:02 NicTanghe

@NicTanghe I have encountered with same issue. Added .gitmodules on root directory like below and resolved.

[submodule "themes/hugo-identity-theme"]
path = themes/hugo-identity-theme
url = https://github.com/aerohub/hugo-identity-theme

https://github.com/reiyaono/portfolio/blob/master/.gitmodules

I hope resolved yours as well.

reiyaono avatar Jun 26 '22 07:06 reiyaono