Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Cannot update grav nor plugins
· 9 years ago
I had this with the last update. Was really annoying as i had to reinstall Grav. Luckily their pages and theme system work really well so there was minimal downtime.
-
Cannot update grav nor plugins
· 9 years ago
If I try to update via the admin planel I get an error that says my current path does not seem to be a grav instance. I've never had this happen before any ideas?
-
Adding image alt tag to twig template
· 9 years ago
The .html action accepts an alt tag: see docs
-
Adding image alt tag to twig template
· 9 years ago
Can't find a way to add an alt"" tag based on the imagename to every image. In my template i'm adding the images like this: {% for image in page.media.images %} <li> <div class="image-surroun
-
Update several installations at the same time via ssh
· 9 years ago
Got help and found a solution. :-) Upload a Script (for example update_grav.sh) with the following content: ----``` !/bin/bash logfile="/path/to/log/upgrav$(date +%Y%m%d)1.log" j=0 Setups[j++]="/path/
-
Update several installations at the same time via ssh
· 9 years ago
See this post for a very efficient approach using Deployer.
-
Update several installations at the same time via ssh
· 9 years ago
How can I update several installations at the same time via ssh? For example one grav-installation in folder A, a second grav-installation in folder B. "bin/gpm update" is only working within a folder
-
Getting an image not in a page
· 9 years ago
Hi Flavio, I'm coming back to this to try and solve a problem - can you please have a look at this new post of mine which relates to this old question: https://getgrav.org/forum#!/general:pulling-an-i
-
Getting an image not in a page
· 10 years ago
Use page.media for the page's media (contained in the page's folder. In your case the image is in another folder, so you can't use that syntax. Use this instead.
-
Getting an image not in a page
· 10 years ago
I have an image saved and set in my site yaml config file: gv: map_image: user/themes/site/assets/map.jpg: name: map.jpg type: image/jpeg size: 123514 path: user/themes/s