-
Notifications
You must be signed in to change notification settings - Fork 14
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
Can not build website locally due to missing font source in ogimage template #208
Comments
This is a problem because I'd like to publish this blog post but can't: #205 |
Ah, so it works on netlify but not locally or on GH actions |
This is less urgent now, because I can use the netlify previews to see it. Still something we should fix one way or another though. |
Just providing some quick diagnosis since I'm the one that wrote a lot of that infrastructure: It looks like the failure is related to this template: https://github.com/2i2c-org/2i2c-org.github.io/blob/main/layouts/partials/ogimage.html This is the template that defines the "social preview" image for each page. It takes our blank https://gohugo.io/functions/images/text/ The error seems to be related to the attempt to load a font (
So I think we just need to figure out wherever the Here's the PR where they moved it: |
I'm trying to build the website off a clean checkout in
main
and it's failing:This is with the version of
hugo
specified innetlify.toml
and the GitHub action:Using a newer hugo (v0.120) also fails.
The text was updated successfully, but these errors were encountered: