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

  • Media Links · 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

  • Media Links · 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.

  • Media Links · 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 bec

  • Theme Inheritance for modular in Antimatter? · 11 years ago

    Changes to modular Twig templates is a little tricky currently. Either you have to turn off cache, or clear cache after making changes. This is because the parent page (the one that contains the mod

  • Theme Inheritance for modular in Antimatter? · 11 years ago

    Thanks! Disabling Twig Caching helps. Even if I put it on again. So, flushing the cache with CLI don't flush the Twig cache, right?

  • Theme Inheritance for modular in Antimatter? · 11 years ago

    Did you disable twig caching? Is that the only twig file not being overridden by the child theme?

  • Theme Inheritance for modular in Antimatter? · 11 years ago

    Hi there, I'm trying to setup a website (actually I'm switching from WordPress) and word with theme inheritance. I have a modular home page, a blog and some pages. Now I'm stuck with changing the modu

  • Learn2 + a standalone search page · 11 years ago

    Thanks! I'll make a backup and start fiddling around. :)

  • Learn2 + a standalone search page · 11 years ago

    It's going to require some digging and rooting around to remove all the current JS/Ajax implementation first. Then you can just use the default state of simplesearch as that will work out of the box

  • Learn2 + a standalone search page · 11 years ago

    Yup, I started off with the RTFM skeleton + admin plugin.