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 add videos to pages? · 11 years ago

    So I want to add videos to my page but unsure how to.. I've sort of done it but its not the way I want to do it... So within user (or user/pages) I would create a video folder. This was would have sub

  • Gpm self-upgrade doesn't see 0.9.22 · 11 years ago

    lol no problem. manual update goes just fine. I'm just trying to dig in and test everything. I found Grav the only other day while CMS hunting, I'm in love with it and I am trying to justify it's use

  • Gpm self-upgrade doesn't see 0.9.22 · 11 years ago

    Yah you'll have to manually update to the next version too. The next release will have the fixes in, but until you have them (via update) you wont be able to update. Annoying!

  • Gpm self-upgrade doesn't see 0.9.22 · 11 years ago

    That's cool, glad it's coming in an eventual update. Thanks for working on it!

  • Gpm self-upgrade doesn't see 0.9.22 · 11 years ago

    I can reproduce and have some fixes in a feature branch on github. However, those won't help you I'm afraid. I suggest downloading the update manually and copying over your install: https://github.c

  • Gpm self-upgrade doesn't see 0.9.22 · 11 years ago

    Well.. almost but not quite, below is what I got, any ideas? myacct@serv01 [~/www/grav]# bin/grav clear --all Clearing cache Cleared: cache/* Touched: /home/myacct/public_html/grav/user/config/syste

  • Gpm self-upgrade doesn't see 0.9.22 · 11 years ago

    It caches data for 24hrs. Try bin/grav clear --all Then the gpm command again.

  • Gpm self-upgrade doesn't see 0.9.22 · 11 years ago

    The self upgrader worked great from 0.9.20 to 0.9.21. Running it again now and it doesn't see 0.9.22: myacct@serv01 [~/www/grav]# bin/gpm self-upgrade You are already running the latest version of Gra

  • Site-wide image in theme · 11 years ago

    You can use an image from a directory such as /user/themes/antimatter/images/logo.png like this: <img src="{{ url('theme://images/logo.png') }}" /> This will automatically resolve the URL to the

  • Site-wide image in theme · 11 years ago

    Thats the whole point of the question: I dont eant a theme specific logo in pages/images, but in a folder in the theme. I was hoping I could reference the image in a better way that <img src=themes