Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Basic ordering doesn't work
· 9 years ago
The children of my collection are listed in title order, not in the specified order. I have a collection defined by content: items: '@self.children' order: by: header.ref dir: asc
-
Trouble with regex redirect
· 9 years ago
Thank you, rhukster! That helped a lot. I suspected my regex was off. Much appreciated!
-
Trouble with regex redirect
· 9 years ago
Actually: redirects: '^(?!/1\.1)/(.*)$': '/1.1/$1' Of course this only is triggered if the original page is not found at the path requested.
-
Trouble with regex redirect
· 9 years ago
The way you have it, it matches everything, and always rewrites it to prepend with /1.1 hence your infinite loop problem. What you need to do is match on anything that doesn't already start with /1.1
-
Trouble with regex redirect
· 9 years ago
Hi, I hope someone can help or at least tell me if what I'm trying to do is possible or not. I have a site with pages such as: http://example.com/Getting-started and I'm moving to a layout with versio
-
Theme Development or Port from HTML
· 9 years ago
A tutorial: http://gravcart.com/blog/create-a-grav-site-theme
-
Theme Development or Port from HTML
· 9 years ago
It's really a very simple process to port themes to Grav. I have done quite a few myself. Basically start by creating a new base theme. I suggest using devtools plugin to get started (use "pure-blan
-
Theme Development or Port from HTML
· 9 years ago
Hi Grav community, I'm a front-end coder and new to Grav. I'm trying to build my own theme for Grav but I can't understand fully to do it. I want to build theme consist of a blog page, home, and oth
-
In debug mode email password in plain text
· 9 years ago
@rhukster yes i test always on local, but in some case you don't have access to local dev and you want to check some debug online
-
In debug mode email password in plain text
· 9 years ago
Debugger being on is for development purposes, so all configuration is displayed. Don't have this on for production :)