Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Menu on lefthand site
· 9 years ago
I have noticed that in the template I am using ((Helium) there is only a horizontal menu configurable. May be that is my problem ..... Can somebody confirm that, please?
-
Menu on lefthand site
· 9 years ago
As an old Joomla user I am used to create a menu module to be used on the left (or right hand side for that matter) side of the page. Now with Grav I am totally stuck. I know I can build up a menu wit
-
Add a description to each category
· 9 years ago
Possible solution: enter the categories descriptions in user/config/site.yaml categories: "category_1": "My category description" "cat_2": "Another cat desc" and then use {{config.site.categor
-
Add a description to each category
· 9 years ago
I have some categories and a page where shows all posts from this category. I want display a description for the selected category. Thanks
-
Exclude header image from getting displayed by the «simple gallery» cookbook
· 9 years ago
Hello everyone, I'm planning to apply the «simple gallery» cookbook for a Grav powered portfolio site. Is there any way I could exclude a single image (the header image) from getting rendered? My curr
-
Adding grav powered blog to static site
· 9 years ago
If it helps, here's the process I used to migrate a HTML theme to Grav
-
Adding grav powered blog to static site
· 9 years ago
Simplest thing: download the "Blog Site" skeleton. Create an empty page in user/pages/home/home.md Make that your home page in the System config. Make a user/themes/antimatter/templates/home.html.twig
-
Adding grav powered blog to static site
· 9 years ago
I have a one page scrolling static site that I'd like to add a grav powered blog to. But I'm not sure the best way to do this, as I don't want to have to convert the homepage. i just want to leave tha
-
Hero image, Antimatter
· 9 years ago
Nice to hear! page.media.images returns an array with images from the folder of the page. It probably didn't work because you can't ask for the URL of a collection of images. You can however ask for t
-
Hero image, Antimatter
· 9 years ago
Thanks a million! Kind of funny but just adding the |first fixed the whole problem.