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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Fontmatter caching · 10 years ago

    Frontmatter is not really intended as a runtime content store, hence the fact its cached separately and before content. However, there is a way to store page-specific meta data via $page->addConte

  • Fontmatter caching · 10 years ago

    A side note: obviously I could store the changes back to disk but this would imply losing simplicity: the modifications include code that is a lot harder to understand and I'd like to maintain things

  • Fontmatter caching · 10 years ago

    Let's start with a big hug: Great platform. I've been looking for a flat cms over the last weeks and this one tops everything I've seen. I've pushed hard, starting right away with some specialized fea

  • How is an image displayed in pages in the blog package? · 10 years ago

    That indicates that Grav needed to rebuild the page. When in development, always disable the cache and be sure to clear it after testing prior to upload so you are certain Grav is not displaying any o

  • How is an image displayed in pages in the blog package? · 10 years ago

    I figured it out If you delete or change the image, you need to resave the .md file, in order not to get an ERROR report.

  • How is an image displayed in pages in the blog package? · 10 years ago

    PS This seems to be the code in the partial blog_item.html.twig file that is picking up the image: {% if header_image %} {% if header_image_file %} {% set header_image_media =

  • How is an image displayed in pages in the blog package? · 10 years ago

    Hmmm I do see now that the template is picking up the file BUT if I delete the image file then the page shows "ERROR" If I place another image with another name in the same folder as the page, then I

  • How is an image displayed in pages in the blog package? · 10 years ago

    Thanks for heloing me out!@

  • How is an image displayed in pages in the blog package? · 10 years ago

    The general Markdown code for displaying an image is ![Alt Text](file.jpg), and should be in the .md-file if defined in content. If it is not, then a template is picking up one or more of the images i

  • How is an image displayed in pages in the blog package? · 10 years ago

    Not familiar with the md for this forum so my formatting is not well done..... The forum post above shows !Alt Text but I pasted in more than that - I am sure you know what I mean.