-
Notifications
You must be signed in to change notification settings - Fork 51
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
Bootstrap theming #19
Comments
Hello, Sorry for the delay. Yes, it is possible. I don't know the full steps, but it should be something along those lines:
{{ $styles := resources.Get "scss/custom.scss" | toCSS | postCSS | minify | fingerprint }}
<link rel="stylesheet" href="{{ $styles.Permalink }}" integrity="{{ $styles.Data.Integrity }}" media="screen">
Some other resources:
Let me know if this answers your question, |
That's cool. Thank you for the detailed explanation! @Xzya |
Hi, thank you for the great work. :)
I'm a noob on bootstrap stuff. Can you tell me if it is possible to use the bootstrap theming on Hugo? I'd like to change things like the nav-bar and the URLs text colors. Thanks!
The text was updated successfully, but these errors were encountered: