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

  • Obscure Problem Causing Excessive Load Times · 11 years ago

    Also, here is the relevant section of my system.yaml file: cache: enabled: true check: method: file driver: auto prefix: 'g' twig: cache: true debug: false auto_reload: false auto

  • Obscure Problem Causing Excessive Load Times · 11 years ago

    So I've been puzzling over something for a bit now. I believe this shows the story best: Debugger Timeline That only happens with the site being live. I have developed a child theme locally and am usi

  • Media collections · 11 years ago

    Very cool! I love seeing stuff that I have never even thought of!

  • Media collections · 11 years ago

    For those interested how to do media collections, I just implemented a scheme were we can add taxonomy to images (and other media files) in a corresponding image.meta.yaml file like this: someimage.jp

  • Taxonomy Url Returning Incorrect Posts · 11 years ago

    A little more digging and it was a bug with my pagination code not showing up.

  • Taxonomy Url Returning Incorrect Posts · 11 years ago

    I found I had set content.limit = 5 in my page header. For some reason that was being ignored when I viewed the full collection (/foo), but was limiting the collection to 5 results when I filtered it

  • Taxonomy Url Returning Incorrect Posts · 11 years ago

    The TaxonomyList plugin will gather up all pages across your entire site and collate the results based on the taxonomy filter you set. In your case it's finding all the tags. Now your linking to this

  • Taxonomy Url Returning Incorrect Posts · 11 years ago

    I have a page that uses the TaxonomyList plugin to get a list of all categories and how many posts are for each category. This works correctly, and I link for example to /foo/tag:bar to display all po

  • Locally my site is working well, but not on the host server · 11 years ago

    Okay, i downloaded a fresh instance of Grav and put it on my shared hosting (with the idea of manually adding the "page" folders. When i reloaded the page in Chrome, everything was there!! I don't kno

  • Locally my site is working well, but not on the host server · 11 years ago

    I'm now running composer update on my local server. I will then transfer the files to the shared hosting. Hope that works :)