Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Media Links

Started by Muut Archive 11 years ago · 9 replies · 361 views
11 years ago

Hello,

I've just started using Grav and I'm using it to build a portfolio site at the moment. I'm having an issue with displaying the media related to a page - particularly in my local environment because the paths are coming out incorrectly. I used the short tutorial here as a base for this part: http://learn.getgrav.org/cookbook/general-recipes#creating-a-simple-gallery

My git repo is here: https://github.com/ChrisSargent/moodesignz

I guess the file that is generating this is in user/themes/moo/templates/portfolio.html.twig

If you could point me in the right direction, it would be much appreciated...

Thanks,

Chris

11 years ago

in order to make use of the template portfolio.html.twig, your markdown file name should be the same,ie portfolio.md and located in the same folder as your images.

11 years ago

Hi Hugo,

Thanks for that - I am actually using Yaml front matter to define the template to use (I'm not a fan of the naming convention). In either case, the templating part is fine, it's just the path that's being generated to the images that isn't working correctly.

Chris

11 years ago

What is wrong with the paths generated? Can you provide a sample of the output your getting?

11 years ago

<img style="" src="/Users/*****/Sites/moodesignz/user/pages/02.portfolio/marshalswic k/filename.jpg" >

So it's just adding in a far too deep path for some reason - I'm not sure where or how this is controlled.

11 years ago

hmm. ok that's weird, it's actually linking to the image filesystem path, and not the image URL.

What is the Twig you have to output the image? Please paste between triple back ticks so it formats the code properly (click ? in top right corner of input box for help)

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1349 9 years ago
Archive · by Muut Archive, 9 years ago
2 934 9 years ago
Archive · by Muut Archive, 9 years ago
2 4060 9 years ago
Archive · by Muut Archive, 9 years ago
1 2946 9 years ago
Archive · by Muut Archive, 9 years ago
3 1117 9 years ago