Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Receptar not showing blog entries
· 9 years ago
I am fairly new to grav and have been reverse engineering the receptar skeleton to get a better grasp on how things work. My issue: I have created a new page of type blog and set it to be under the m
-
Changing the footer hight in the deliver theme from all pages
· 9 years ago
Hi how can i change the footer hight in the deliver theme (from all pages :) )? https://github.com/getgrav/grav-skeleton-deliver-site i can't find the File / Position where the change is to reduce the
-
Twig problem
· 9 years ago
The .md file is used to provide the data. The Twig then just iterates on the data and prints it nicely formatted. So you could have people: - name: Joe picture: test.jpg - name: Joe2
-
Twig problem
· 9 years ago
Is the .md file even necessary? Tho it would be nice to have to quick edit names, emails and other variables. But can't figure out how to do that. :P I'm probably way overthinking this...
-
Twig problem
· 9 years ago
Okay, so this is what I've managed to do. Looking pretty much how I like it, I made a copy of the text.html.twig instead. My .md file looking like this title: Kontakt menu: Kontakt class: big --* **Na
-
Twig problem
· 9 years ago
Twig is just a way to render the HTML. The content is determined by the page. The appearance of the HTML in the browser is determined by the CSS of the theme. So I suggest breaking down the problems
-
Twig problem
· 9 years ago
Hi, I'm all new to this Twig thing. I'm trying to modify the features module to some sort of contact showcase. How would I go about, lining everything up, allow multiple rows of texts and swap out the
-
Issue with cached assets
· 9 years ago
It seems I was a bit rash with the above solution, because it worked only for the first edit of that file after that the error repeated. After extensive googling I finally found the real culprit, it i
-
Issue with cached assets
· 9 years ago
I finally figured it out, the problem that in the theme I am using the main.css file is not added through assets.add() function but with <link rel="stylesheet" href="main.css"> tag so it complet
-
Issue with cached assets
· 9 years ago
I am sorry but it is not, I have it in vagrant on my laptop. I am trying to go through the page loading with xdebug maybe I'll be lucky.