Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
John Green Newcomer
@johnsgp · Joined 5 years ago · 9 posts · 4 topics · 4 reputation
Badges
Recent posts
-
Showing different headings on blog page
· 5 years ago
Thanks @pamtbaau - that is absolutely spot on! I didn't think of using the URI params. I also found the reference in the documentation, at https://learn.getgrav.org/17/themes/theme-vars#uri-object
-
Showing different headings on blog page
· 5 years ago
How can I modify blog.html.twig (e.g. in the Quark theme) so that it displays a different heading depending on whether I'm on: the blog page itself (URL is /blog) - I want to see "Blog" have arrived
-
Offsite backups - Amazon EC2
· 5 years ago
I'm trying out hosting a Grav site on an EC2 instance of Amazon Web Services. I'm at the point where I'm running backups automatically using the built-in backup tool and a cron job. Now I need to copy
-
Customizing composer.json - do I need `vendor` in VCS or on my server?
· 5 years ago
@pamtbaau I've just read in https://getbootstrap.com/docs/5.0/migration/ that Bootstrap 5 has dropped jQuery, something I've been waiting for. I'm migrating now ... as soon as I've read how to fix my
-
Customizing composer.json - do I need `vendor` in VCS or on my server?
· 5 years ago
@pamtbaau Thanks for confirming that I made a good choice. Thanks also for reminding me about the tooling. I should add Dart Sass to package.json. I'm more familiar with npm as I've done a bit of fro
-
Customizing composer.json - do I need `vendor` in VCS or on my server?
· 5 years ago
I thought about this and realized that what I was doing was not right. I will have trouble each time I upgrade Grav. Instead of using Composer at the root level, I changed my method to use npm within
-
Customizing composer.json - do I need `vendor` in VCS or on my server?
· 5 years ago
I created my own theme which uses the Bootstrap front-end toolkit, and I want to use the Bootstrap SCSS mixins like @include media-breakpoint-up(md) as well as doing things like modifying the default
-
Grav on AWS Lightsail with Nginx
· 5 years ago
I decided to start with a blank EC2 instance instead (tg4-micro), using Ubuntu 20.04 LTS. Following the instructions from several sources, I got it working. Sources: https://www.nginx.com/resources
-
Grav on AWS Lightsail with Nginx
· 5 years ago
I got the idea from the documentation that Nginx is a preferred server, so I set up an AWS Lightsail instance with Nginx. I then unzipped grav-admin 1.7.10 into /opt/bitnami/nginx/html after deleting