Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Amaury Hanser Member

@AmauryH · Joined 9 years ago · 83 posts · 4 topics · 19 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Quark Child: Masonry-like Gallery · 6 years ago

    Yep, so my guess was right. You are adding colcade.js at line 13 {% block javascripts %} {{ parent() }} {% do assets.addJs('theme://js/colcade.js', {group:'bottom'}) %} {% endblock %} In your

  • Quark Child: Masonry-like Gallery · 6 years ago

    Sorry, I was talking about the dev tool console of your browser. F12 to open it on chrome or firefox, then click on the console tab.

  • Quark Child: Masonry-like Gallery · 6 years ago

    Hello, When you open your dev tool console, do you see any error? I'm asking because I wonder if: <script> var colcade = new Colcade( '.dz-grid', { columns: '.dz-grid-col', items: '.dz-

  • Render pages in different menus · 6 years ago

    Hello, You could add a specific field in your pages blueprint and render them in the menu depending on the value of that field. It could be a taxonomy field, it could be a bolean "menuFooter : true"

  • Admin Panel v1.9.15 does not save changes · 6 years ago

    Hello, Is it a custom theme? It could be an error in your blueprint.

  • Website of our digital compagny · 6 years ago

    Hello, It's nice to see a new website using Grav. I hope that I won't sound too harsh, but there is a lot to do on the front-end part of your website. I will give you a feedback, because as a digital

  • A website for craftsmen made with Grav · 6 years ago

    I'm using the same pattern for my own website. I've created various sections I can reuse to build a page. Often, a modular page is used for “single-page” websites with a menu using internal links to

  • Grav as Headless CMS · 6 years ago

    By creating Twig templates which output Grav pages as JSON you could come a long way. Learn how in https://learn.getgrav.org/16/content/content-types That's pretty neat! Thank you!

  • Grav as Headless CMS · 6 years ago

    Sorry if it's off topic, but what did you find frustrating with wordpress API ? For grav with Gatsby I think that you should be able to get both frontmatter and content. But I have no clue if there is

  • Grav as Headless CMS · 6 years ago

    I've never done that, but it's something that was on my mind. Can't you simply parse all the .md files ?