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 ?
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?