Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Grav on Nginx Help!
· 11 years ago
It actually looks like your entire site is functioning correctly. All the links work except the homepage. Although clicking Home in the menu does work. This makes me think you have the home: alias:
-
Grav on Nginx Help!
· 11 years ago
So i used your config as above and changed stuff. I can now see the site at domain.com but still get a 404 error. After looking at the learning section the first thing I should see the wo hoo installe
-
Grav on Nginx Help!
· 11 years ago
Hi thanks for the reply. My setup is similar. I have managed to fix the blank white page issue after checking error logs in php as it relates to permissions error. :) Now I have a new issue.. My domai
-
Grav on Nginx Help!
· 11 years ago
Not much is absolutely required to get Grav running under Nginx. I have it running on my RaspberryPi with very little configuration: server { root /home/pi/www/blog; index index.html
-
Grav on Nginx Help!
· 11 years ago
Hi I installed Grav on a Nginx web server and when going to domain/grav I get a blank white page. I then looked over the conf file for nginx and added this to the domains conf this now gives me an fil
-
How to auto load images from a folder?
· 11 years ago
Yep thanks, all working perfectly now :D
-
How to auto load images from a folder?
· 11 years ago
I've replied to your question in the Gitter chat :) Talk to you there.
-
How to auto load images from a folder?
· 11 years ago
OK... So I've tried some things and have not had much luck... I am using the Deliver template... Within /user/pages/02.portfolio/ I have a file called modular_alt.md which points to the folder _portf
-
How to auto load images from a folder?
· 11 years ago
Having gone through the forum I know that its possible to auto load images but I dont quite understand how. I have a section on my site as portfolio (02.portfolio) and I manually add Text, Image and
-
Change theme dynamically
· 11 years ago
nice!