hugo-identity-theme
hugo-identity-theme copied to clipboard
Module "hugo-identity-theme" not found;
either add it as a Hugo Module or store it in ./ .: module does not exist
@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.