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

  • Easy Theme Development via Inheritance · 11 years ago

    Found it.

  • Easy Theme Development via Inheritance · 11 years ago

    Inheritance link bad. No search plugin installed or visible under blog. In-fact, as I read the forums, there are many bad links that reference posts or the Learn section. Where might I locate the Inhe

  • Easy Theme Development via Inheritance · 12 years ago

    Yes and with Grav's inheritance it will fall back through the streams to find the file to extend. Also Twig has a really powerful embed tag that is a combination of include and extend. It takes a bit

  • Easy Theme Development via Inheritance · 12 years ago

    Yes! I hadn't thought of that, but Twig does give more power in templating than I'm used to. So there's inheritance all the way down to the block level.

  • Easy Theme Development via Inheritance · 12 years ago

    You can also 'theoretically' create a uniquely named template in your theme: default2.htm.twig, that simple extends the base theme's default.html.twig and in your unique template, you just override

  • Easy Theme Development via Inheritance · 12 years ago

    Theme inheritance seems like a real good way to be sure new configuration options are reflected in custom themes. But I suspect that custom themes change enough about the Twig templates as to make the

  • Easy Theme Development via Inheritance · 12 years ago

    New blog post that outlines the best strategy for theme development based on theme-inheritance or base-theme: http://getgrav.org/blog/theme-development-with-inheritance Cheers.

  • Automatic Image Resizing · 10 years ago

    Well, really that's a problem with some of your image being too large and PHP's GD library is using too much memory to resize them. So two real options for you: 1) Resize those really large images bef

  • Automatic Image Resizing · 10 years ago

    So now, when i try to open a page on my webhoster with some images, this error occurs: Whoops \ Exception \ ErrorException (E_ERROR) Out of memory (allocated 62914560) (tried to allocate 2650801 bytes

  • Automatic Image Resizing · 10 years ago

    Thanks, this is working excellent!