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

  • Maximum amount of pages · 11 years ago

    Absolutely right. Also, I changed from images to fitting icons from Font Awsome, which also helps a lot on loading-speed.

  • Maximum amount of pages · 11 years ago

    Of course, utilizing a fast hosting provider is probably a good decision for any 'larger' size site.

  • Maximum amount of pages · 11 years ago

    Prefect, then I'm not bursting the system with my about 350 pages ... :-)

  • Maximum amount of pages · 11 years ago

    There is really no hard-and-fast number. We have had reports of people running a site with over 2500 pages.

  • Maximum amount of pages · 11 years ago

    Hi! Is there a maximum amount of pages/subpages GRAV can handle? I`m currently using antimatter-theme. Best, siren

  • Header default · 11 years ago

    Huge thanks! :)

  • Header default · 11 years ago

    You can do it in twig with something like: {{ page.header.var|default(true) }}

  • Header default · 11 years ago

    I want to set the default value to "true" for a header variable. Is there any way to do this?

  • Including assets per page · 11 years ago

    sure you can include it in modular. Assuming your base has has a structure like this: {% block javascripts %} {% do assets.add('jquery',102) %} {% do assets.addJs('theme://js/mod

  • Including assets per page · 11 years ago

    Hi Everybody, As in base.html.twig we add javascript assets like {% do assets.addJs('theme://js/something.js') %} can we include it in modular.html.twig. We have modular design, and we need the assets