Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
How to sort pictures by name
· 12 years ago
The images should be by default sorted by filename. The page.media.images object is an array of medium objects where the key is the filename so you could try resorting with page.media.images|sort but
-
How to sort pictures by name
· 12 years ago
I have build a little gallery template with : {% for image in page.media.images %} <a href="{{ image.url }}">{{ image.cropResize(100000,350).html }}</a> {% endfor %} But I want to sort pic
-
How to reproduce the Ceevee demo
· 10 years ago
Thank you :) It wasn't the right file online and i didn't look in user/config. I will update the skeleton.
-
How to reproduce the Ceevee demo
· 10 years ago
I just used SublimeText3 to search the skeleton package and found that text here: grav-skeleton-ceevee-site/user/config/site.yaml
-
How to reproduce the Ceevee demo
· 10 years ago
I'm looking for the home page content. Where can I add text "I'm John..." and social And the network logos whit rollover ? I can't find this content in any page from Ceevee skeleton or theme. Can you
-
How to reproduce the Ceevee demo
· 10 years ago
Well Sommerregen thx I try... in 5 min should be ready
-
How to reproduce the Ceevee demo
· 10 years ago
Hi and welcome! For some themes there are skeletons available, packaged with the configurations and pages needed to show up a simple live site. The same is true for the Ceevee theme. Just download htt
-
How to reproduce the Ceevee demo
· 10 years ago
Hi people, nice to meet u Just moving first steps in Grav world. I do not understand how reproduce the Ceevee demo site. Could be a silly question, I know. Any help appreciated
-
How do I change the learn2 default site title from Grav?
· 10 years ago
You can just simply edit that file in user/themes/learn2, just remember that if you update the theme, you'll lose the changes, so keep a backup around
-
How do I change the learn2 default site title from Grav?
· 10 years ago
Yes, I guess that I didn't realize that it was a logo and not plain text. This is what I am talking about: GravLogo Thanks for the pointers and I will review them. I am still very new to Grav and web