Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Nginx rewrite rule (or routing) help
· 11 years ago
https://github.com/getgrav/grav/issues/178 Thanks boss! :)
-
Nginx rewrite rule (or routing) help
· 11 years ago
Please create an issue here: https://github.com/getgrav/grav/issues I'll mark it as a feature enhancement so it's not forgotten!
-
Nginx rewrite rule (or routing) help
· 11 years ago
Thanks for the replies. @rhukster It would be great if that could be added. It's useful in situations where a post title may change or the same title is used often. If routing supported more than 1 w
-
Nginx rewrite rule (or routing) help
· 11 years ago
This is sort of in the realm of custom routing, which at the moment Grav does not support, but could be pretty cool to have in the future.
-
Nginx rewrite rule (or routing) help
· 11 years ago
You should be able to do this in Grav with the site.yaml file using a wildcard alias for the routes. See http://learn.getgrav.org/advanced/route-aliases
-
Nginx rewrite rule (or routing) help
· 11 years ago
Hello, I'm storing my blog posts in numerical sequential order, like primary keys in a RDMS. user/pages/post/1 user/pages/post/2 etc. My permalink format is going to be as so: example.com/post/1/title
-
Content without summary
· 11 years ago
Thank you, this works!
-
Content without summary
· 11 years ago
There is no built in way, but it can be done pretty easily with Twig (which gets compiled into PHP so it's still fast): {% set content = page.content|slice(page.summary|length) %} Then just output {{
-
Content without summary
· 11 years ago
if I do page.content, it's also printing the page.summary. I don't want that. How can I avoid it?
-
Antimatter menu - dropdown dowsn't work from all pages
· 11 years ago
Hi, I thought I'd post this now as it may be linked with my previous post. I have the Antimatter theme with very little in it. I have set up a few subpages and a subsubpage. When I am on the homepage