Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
NextSibling and Page Collections
· 9 years ago
I've been trying to get my page collections to work but I just cannot get it right. Basically I just want a simple Next/Previous navigation on my article headers. I found the example on GitHub. All o
-
Why GPM and not composer?
· 9 years ago
I'm sorry for my mistake about gpm. I couldn't find more about it but what does lines in user/.dependencies mean? I thought you could pentencionaly add custom repositories for gpm.
-
Why GPM and not composer?
· 9 years ago
Hi @michalhona, the GPM is closed since there exists only one (the official) Grav repository. If you want to add your themes and plugins, you usually have to file a ticket and it gets added. I persona
-
Why GPM and not composer?
· 9 years ago
I think, for future, you don't want to close gpm only for approved packages. As i understant it isn't even closed right now (people can add custom gpm repositories to grav config, or i'm i wrong?) As
-
Why GPM and not composer?
· 9 years ago
I would agree that GPM will likely end up developing in the direction of Composer, and there was a discussion specifically on dependencies. In regards to #1243, there are some solutions/suggestions lu
-
Why GPM and not composer?
· 9 years ago
I think that composer is much easier to understand than git. I think, dont's using something just because it's not super easy isn't the best argument, and from user prespective, composer can be as eas
-
Why GPM and not composer?
· 9 years ago
Composer is lovely, and yields a serenity only found with dependency-managers, but it is not all that easy to use for plugin- or theme-developers who already have little experience with version contro
-
Why GPM and not composer?
· 9 years ago
Hello, I'm new to grav. And i just wonder. Why is there even something like GPM? Why not use composer for plugins managment?
-
Is there any way to pass in a variable to a partial?
· 9 years ago
Hello, Example find into antimatter theme : {% include 'partials/blog_item.html.twig' with {'blog':page.parent, 'truncate':false} %} Into blog_item.html.twig <a href="{{ blog.url|rtrim('/') }}/ta
-
Is there any way to pass in a variable to a partial?
· 9 years ago
Hi I want to pass over "dark" or "light" into my navigation partial, and was wondering is there is a way to pass this via the include? Something like the following... {% include 'partials/footer.html.