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

  • Grav does not reflect updates · 12 years ago

    Actually @İbrahimErata I found a bug in the caching system that would cause this. It is now fixed and will be in the next release (hopefully this week). Thanks!

  • Grav does not reflect updates · 12 years ago

    Which version of Grav are you running? We did fix issues in the last couple of releases that addressed Windows issues specifically. One of those was this same issue, where Grav was not detecting chan

  • Grav does not reflect updates · 12 years ago

    i install different types of grav skeleton and changes some pages but i can't see any changes on secren. how can see my updates. i use grav with xampp on localhost.

  • Google Analytics tracking code · 12 years ago

    Yes, that seems to be the right place. Thanks.

  • Google Analytics tracking code · 12 years ago

    I would recommend putting the google tracking code in your theme's base.html.twig. So if you were using antimatter that would be: user/themes/antimatter/templates/partials/base.html.twig Specifically

  • Google Analytics tracking code · 12 years ago

    Hi, is there some file where you recommend to insert Google Analytics tracking code?

  • Page collections without using taxonomy? · 12 years ago

    Thanks for the clarification.

  • Page collections without using taxonomy? · 12 years ago

    Currently collections only support 3 things: Modular Children Regular Children Children based on Taxonomy Having arbitrary collection support will have big performance implications, so we have ensur

  • Page collections without using taxonomy? · 12 years ago

    Hi, Is it possible to get page collections where there is is no taxonomy data defined? The following is an example used in the learn skeleton: {% set progress = page.collection({'items':{'@taxonomy.ca

  • Is your documentation site generated? · 12 years ago

    Nope, http://learn.getgrav.org is 100% a grav site that is dynamic but is created from markdown files like anything else in Grav. In fact you can even install the doc site yourself as it's all in Git