-
Notifications
You must be signed in to change notification settings - Fork 920
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
Error: module "github.com/FortAwesome/Font-Awesome" not found; #836
Comments
Most likely this is due to errors introduced in #801. I just submitted a PR that addresses these errors. Meanwhile you can work around this. Inside your
Remove this line and replace it with the settings given in the code box below:
Does this solve your issue? |
I'll give it a shot. Thanks.
…On Sun, Jan 16, 2022 at 4:21 PM Andreas Deininger ***@***.***> wrote:
Most likely this is due to errors introduced in #801
<#801>. I just submitted a PR that
addresses these errors.
Meanwhile you can work around this. Inside your config.toml, identify the
following line:
theme = ["docsy"]
Remove this line and replace it with the settings given in the code box
below:
[module]
replacements = "github.com/FortAwesome/Font-Awesome -> ., github.com/twbs/bootstrap -> ."
[[module.imports]]
path = "docsy"
Does this solve your issue?
—
Reply to this email directly, view it on GitHub
<#836 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGAAJ6TBYJVKBSNNAQZOILUWNOIPANCNFSM5MBSB5EA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This resolved my issue. Thanks!! |
That resolved it for me as well. Thanks! You are welcome.
No, the theme attribute is outdated.
Yes, that's the new format, it's essential when using hugo modules, so let's use it in all cases! |
I too had this error after updating Docsy submodule:
I tried to fix it using the advice by @strattonbrazil. However, I now have an issue where running the server now doesn't default to the
Any solutions for this? I would like the |
Can this issue be closed? @amirootyet, I think that you're hitting the same problem I did. Can you try the solution documented here: https://discourse.gohugo.io/t/content-mount-problem-for-single-language-multilingual-site/37215/8?u=chalin, that is:
|
Closing. Create a new issue if the problem persists. |
I'm very new to hugo. I'm running hugo 0.92.0 and installed docsy as a submodule in the themes directory. When running most hugo commands I get an error about Font-Awesome that seems to prevent any progress. It looks like a missing dependency, but I don't see any additional requirements called out in the docs.
The text was updated successfully, but these errors were encountered: