Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Theme Metro UI CSS V3
· 9 years ago
Thanks
-
Theme Metro UI CSS V3
· 9 years ago
Have you looked at the documentation? . Also there are many themes you can download and have a look at. Try bootstrap or foundation as a place to start.
-
Theme Metro UI CSS V3
· 9 years ago
So ?
-
Theme Metro UI CSS V3
· 9 years ago
Hi, I would like to create my own theme with this framework https://metroui.org.ua/, Metro UI CSS V3. I don't know how can i do that, could you help me ? Thanks
-
Theme inheritance : extend parent template
· 9 years ago
This could easily be fixed by antimatter : https://github.com/getgrav/grav-theme-antimatter/issues/97 I think it's a very common scenario if we're serious about theme inheritance !
-
Theme inheritance : extend parent template
· 9 years ago
No this is not going to work as it's an endless loop. You could alter the page templates (default.html.twig..) to reference a yourbase.html.twig which in turns extends base.html.twig, but this is just
-
Theme inheritance : extend parent template
· 9 years ago
Hi, I use theme inheritance (parent theme is antimatter) as described here : https://learn.getgrav.org/themes/customization#theme-markinheritance/mark . I just want to change the content of header blo
-
Truncate posts in antimatter
· 9 years ago
I'm currently setting up a blog using the antimatter theme. Apparently the blog.html.yaml file does offer the possibility to truncate posts displayed on the main blog page. However, looking the blog_i
-
Convey that a modular needs a custom variable
· 9 years ago
Also please look at the Antimatter theme as it has some good examples of blueprints/modular you can use as reference.
-
Convey that a modular needs a custom variable
· 9 years ago
@dimitrilongo I don't know how I missed that entire section in the documentation. This is exactly what I meant, thanks for pointing me in the right direction!