Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Nginx minimal configuration
· 9 years ago
Did this work for you? I know Yunohost has some additional settings in nginx, but creating this file in sites-available should be enough.
-
Nginx minimal configuration
· 9 years ago
More clean version... haha server { listen 80; server_name www.domain.tld domain.tld; root /server_root/grav_root/; index index.html index.php; access_log /var/log/nginx/domain.ac
-
Nginx minimal configuration
· 9 years ago
This I believe is the minimal config to get grav working on NGINX: server { listen 80; server_name www.domain.tld domain.tld; root /var/www/grav_root; index index.html index.php;
-
Nginx minimal configuration
· 9 years ago
Hi, I'm trying to configure nginx, but in the documentation it is only proposed a full configuration of nginx. I already have a lot of apps and configurations on my server, so I'd like to use only the
-
How to set up a Learn2 sidebar in Helium
· 9 years ago
Yes, Helium is a Gantry5 theme, so you should be creating layouts and adding particles. More information can be found on the Gantry5 docs site about this: http://docs.gantry.org
-
How to set up a Learn2 sidebar in Helium
· 9 years ago
In part answer to my question a particle seems the way to go. Is that right? Thanks, Ian
-
How to set up a Learn2 sidebar in Helium
· 9 years ago
Hello, The Learn2 sidebar is ideal for the Helium site I am building. As I am new to Grav would you be able to give me some pointers on how to do it? I think it's a matter of copying the sidebar.html.
-
Using Learn2 Themes and Error Happen
· 9 years ago
Disable error reporting in the system configuration if the site is live. Just enable it when developing, and no information will be printed. As for the error, you have a "default.md" page but the Lear
-
Using Learn2 Themes and Error Happen
· 9 years ago
Capture Help. i am using PHP7, Apache with plesk onyx as control panel. Um.. everything looks good.... but when im switch to Learn2 Themes the error happen. Scripts error with my detail account,email
-
Once again: using Retina-ready images in Grav
· 9 years ago
Well, I did as written in de manual with the result, that the 1600px image was shown in full width. Expectation was to have it viewed in half the size. I also had the idea to store my images in a fol