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

Add Docsy dependency submodules (font-awesome and bootstrap) #756

Closed
wants to merge 1 commit into from

Conversation

ferhoyos
Copy link
Contributor

Trying to deploy kiali.io site locally with make serve command, I found the following error:

Error: command error: failed to load modules: module "github.com/FortAwesome/Font-Awesome" not found in "/site/themes/github.com/FortAwesome/Font-Awesome"; either add it as a Hugo Module or store it in "/site/themes".: module does not exist

After some investigation I figured out that font-awesome repository must be added in site/themes folder. The same happens for bootstrap.

Error: command error: failed to load modules: module "github.com/twbs/bootstrap" not found in "/site/themes/github.com/twbs/bootstrap"; either add it as a Hugo Module or store it in "/site/themes".: module does not exist

Adding these two repositories as git submodules fix the issue and let me deploy kiali.io locally.

@ferhoyos
Copy link
Contributor Author

Closing since I have found a better solution here: #757

@ferhoyos ferhoyos closed this Feb 13, 2024
@ferhoyos ferhoyos deleted the docsy-dep-submodules branch February 13, 2024 11:33
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

Successfully merging this pull request may close these issues.

1 participant