Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
NicTanghe opened this issue Feb 24, 2022 · 1 comment
Open

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

NicTanghe opened this issue Feb 24, 2022 · 1 comment

Comments

@NicTanghe
Copy link

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

@reiyaono
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants