Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Stack-page - include a bunch of blocks with content from data.yaml file
· 9 years ago
Maybe you're looking for something like this? https://github.com/trilbymedia/grav-plugin-flex-directory/blob/develop/README.md
-
Stack-page - include a bunch of blocks with content from data.yaml file
· 9 years ago
Actually official Grav plugin directory is exactly what I want to build (the only difference I will have multiple pages like these for different categories): https://getgrav.org/downloads/plugins
-
Stack-page - include a bunch of blocks with content from data.yaml file
· 9 years ago
Here is the use case I want to achieve: I have a list of URLs to external articles I want to put on a respective page and be able to easily add new over time. The best would be if I could pull those f
-
Update process suggestion
· 9 years ago
something like this inside SelfupgradeCommand.php: // clear cache after successful upgrade $question = new ConfirmationQuestion("Would you like to clear all cache now? [y|N] ", false);
-
Update process suggestion
· 9 years ago
I'm running a fairly big Grav site, and a very welcome feature would be: Being able to turn off the auto image cache clear after updating or upgrading. It takes a lot of resources to rebuild the image
-
Child Theme?
· 9 years ago
oh, okay thanks. it looks like it works similar like a child theme.
-
Child Theme?
· 9 years ago
You would have to use theme inheritance, or make a custom theme not in the GPM. Docs on Theme Inheritance.
-
Child Theme?
· 9 years ago
If i want to change a theme without losing my customization on the next update, do i have to create a "child theme" like in wordpress? Or is there another possibility to take changes and save them per
-
cropResize and remote images
· 9 years ago
manually making an image works, so is this a bug in the handling of remote images? or just a feature not supported for some reason? The following sets the width and then height auto-rescales - probab
-
cropResize and remote images
· 9 years ago
Hello, I am trying to resize an image from a remote url, but the naive implementation does not work, e.g. is there a method to resize remote images? I also tried the resize function just in case, b