-
DescriptionI have my quarto blog on github. In the locally rendered blog, the hero image shows up and I can see it in the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
Because debugging a whole non default website is time consuming:
If this does not solve the issue, please try to come up with a simpler version, for example based on Note that the content of
|
Beta Was this translation helpful? Give feedback.
-
It's likely that something with our resource discovery code is not going as expected. A simple solution is to explicitly add the file to your resources list: website:
resources:
- filename1
- filename2 # etc |
Beta Was this translation helpful? Give feedback.
Now, I understand
css
is for CSS not SCSS, so you can't put:SCSS requires compilation, CSS does not.
See https://quarto.org/docs/output-formats/html-themes.html
Note that the image is present in your
_site
so resource discovery seems to work.