Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Brad Moore Member
@bjaz · Joined 3 years ago · 20 posts · 7 topics · 0 reputation
Badges
Recent posts
-
How to add a modular home page to Future 2021 theme?
· 3 years ago
Thank you both @pmoreno and @pamtbaau. Get the content from the repo. What a great idea, I might have thought of that someday 🤔 - thanks @pmoreno. So sorry @pamtbaau - I know you try your best with
-
How to add a modular home page to Future 2021 theme?
· 3 years ago
I like the demo of Future 2021. When I install this theme over a blog enabled skeleton (like Quark) I get a list of blog items. I would like to be able to set the main page (Home) up as a modular pa
-
What is going on in this line of twig code please?
· 3 years ago
installing Aura Authors does not seem to make much difference. It is broken currently, so it is hard to say whether it would have really helped or not. The author does not seem to be maintaining it.
-
What is going on in this line of twig code please?
· 3 years ago
Ok - I think I understand that now. I am trying to figure out what the theme designer must have been intending to do. My guess is to create an author page - but there seems to be some missing parts.
-
What is going on in this line of twig code please?
· 3 years ago
I know this line of Twig code is pulling information from the page front matter, but I am trying to figure out what else it is doing. <a {% if page.taxonomy.author %}href="{{ blog.url }}/au
-
Problem with inherited theme
· 3 years ago
@pamtbaau @pamtbaau: It’s a PEBKAC problem. It always seems to be I find. LOL. @pamtbaau: It’s the use of dashes (-) that creates the issue. You are actually creating a subtraction: config.plugin
-
Problem with inherited theme
· 3 years ago
I found it! The issue has to do with the Social Media Links plugin. Specifically code that checks to see if that plugin is enabled. I am not sure why that would cause that error. I looked at the P
-
Problem with inherited theme
· 3 years ago
@pamtbaau: I copied a vanilla sidebar.html.twig to my theme There is no such thing as a vanilla template. No one will know what you have copied. Where from? Do you have a link to the file on Github
-
Problem with inherited theme
· 3 years ago
I have downloaded the Quark based skeleton "Blog Site" and spun up a development Grav site on my local system using the command bin/grav server. I have installed PHP 7.4.33 - which matches my producti
-
HELP - In Place Upgrade on remote host fails
· 3 years ago
This has been a frustrating day. No fault of the Grav team. I have upgraded my site by comparing changes in directories and copying the updated directories to the target. Painful!