aerohub / hugo-identity-theme

Little profile/card-style template for Hugo. Based on Identity by HTML5 UP.
Other
89 stars 44 forks source link

Module "hugo-identity-theme" not found; #40

Open NicTanghe opened 2 years ago

NicTanghe commented 2 years ago

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

reiyaono commented 2 years ago

@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.