Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Genaral question about Frontmatter and markdown and twig
· 10 years ago
I've chosen big-picture the one-page skeleton for further development. I see lots of content in frontmatter (is this twig?). Is it possible to put it into markdown for better editing? I would like to
-
Are any themes using the kube css framework?
· 10 years ago
Thanks for the info. I don't think I'm up to learning a new scripting language at the moment, but I did notice that the satellite theme is based on Kube, although perhaps an older version. However aft
-
Are any themes using the kube css framework?
· 10 years ago
To my knowledge there is not, but all CSS frameworks are virtually interchangeable, so you could just switch one for the other. Though really, you might as well make the theme from scratch so you can
-
Are any themes using the kube css framework?
· 10 years ago
Hi, I just started messing around with Grav. Sweet CMS, good job to all the devs! I notice there are several bootstrap based themes and I might choose one because of my familiarity with that framework
-
Page.date(): just a number?!
· 10 years ago
Unix time is very handy as it's an integer rather than a DateType. Easier to parse and express than having to convert between uncertain formats (fuzzy-matching is hell).
-
Page.date(): just a number?!
· 10 years ago
Note to myself: Look first! http://twig.sensiolabs.org/doc/filters/date.html
-
Page.date(): just a number?!
· 10 years ago
I tried to get the page date within a twig file by using page.date and that returns me number: `1480266162. How can I transform that into a decent date format?
-
Dynamic filtering in page collections - how to?
· 10 years ago
Yes, I will consider this. Sounds like a nifty little solution. Thanx!
-
Dynamic filtering in page collections - how to?
· 10 years ago
How about listing everything in the page collection but adding classes to the items using the taxonomy tags, then with onClick showing/hiding them with CSS? That might be super snappy in use for somet
-
Dynamic filtering in page collections - how to?
· 10 years ago
I've had a look in the page collection and taxonomies parts of the docs, and have a good idea how they'll work. What I wonder though is, how could I integrate dynamic filtering? I have a portfolio pa