How to have the same Hero image on all pages (Quark blog theme)

Hi,
I am creating a blog using Grav, and I decided to start from the Quark theme blog skeleton. I would like to have the same image as hero on all pages, but I cannot find to do it simply as the hero_image option must reference an image in the current folder (and I do not want to duplicate the same image in all folders). How can I do that without editing the template directly ?

Another quick question, where is the hero height defined so that I can reduce it ?

Thank you in advance !

@matteo,

How can I do that without editing the template directly ?

The template takes the value for the hero_image from the frontmatter of the page.

If you want the template to pick that value from somewhere else (e.g. user/config/themes/quark.yaml) and the images reside in a different folder (e.g. pages/images) you will have to change the templates.

Another quick question, where is the hero height defined so that I can reduce it ?

The height of the image, or the required height of the element <img> displaying the image?

3 posts were split to a new topic: Quark: How to change display height of Hero image