-
Notifications
You must be signed in to change notification settings - Fork 904
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 building the site #304
Comments
what are the values you have to $color2 ? Could it be that main.scss is loaded before that value is defined? |
I actually haven't modified it at all. The potential root cause of the issue is the fact that I was snapping the theme to the latest Bootstrap, which likely has made some changes in how they handle colors. |
Hmm, let me have a look. If we don't work with the latest Bootstrap we might need to make some updates. |
It seems to be Bootstrap 0.5.0-alpha that's doing it, as the latest not-alpha release (0.4.5) works fine. |
Anything past 0.4.5 seems potentially break-y so I'll have a look at the alpha docs/code for now to see why 0.5.0 broke the build but won't make any updates to the main Docsy repo yet. From the Bootstrap blog post:
I'll update the theme submodule to point to the 0.4.5 version anyway as that doesn't seem to make anything fall over... |
Updated! Do you want to close this and I'll start a new issue for working with Bootstrap 0.5.0? |
Excellent, thank you @LisaFC! |
I am trying to build the Docsy theme on an existing site that I have, and I run into the following issue:
I am using the following build of Hugo:
What could be missing? Anything I need to specify in my config to resolve this?
All the submodules seem to be correctly loaded and available in their respective folders.
The text was updated successfully, but these errors were encountered: