Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
gautam Member
@gautamz07 · Joined 8 years ago · 16 posts · 6 topics · 0 reputation
Badges
Recent posts
-
How to change the highlight code css theme to something other then default?
· 8 years ago
I have started using the hightlight code plugin ::- https://github.com/getgrav/grav-plugin-highlight. All i have to do is install this plugin and now anything that i wrap in (``` ````) is highlighted
-
How to set header image in grav blog page
· 8 years ago
@gnat great ! TY that works perfect
-
How to set header image in grav blog page
· 8 years ago
I have the following line of code in my grav CMS blog.html.twig file: {% set blog_image = page.media.images|first.grayscale().contrast(20).brightness(-100).colorize(-35,81,122) %} Where can i add this
-
How do i select all tags in my twig template in grav?
· 8 years ago
have the following code in my default.html.twig file to display all the titles of the blog pages with the tag : dog: <ul> {% for post in taxonomy.findTaxonomy({'tag':'dog'}) %} &
-
Where do i find the API meathods for Grav
· 8 years ago
Damn ! that was fast. Thanks.
-
Where do i find the API meathods for Grav
· 8 years ago
Hi guys brand new to grav , i saw the below method in the taxonomy documentation: {% for post in taxonomy.findTaxonomy({'tag':['animal','cat'],'author':'jdoe'}) %} where do i find all of these meathod