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

  • How to count modular visible (short way) · 9 years ago

    page.collection.modular|length

  • How to count modular visible (short way) · 9 years ago

    I need to know how many modulars are visibles, i find a way with a loop but trying to find a "short way" like with pages.children.visible|length {# COUNT PAGES VISIBLE #} {% set page_visible = pages.

  • Automatic Environment Configuration for themes & plugins · 9 years ago

    ok after some investigations, it seems my issue is with theme child (Inheritance), when i'm in local and modify parent theme config file, it's ok but the child theme config file it's the one in my con

  • Automatic Environment Configuration for themes & plugins · 9 years ago

    This is my Environment Configuration, my issue is that config/themes/ are not overriding by my local themes config (localhostname folder). But for site.yaml system.yaml it's ok. I miss something, so

  • Installing PECL Yaml Parser For Speed · 9 years ago

    Raspbian is built on top of an optimized Debian base, so this will probably work: https://syntaxsugar.github.io/posts/2015/10/install-php-extension-yaml/

  • Installing PECL Yaml Parser For Speed · 9 years ago

    Presumably you could do as described here and expand upon it by adding PECL Yaml Parser.

  • Installing PECL Yaml Parser For Speed · 9 years ago

    Is this possible on a Raspberri pi running nginx? Is there a guide on what to install?

  • Understanding Audio file handling · 9 years ago

    Thanks @rhukster, I understood that before - I would have liked to "dig deeper" in understanding which parts (templates, configs, classes) are involved in rendering so that I can extend and build a pl

  • Understanding Audio file handling · 9 years ago

    Audio simply uses HTML5 audio link tag: https://learn.getgrav.org/content/media#audio-actions

  • Understanding Audio file handling · 9 years ago

    I'm trying to "really" understand how the native handling of audio files is done (because I want to build a playlist plugin at some point). I installed Grav with admin panel and added a .wav file to m