Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Created grav one click deployment for OpenShift
· 11 years ago
I had created a quickstart for deploying grav in OpenShift. view on github
-
Cant get this to install in my subfolder. any help?
· 11 years ago
Not necessarily :) More often than not you don't need to touch the .htaccess at all. Most hosting situations will not require this. If you are running Apache, and .htaccess is allowed and is being p
-
Cant get this to install in my subfolder. any help?
· 11 years ago
If you intend to install GRAV in a subfolder you must then also edit the .htaccess to point to your subfolder. Further info is also written in this .htaccess file located in the root folder of GRAV.
-
Cant get this to install in my subfolder. any help?
· 11 years ago
cant get this to install in my subfolder. any help?
-
A model for local news and a small business
· 11 years ago
I’d take a risk to offer the community and the team a model and I ask for your approval. A model is a compilation of needs and expectations of the people, who aren't ready to pay because they aren't
-
Make custom page headers editable via admin panel
· 11 years ago
We do plan on having some example docs on this, but basically you are on the right path. if you look at one of the blueprints in antimatter, you will see that it extends the default, and typically ad
-
Make custom page headers editable via admin panel
· 11 years ago
hey bro, im having a very hard time installing this. is there something else to be done installing in a subfolder?
-
Make custom page headers editable via admin panel
· 11 years ago
Hi guys! Today I had a look at the admin panel. While playing around with its functionality several questions came to my mind. For example: I have a custom page header structure in some of my .md fil
-
Twig for loop break & continue
· 11 years ago
Found a solution, thanks to @flavioscopes :) ---twig {% macro printJob(job, index) %} <!-- MACRO printVideo html --> <li class="jobs-item"> <p>{{ job.text }}</p> <div class=
-
Twig for loop break & continue
· 11 years ago
@flaviocopes okey I'm sorry its a macro... But there is something else I found, I dont want to wrap the <div class="md-more"> within the loop