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

  • Forum | Grav · 9 years ago

    Forum | Grav

  • 🙀 Custom theme across few websites - how do you manage? · 9 years ago

    An option is to use a Git repository for your theme. On every push to that repo, a post-commit hook will "push" the changes to your sites. There are many ways to do that, you can google for them. As f

  • 🙀 Custom theme across few websites - how do you manage? · 9 years ago

    I love Grav so much (thanks Grav Team) that I am running it across few of my websites: https://hypegrowth.com/ https://focusasia.xyz/ https://hustlerbundle.com/ (soon to be ready, right now just "hell

  • Add editor to modular page form · 9 years ago

    I am using the antimatter theme to get my head round Grav. What I'm trying to do is change the textbox on the features modular page template into the markdown editor. If I go to antimatter/blueprints

  • Grab image on page from admin image picker · 9 years ago

    Thanks for your help, I eventually worked it out as I was pulling through content in the same way. I still struggle with the media, but I guess I just need to work out the syntax as I am new to Grav.

  • Grab image on page from admin image picker · 9 years ago

    If the field is already saving to the page header, you just need to use {{ header.chooseimage }} in your page Twig template to render it.

  • Grab image on page from admin image picker · 9 years ago

    I am trying to grab the image from this admin form field and place it on the page through the template. I have tried many different examples and nothing works. Can anyone point me in the right directi

  • Problem creating custom AMP plugin · 9 years ago

    I tested that too. Do you have additional caching plugins installed?

  • Problem creating custom AMP plugin · 9 years ago

    Hello flaviocopes, Its a blog page (item.amp.twig), and it's working fine, but only if I use cache_enable: false if I left the cache enabled the behaviour is the one I have described on the first post

  • Problem creating custom AMP plugin · 9 years ago

    How did you setup your AMP implementation? I added a default.amp.twig to my theme and tried visualizing my page with .amp extension, all fine. Is that a modular page? Things might change in that case.